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