summaryrefslogtreecommitdiff
path: root/include/clang/Frontend/Utils.h
Commit message (Expand)AuthorAgeFilesLines
* [Driver] Add an option for createInvocationFromCommandLine to recover on errorsIlya Biryukov2019-08-271-1/+6
* [DependencyCollector] Make maybeAddDependency virtual (NFC)Jonas Devlieghere2019-07-291-3/+3
* [clang-scan-deps] print the dependencies to stdoutAlex Lorenz2019-06-211-0/+3
* Unify DependencyFileGenerator class and DependencyCollector interface (NFCI)Alex Lorenz2019-06-191-12/+31
* Make ModuleDependencyCollector's method virtual (NFC)Jonas Devlieghere2019-02-121-5/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* PTH-- Remove feature entirely-Erich Keane2018-12-041-3/+0
* Sink BuryPointer from Clang into LLVM for reuse thereDavid Blaikie2018-11-171-8/+0
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-4/+4
* Use special new Clang flag 'FrontendTimesIsEnabled' instead of 'llvm::TimePas...Andrew V. Tischenko2018-04-231-0/+6
* [Frontend] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko2018-03-261-27/+40
* Use vfs::FileSystem in ASTUnit when creating CompilerInvocation.Ilya Biryukov2017-06-281-4/+5
* Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie2017-01-061-3/+3
* Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie2017-01-061-3/+3
* IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...David Blaikie2017-01-051-3/+3
* [CrashReproducer] Add support for merging -ivfsoverlayBruno Cardoso Lopes2016-12-221-2/+2
* Apply clang-tidy's misc-move-constructor-init throughout Clang.Benjamin Kramer2016-05-271-1/+3
* [CrashReproducer] Add a module map callback for added headersBruno Cardoso Lopes2016-03-301-1/+2
* [CrashReproducer] Cleanup and move functionality around in ModuleDependencyCo...Bruno Cardoso Lopes2016-03-291-9/+13
* clang-cl: Fix remaining bugs in interaction of /Yc and /FI /showIncludes.Nico Weber2016-03-231-6/+4
* Add sanitizer blacklists to the rules generated with -M/-MM/-MD/-MMD.Ivan Krasin2015-08-131-1/+6
* Make the clang module container format selectable from the command line.Adrian Prantl2015-07-171-2/+2
* Introduce a PCHContainerOperations interface (NFC).Adrian Prantl2015-06-201-2/+3
* Use raw_pwrite_stream in clang.Rafael Espindola2015-04-141-3/+2
* Update for LLVM API changeDavid Blaikie2014-11-191-1/+1
* Provide a BuryPointer for unique_ptrs.David Blaikie2014-08-291-0/+3
* Move ChainedIncludesSource into the implementationAlp Toker2014-07-071-0/+7
* Fix layering of file remapping and header search initializationAlp Toker2014-07-071-1/+0
* Consider module depedencies when checking a preamble in libclangBen Langmuir2014-06-301-0/+33
* Frontend: Add a CC1 flag to dump module dependencies to a directoryJustin Bogner2014-06-191-0/+26
* [C++11] Use 'nullptr'Craig Topper2014-05-061-2/+2
* Reapply r207477 and r207479 without cyclic dependencyBen Langmuir2014-04-291-6/+0
* Add dependencies from imported modules with -MDBen Langmuir2014-03-071-4/+13
* Add an option to allow Clang verify source files for a module only once duringDmitri Gribenko2014-02-121-0/+11
* Bury leaked pointers in a global array to silence a leak detector in --disabl...Kostya Serebryany2013-12-271-0/+5
* clang-cl: Support /showIncludesHans Wennborg2013-08-091-1/+3
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-1/+18
* [driver] Warnings for warning options are handled by the frontend. The drive...Chad Rosier2013-01-151-1/+2
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-201-2/+2
* Some compilers do require Diagnostic.h to be present here.Benjamin Kramer2012-02-041-1/+1
* Don't include Diagnostics.h twice when it's required zero times.Benjamin Kramer2012-02-041-5/+3
* Introduce a -cc1 option "-dependency-graphviz" that determines headerDouglas Gregor2012-02-021-0/+5
* Move a free function from the Frontend library into the Lex library asChandler Carruth2011-12-091-5/+0
* Fixing 80 col violations (& removing any trailing whitespace on files I was t...David Blaikie2011-11-091-1/+2
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-4/+4
* Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ...Chris Lattner2011-07-231-1/+1
* add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications.Chris Lattner2011-07-201-1/+1
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-2/+2
* Automatic Reference Counting.John McCall2011-06-151-0/+1
* Remove the old implementation of -verify, which has been dead code since r88750.Richard Smith2011-06-041-3/+0