summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/DependencyFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang][DependencyFileGenerator] Fix missing -MT option handlingJan Korous2019-09-071-5/+0
* Use FileEntryRef for PPCallbacks::HasIncludeAlex Lorenz2019-08-271-1/+1
* Use FileEntryRef for PPCallbacks::FileSkippedAlex Lorenz2019-08-271-1/+1
* Introduce FileEntryRef and use it when handling includes to report correct de...Alex Lorenz2019-08-221-4/+4
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-3/+3
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* [clang-scan-deps] print the dependencies to stdoutAlex Lorenz2019-06-211-0/+4
* Unify DependencyFileGenerator class and DependencyCollector interface (NFCI)Alex Lorenz2019-06-191-205/+69
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix up diagnostics.Richard Trieu2018-12-141-1/+0
* Add a callback for `__has_include` and use it for dependency scanning.Volodymyr Sapsai2018-09-181-0/+15
* Print correctly dependency paths on WindowsDavid Bolvansky2018-09-131-9/+13
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* Fix emission of phony dependency targets when adding extra depsDavid Stenberg2018-05-291-7/+15
* Reland '[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective'Julie Hockett2018-05-101-3/+6
* Revert "[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective"Julie Hockett2018-05-091-6/+3
* [clang] Adding CharacteristicKind to PPCallbacks::InclusionDirectiveJulie Hockett2018-05-091-3/+6
* Track skipped files in dependency scanning.Volodymyr Sapsai2018-05-011-0/+14
* Revert r316193.Richard Smith2017-10-201-11/+0
* Try to shorten system header paths when using -MD depfilesPeter Wu2017-10-191-0/+11
* 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
OpenPOWER on IntegriCloud