summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/TokenConcatenation.cpp
Commit message (Collapse)AuthorAgeFilesLines
* apply Eli's patch to fix PR4008, with a testcase. Thanks Eli!Chris Lattner2009-04-211-0/+8
| | | | llvm-svn: 69750
* Fix -E mismatch; an identifier followed by a numeric constant does notDaniel Dunbar2009-03-181-22/+31
| | | | | | | | require a space (to avoid concatenation) if the numeric constant had a leading period. - PR3819. llvm-svn: 67163
* factor token concatenation avoidance logic out of Chris Lattner2009-02-131-0/+205
PrintPreprocessedOutput into its own file. No functionality change. llvm-svn: 64418
OpenPOWER on IntegriCloud