summaryrefslogtreecommitdiff
path: root/test/Lexer/pragma-operators.cpp
Commit message (Expand)AuthorAgeFilesLines
* Lex and ignore Microsoft's #pragma warning(...)Reid Kleckner2013-09-131-0/+22
* Keep the parentheses in #pragma message (partial revert of r179771).Andy Gibbs2013-04-191-1/+1
* Dropped the parentheses for #pragma message and its kin in the -E output gene...Andy Gibbs2013-04-181-1/+1
* Handle _Pragma on a u8, u, or U string literal per the C11 specification. AlsoRichard Smith2013-03-091-1/+19
* [-E] Emit a rewritten _Pragma on its own line.Jordan Rose2012-06-151-1/+0
* Make sure we're producing a newline in the preprocessed output beforeDouglas Gregor2010-09-101-5/+10
* When we parse a pragma, keep track of how that pragma was originallyDouglas Gregor2010-09-091-0/+15