summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PrintPreprocessedOutput.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add PreprocessorOutputOptions to CompilerInvocation, and move initialization toDaniel Dunbar2009-11-111-1/+1
* Add PreprocessorOutputOptions, for things like -dM, -C, -CC which control -EDaniel Dunbar2009-11-111-10/+16
* Fix buffer overflow in PrintMacroDefinition() by inverting the check to see i...Ted Kremenek2009-11-031-1/+1
* PR5218: Replace IdentifierInfo::getName with StringRef version, now that clientsDaniel Dunbar2009-10-181-2/+2
* Move misc clients to IdentifierInfo StringRef API.Daniel Dunbar2009-10-181-2/+2
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-48/+48
* no really, add the lines :)Chris Lattner2009-06-151-1/+1
* Fix PR2741 by making our newline tracking be aware of newlines thatChris Lattner2009-06-151-0/+35
* PR4288: Make -dD (dump macros with preprocessed source) play nicely with Eli Friedman2009-06-021-2/+7
* Use v.data() instead of &v[0] when SmallVector v might be empty.Jay Foad2009-05-211-1/+1
* Clean up some unnecessary includes.Eli Friedman2009-05-191-2/+0
* Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp Eli Friedman2009-05-191-0/+467
OpenPOWER on IntegriCloud