aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/HeaderIncludeGen.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-12-14Return early if FileID is invalid. NFCAkira Hatanaka1-1/+2
2022-12-07Add support for a backdoor driver option that enables emitting headerAkira Hatanaka1-10/+126
2021-11-12[clang] Inclusive language: change instances of blacklist/whitelist to allowl...Zarko Todorovski1-1/+1
2021-04-14Add flag for showing skipped headers in -H / --show-includes outputHans Wennborg1-0/+16
2021-04-06[SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste...Abhina Sreeskantharajan1-1/+1
2021-02-10[clang][cli] Generate and round-trip DependencyOutput optionsJan Svoboda1-1/+1
2020-02-25clang-cl: Add a `/showIncludes:user` flag.Nico Weber1-2/+5
2019-08-14[Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song1-1/+2
2019-03-01Fix file headers. NFCFangrui Song1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-05-04[clang-cl] Print /showIncludes to stderr, if used in combination with /E, /EP...Erich Keane1-1/+15
2016-05-27[Frontend] StringRefize and fix bad indentation.Benjamin Kramer1-22/+22
2016-03-23clang-cl: Fix remaining bugs in interaction of /Yc and /FI /showIncludes.Nico Weber1-26/+27
2016-03-23clang-cl: Include /FI headers in /showIncludes output.Nico Weber1-4/+11
2016-03-13clang-cl: Add /Yc argument to /showIncludes output.Nico Weber1-20/+24
2015-12-16Update for llvm API change.Rafael Espindola1-1/+0
2015-08-13Add sanitizer blacklists to the rules generated with -M/-MM/-MD/-MMD.Ivan Krasin1-23/+40
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko1-1/+1
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-1/+1
2014-09-10Unique_ptrify PPCallbacks ownership.Craig Topper1-3/+6
2014-08-25Update for llvm api change.Rafael Espindola1-6/+5
2014-07-17clang-cl: Flush stdout after writing the /showIncludes outputEhsan Akhgari1-0/+1
2014-07-06clang-cl: /showIncludes output should go to stdout, not stderr. Fixes PR20217.Nico Weber1-1/+1
2014-03-13[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-3/+3
2014-02-24Update for llvm api change.Rafael Espindola1-1/+2
2013-08-09clang-cl: Support /showIncludesHans Wennborg1-7/+15
2013-07-16Update for llvm API change.Rafael Espindola1-1/+1
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