| Commit message (Expand) | Author | Age | Files | Lines |
* | Apply modernize-use-default to clang. | Angel Garcia Gomez | 2015-10-20 | 1 | -1/+1 |
* | Use new utility function to clean leading junk from pathnames. NFC | Douglas Katzman | 2015-09-02 | 1 | -18/+3 |
* | [modules] For explicit module file dependencies, only list direct dependency ... | Richard Smith | 2015-08-13 | 1 | -1/+1 |
* | Try to fix the build after r244923 | Reid Kleckner | 2015-08-13 | 1 | -1/+1 |
* | [modules] Change the way we deal with .d output for explicitly-specified module | Richard Smith | 2015-08-13 | 1 | -9/+13 |
* | Add sanitizer blacklists to the rules generated with -M/-MM/-MD/-MMD. | Ivan Krasin | 2015-08-13 | 1 | -1/+5 |
* | [modules] When building a dependency file, include module maps parsed in the | Richard Smith | 2015-08-09 | 1 | -0/+30 |
* | 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 |
* | Break \# in a depfile the same way as gcc. | Paul Robinson | 2015-05-13 | 1 | -22/+18 |
* | Fix dependency file escaping. | Paul Robinson | 2015-05-13 | 1 | -5/+57 |
* | Support generating NMake/Jom-style depfiles. | Paul Robinson | 2015-04-27 | 1 | -5/+23 |
* | Update for LLVM API change | David Blaikie | 2014-11-19 | 1 | -2/+2 |
* | Frontend: Don't include stdin in the dependency list for an object file | David Majnemer | 2014-10-27 | 1 | -2/+11 |
* | Unique_ptrify PPCallbacks ownership. | Craig Topper | 2014-09-10 | 1 | -2/+3 |
* | Update for llvm api change. | Rafael Espindola | 2014-08-25 | 1 | -5/+5 |
* | unique_ptr-ify ASTReaderListener in the ASTReader | David Blaikie | 2014-08-10 | 1 | -2/+2 |
* | Consider module depedencies when checking a preamble in libclang | Ben Langmuir | 2014-06-30 | 1 | -0/+99 |
* | [C++11] Use 'nullptr'. Frontend edition. | Craig Topper | 2014-05-22 | 1 | -2/+2 |
* | [Modules] Emit the module file paths as dependencies of the PCH when we are b... | Argyrios Kyrtzidis | 2014-03-14 | 1 | -1/+9 |
* | [Modules] Make sure that the synthesized file "__inferred_module.map" doesn't... | Argyrios Kyrtzidis | 2014-03-14 | 1 | -2/+6 |
* | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-13 | 1 | -17/+13 |
* | Add dependencies from imported modules with -MD | Ben Langmuir | 2014-03-07 | 1 | -25/+59 |
* | Update for llvm api change. | Rafael Espindola | 2014-02-24 | 1 | -1/+1 |
* | Don't assume that F_None is the default. It is about to change. | Rafael Espindola | 2014-02-24 | 1 | -1/+1 |
* | Use the simpler version of llvm::sys::fs::remove when possible. | Rafael Espindola | 2014-01-10 | 1 | -2/+1 |
* | Modernize some low-hanging PathV1 uses. | Benjamin Kramer | 2013-06-13 | 1 | -2/+3 |
* | Include PathV1.h in files that use it. | Rafael Espindola | 2013-06-11 | 1 | -0/+1 |
* | Escape # and $ in dependency files. | Benjamin Kramer | 2013-04-02 | 1 | -3/+5 |
* | For PPCallbacks::InclusionDirective() add a parameter for the module, whenever | Argyrios Kyrtzidis | 2012-09-29 | 1 | -2/+4 |
* | Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-... | Argyrios Kyrtzidis | 2012-09-27 | 1 | -2/+2 |
* | Delete the depfile if we could not open a header file. We cannot | Peter Collingbourne | 2011-11-21 | 1 | -28/+36 |
* | For the FileChanged Preprocessor callback, when exiting a file, pass its FileID. | Argyrios Kyrtzidis | 2011-10-11 | 1 | -2/+4 |
* | Change err_pp_file_not_found back to an Error; when it's a Warning, we suppre... | Eli Friedman | 2011-08-30 | 1 | -8/+2 |
* | Mechanically rename SourceManager::getInstantiationLoc and | Chandler Carruth | 2011-07-25 | 1 | -1/+1 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -13/+13 |
* | Implement -MG. Fixes PR9613 | Peter Collingbourne | 2011-07-12 | 1 | -1/+38 |
* | Fix up dependency file name printing to more closely match that of gcc, inclu... | Eli Friedman | 2011-07-08 | 1 | -5/+11 |
* | Fixes a crash when generating dependency file stuff | Fariborz Jahanian | 2011-04-15 | 1 | -1/+1 |
* | fix clang -MM output to escape spaces in filenames. This seems to be | Chris Lattner | 2011-02-17 | 1 | -7/+18 |
* | It's not necessary to call flush() on a raw_ostream immediately prior | Dan Gohman | 2010-07-26 | 1 | -1/+0 |
* | PPCallbacks: Add hook for reaching the end of the main file, and fix Dependen... | Daniel Dunbar | 2010-03-23 | 1 | -4/+5 |
* | Rename to addPPCallbacks since we're effectively adding a callback and maybe ... | Kovarththanan Rajaratnam | 2010-03-07 | 1 | -1/+1 |
* | Don't assert if PP already contains a valid PP callback. The PP can handle mu... | Kovarththanan Rajaratnam | 2010-03-07 | 1 | -1/+0 |
* | Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend. | Benjamin Kramer | 2009-11-28 | 1 | -2/+1 |
* | Sink AttachDependencyFileGen into CreatePreprocessor. | Daniel Dunbar | 2009-11-11 | 1 | -5/+5 |
* | Add DependencyOutputOptions to wrap -M... options, and propogate to | Daniel Dunbar | 2009-11-11 | 1 | -19/+25 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -8/+8 |
* | Clean up some unnecessary includes. | Eli Friedman | 2009-05-19 | 1 | -2/+0 |
* | Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp | Eli Friedman | 2009-05-19 | 1 | -0/+171 |