Skip to content

Mixed up # line directives with -E -dD #4660

@efriedma-quic

Description

@efriedma-quic
Bugzilla Link 4288
Resolution FIXED
Resolved on Mar 12, 2010 00:57
Version unspecified
OS Linux

Extended Description

Testcase:
#define A A
/* 1

  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
    */
    #define B B

Run through "clang -x c - -o - -E -dD", produces something like the following (ignoring the predefine buffer):

1 "" 2

#define A A# 11 ""
#define B B

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillaclang:frontendLanguage frontend issues, e.g. anything involving "Sema"

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions