summaryrefslogtreecommitdiffstats
path: root/lib/Frontend/HeaderIncludeGen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix file headers. NFCFangrui Song2019-03-011-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-cl] Print /showIncludes to stderr, if used in combination with /E, /EP...Erich Keane2018-05-041-1/+15
* [Frontend] StringRefize and fix bad indentation.Benjamin Kramer2016-05-271-22/+22
* clang-cl: Fix remaining bugs in interaction of /Yc and /FI /showIncludes.Nico Weber2016-03-231-26/+27
* clang-cl: Include /FI headers in /showIncludes output.Nico Weber2016-03-231-4/+11
* clang-cl: Add /Yc argument to /showIncludes output.Nico Weber2016-03-131-20/+24
* Update for llvm API change.Rafael Espindola2015-12-161-1/+0
* Add sanitizer blacklists to the rules generated with -M/-MM/-MD/-MMD.Ivan Krasin2015-08-131-23/+40
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* Unique_ptrify PPCallbacks ownership.Craig Topper2014-09-101-3/+6
* Update for llvm api change.Rafael Espindola2014-08-251-6/+5
* clang-cl: Flush stdout after writing the /showIncludes outputEhsan Akhgari2014-07-171-0/+1
* clang-cl: /showIncludes output should go to stdout, not stderr. Fixes PR20217.Nico Weber2014-07-061-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-131-3/+3
* Update for llvm api change.Rafael Espindola2014-02-241-1/+2
* clang-cl: Support /showIncludesHans Wennborg2013-08-091-7/+15
* Update for llvm API change.Rafael Espindola2013-07-161-1/+1
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-2/+2
* Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer2012-02-041-0/+1
* For the FileChanged Preprocessor callback, when exiting a file, pass its FileID.Argyrios Kyrtzidis2011-10-111-2/+4
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-4/+4
* Fix -H. It was pretty broken.Sebastian Redl2011-04-141-5/+9
* Frontend: Change CC_PRINT_HEADERS to not print header depth markers, these don'tDaniel Dunbar2011-03-211-7/+13
* Frontend: Switch -header-include-file output to use unbuffered raw_ostreams withDaniel Dunbar2011-02-031-14/+22
* Frontend: Add -header-include-file option, for allowing saving header includeDaniel Dunbar2011-02-021-7/+30
* Frontend: Add support (unused) for showing all "interesting" headers, not justDaniel Dunbar2011-02-021-21/+16
* Frontend: Factor out header include dumping (-H) into its own preprocessorDaniel Dunbar2011-02-021-0/+87