summaryrefslogtreecommitdiffstats
path: root/clang/test/Lexer/pragma-operators.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make sure we're producing a newline in the preprocessed output beforeDouglas Gregor2010-09-101-5/+10
| | | | | | emitting a #pragma, whenever one is needed. Fixes <rdar://problem/8417307>. llvm-svn: 113648
* When we parse a pragma, keep track of how that pragma was originallyDouglas Gregor2010-09-091-0/+15
spelled (#pragma, _Pragma, __pragma). In -E mode, use that information to add appropriate newlines when translating _Pragma and __pragma into #pragma, like GCC does. Fixes <rdar://problem/8412013>. llvm-svn: 113553
OpenPOWER on IntegriCloud