aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/HeaderIncludeGen.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith1-2/+2
2012-02-04Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer1-0/+1
2011-10-11For the FileChanged Preprocessor callback, when exiting a file, pass its FileID.Argyrios Kyrtzidis1-2/+4
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner1-4/+4
2011-04-14Fix -H. It was pretty broken.Sebastian Redl1-5/+9
2011-03-21Frontend: Change CC_PRINT_HEADERS to not print header depth markers, these don'tDaniel Dunbar1-7/+13
2011-02-03Frontend: Switch -header-include-file output to use unbuffered raw_ostreams withDaniel Dunbar1-14/+22
2011-02-02Frontend: Add -header-include-file option, for allowing saving header includeDaniel Dunbar1-7/+30
2011-02-02Frontend: Add support (unused) for showing all "interesting" headers, not justDaniel Dunbar1-21/+16
2011-02-02Frontend: Factor out header include dumping (-H) into its own preprocessorDaniel Dunbar1-0/+87