summaryrefslogtreecommitdiffstats
path: root/lib/Frontend/DependencyFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Track the set of module maps read while building a .pcm file and reload those...Richard Smith2017-06-291-3/+3
* Fix PR31644 introduced by r287138 and add a regression test.Yaron Keren2017-01-141-2/+2
* Rangify for loops, NFC.Yaron Keren2016-11-161-11/+8
* Turn copies into references as suggested by clang-tidy's performance-unnecess...Benjamin Kramer2016-05-271-1/+1
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Use new utility function to clean leading junk from pathnames. NFCDouglas Katzman2015-09-021-18/+3
* [modules] For explicit module file dependencies, only list direct dependency ...Richard Smith2015-08-131-1/+1
* Try to fix the build after r244923Reid Kleckner2015-08-131-1/+1
* [modules] Change the way we deal with .d output for explicitly-specified moduleRichard Smith2015-08-131-9/+13
* Add sanitizer blacklists to the rules generated with -M/-MM/-MD/-MMD.Ivan Krasin2015-08-131-1/+5
* [modules] When building a dependency file, include module maps parsed in theRichard Smith2015-08-091-0/+30
* 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
* Break \# in a depfile the same way as gcc.Paul Robinson2015-05-131-22/+18
* Fix dependency file escaping.Paul Robinson2015-05-131-5/+57
* Support generating NMake/Jom-style depfiles.Paul Robinson2015-04-271-5/+23
* Update for LLVM API changeDavid Blaikie2014-11-191-2/+2
* Frontend: Don't include stdin in the dependency list for an object fileDavid Majnemer2014-10-271-2/+11
* Unique_ptrify PPCallbacks ownership.Craig Topper2014-09-101-2/+3
* Update for llvm api change.Rafael Espindola2014-08-251-5/+5
* unique_ptr-ify ASTReaderListener in the ASTReaderDavid Blaikie2014-08-101-2/+2
* Consider module depedencies when checking a preamble in libclangBen Langmuir2014-06-301-0/+99
* [C++11] Use 'nullptr'. Frontend edition.Craig Topper2014-05-221-2/+2
* [Modules] Emit the module file paths as dependencies of the PCH when we are b...Argyrios Kyrtzidis2014-03-141-1/+9
* [Modules] Make sure that the synthesized file "__inferred_module.map" doesn't...Argyrios Kyrtzidis2014-03-141-2/+6
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-131-17/+13
* Add dependencies from imported modules with -MDBen Langmuir2014-03-071-25/+59
* Update for llvm api change.Rafael Espindola2014-02-241-1/+1
* Don't assume that F_None is the default. It is about to change.Rafael Espindola2014-02-241-1/+1
* Use the simpler version of llvm::sys::fs::remove when possible.Rafael Espindola2014-01-101-2/+1
* Modernize some low-hanging PathV1 uses.Benjamin Kramer2013-06-131-2/+3
* Include PathV1.h in files that use it.Rafael Espindola2013-06-111-0/+1
* Escape # and $ in dependency files.Benjamin Kramer2013-04-021-3/+5
* For PPCallbacks::InclusionDirective() add a parameter for the module, wheneverArgyrios Kyrtzidis2012-09-291-2/+4
* Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-...Argyrios Kyrtzidis2012-09-271-2/+2
* Delete the depfile if we could not open a header file. We cannotPeter Collingbourne2011-11-211-28/+36
* For the FileChanged Preprocessor callback, when exiting a file, pass its FileID.Argyrios Kyrtzidis2011-10-111-2/+4
* Change err_pp_file_not_found back to an Error; when it's a Warning, we suppre...Eli Friedman2011-08-301-8/+2
* Mechanically rename SourceManager::getInstantiationLoc andChandler Carruth2011-07-251-1/+1
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-13/+13
* Implement -MG. Fixes PR9613Peter Collingbourne2011-07-121-1/+38
* Fix up dependency file name printing to more closely match that of gcc, inclu...Eli Friedman2011-07-081-5/+11
* Fixes a crash when generating dependency file stuffFariborz Jahanian2011-04-151-1/+1
* fix clang -MM output to escape spaces in filenames. This seems to beChris Lattner2011-02-171-7/+18
* It's not necessary to call flush() on a raw_ostream immediately priorDan Gohman2010-07-261-1/+0
* PPCallbacks: Add hook for reaching the end of the main file, and fix Dependen...Daniel Dunbar2010-03-231-4/+5
* Rename to addPPCallbacks since we're effectively adding a callback and maybe ...Kovarththanan Rajaratnam2010-03-071-1/+1
* Don't assert if PP already contains a valid PP callback. The PP can handle mu...Kovarththanan Rajaratnam2010-03-071-1/+0
* Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend.Benjamin Kramer2009-11-281-2/+1