summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/macro_backslash.c
Commit message (Collapse)AuthorAgeFilesLines
* Handle -D arguments ending in a backslash.Eli Friedman2013-08-281-0/+3
We translate these into #define directives; to preserve gcc-compatible semantics (where the expanded macro includes the backslash), we add an extra "\\\n" to the end of the synthesized "#define". <rdar://problem/14810220> llvm-svn: 189511
OpenPOWER on IntegriCloud