Age | Commit message (Expand) | Author | Files | Lines |
2022-12-14 | Return early if FileID is invalid. NFC | Akira Hatanaka | 1 | -1/+2 |
2022-12-07 | Add support for a backdoor driver option that enables emitting header | Akira Hatanaka | 1 | -10/+126 |
2021-11-12 | [clang] Inclusive language: change instances of blacklist/whitelist to allowl... | Zarko Todorovski | 1 | -1/+1 |
2021-04-14 | Add flag for showing skipped headers in -H / --show-includes output | Hans Wennborg | 1 | -0/+16 |
2021-04-06 | [SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste... | Abhina Sreeskantharajan | 1 | -1/+1 |
2021-02-10 | [clang][cli] Generate and round-trip DependencyOutput options | Jan Svoboda | 1 | -1/+1 |
2020-02-25 | clang-cl: Add a `/showIncludes:user` flag. | Nico Weber | 1 | -2/+5 |
2019-08-14 | [Clang] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 1 | -1/+1 |
2019-08-05 | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song | 1 | -1/+2 |
2019-03-01 | Fix file headers. NFC | Fangrui Song | 1 | -1/+1 |
2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 1 | -4/+3 |
2018-05-04 | [clang-cl] Print /showIncludes to stderr, if used in combination with /E, /EP... | Erich Keane | 1 | -1/+15 |
2016-05-27 | [Frontend] StringRefize and fix bad indentation. | Benjamin Kramer | 1 | -22/+22 |
2016-03-23 | clang-cl: Fix remaining bugs in interaction of /Yc and /FI /showIncludes. | Nico Weber | 1 | -26/+27 |
2016-03-23 | clang-cl: Include /FI headers in /showIncludes output. | Nico Weber | 1 | -4/+11 |
2016-03-13 | clang-cl: Add /Yc argument to /showIncludes output. | Nico Weber | 1 | -20/+24 |
2015-12-16 | Update for llvm API change. | Rafael Espindola | 1 | -1/+0 |
2015-08-13 | Add sanitizer blacklists to the rules generated with -M/-MM/-MD/-MMD. | Ivan Krasin | 1 | -23/+40 |
2015-06-22 | Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). | Alexander Kornienko | 1 | -1/+1 |
2015-06-22 | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 1 | -1/+1 |
2015-04-11 | Use 'override/final' instead of 'virtual' for overridden methods | Alexander Kornienko | 1 | -1/+1 |
2014-09-10 | Unique_ptrify PPCallbacks ownership. | Craig Topper | 1 | -3/+6 |
2014-08-25 | Update for llvm api change. | Rafael Espindola | 1 | -6/+5 |
2014-07-17 | clang-cl: Flush stdout after writing the /showIncludes output | Ehsan Akhgari | 1 | -0/+1 |
2014-07-06 | clang-cl: /showIncludes output should go to stdout, not stderr. Fixes PR20217. | Nico Weber | 1 | -1/+1 |
2014-03-13 | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 1 | -3/+3 |
2014-02-24 | Update for llvm api change. | Rafael Espindola | 1 | -1/+2 |
2013-08-09 | clang-cl: Support /showIncludes | Hans Wennborg | 1 | -7/+15 |
2013-07-16 | Update for llvm API change. | Rafael Espindola | 1 | -1/+1 |
2012-02-05 | Basic: import SmallString<> into clang namespace | Dylan Noblesmith | 1 | -2/+2 |
2012-02-04 | Move a method from IdentifierTable.h out of line and remove the SmallString i... | Benjamin Kramer | 1 | -0/+1 |
2011-10-11 | For the FileChanged Preprocessor callback, when exiting a file, pass its FileID. | Argyrios Kyrtzidis | 1 | -2/+4 |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 1 | -4/+4 |
2011-04-14 | Fix -H. It was pretty broken. | Sebastian Redl | 1 | -5/+9 |
2011-03-21 | Frontend: Change CC_PRINT_HEADERS to not print header depth markers, these don't | Daniel Dunbar | 1 | -7/+13 |
2011-02-03 | Frontend: Switch -header-include-file output to use unbuffered raw_ostreams with | Daniel Dunbar | 1 | -14/+22 |
2011-02-02 | Frontend: Add -header-include-file option, for allowing saving header include | Daniel Dunbar | 1 | -7/+30 |
2011-02-02 | Frontend: Add support (unused) for showing all "interesting" headers, not just | Daniel Dunbar | 1 | -21/+16 |
2011-02-02 | Frontend: Factor out header include dumping (-H) into its own preprocessor | Daniel Dunbar | 1 | -0/+87 |