summaryrefslogtreecommitdiffstats
path: root/lib/Frontend/DependencyFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sink AttachDependencyFileGen into CreatePreprocessor.Daniel Dunbar2009-11-111-5/+5
* Add DependencyOutputOptions to wrap -M... options, and propogate toDaniel Dunbar2009-11-111-19/+25
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-8/+8
* Clean up some unnecessary includes.Eli Friedman2009-05-191-2/+0
* Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp Eli Friedman2009-05-191-0/+171