summaryrefslogtreecommitdiffstats
path: root/include/clang/Frontend/CompilerInvocation.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move CodeGenOptions from Frontend to BasicRichard Trieu2018-12-111-1/+1
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-11/+10
* Remove trailing spaceFangrui Song2018-07-301-6/+6
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-6/+6
* [Frontend] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko2018-03-261-32/+34
* Allow to use vfs::FileSystem for file accesses inside ASTUnit.Ilya Biryukov2017-05-231-0/+5
* Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie2017-01-061-1/+1
* Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie2017-01-061-1/+1
* shared_ptrify (from InclusiveRefCntPtr) HeaderSearchOptionsDavid Blaikie2017-01-061-1/+4
* IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...David Blaikie2017-01-051-1/+1
* Move PreprocessorOptions to std::shared_ptr from IntrusiveRefCntPtrDavid Blaikie2017-01-051-1/+4
* Reapply [Driver][Diagnostics] Make 'show option names' default for driver war...Bruno Cardoso Lopes2016-10-111-1/+2
* Revert "[Driver][Diagnostics] Make 'show option names' default for driver war...Renato Golin2016-10-111-2/+1
* [Driver][Diagnostics] Make 'show option names' default for driver warningsBruno Cardoso Lopes2016-10-111-1/+2
* [NFC] Header cleanupMehdi Amini2016-07-181-6/+6
* [OpenCL] Include opencl-c.h by default as a clang moduleYaxun Liu2016-06-201-1/+2
* [Driver] Fix driver support for color diagnosticsBruno Cardoso Lopes2016-05-271-1/+2
* Set the default C standard to C99 when targeting the PS4.Sunil Srivastava2016-04-271-0/+2
* revert SVN r265702, r265640Saleem Abdulrasool2016-04-081-2/+1
* Basic: move CodeGenOptions from FrontendSaleem Abdulrasool2016-04-071-1/+2
* Revert "Set the default C standard to C99 when targeting the PS4."Sean Silva2016-04-061-2/+0
* Set the default C standard to C99 when targeting the PS4.Sunil Srivastava2016-04-041-0/+2
* Remove spaces at start of line, NFC.Yaron Keren2015-11-071-1/+1
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-1/+1
* Use non-intrusive refcounting for TargetOptionsAlp Toker2014-07-061-1/+1
* Use non-intrusive refcounting for LangOptionsAlp Toker2014-07-061-3/+2
* Track IntrusiveRefCntPtr::get() changes from LLVM r212366Alp Toker2014-07-051-4/+4
* Make DiagnosticsEngine non-copyableAlp Toker2014-05-111-0/+3
* [C++11] Use 'nullptr'Craig Topper2014-05-061-1/+1
* Honour -ivfsoverlay in ASTUnit to match clangBen Langmuir2014-04-151-0/+8
* [Driver] Remove the using namespace directives from headersReid Kleckner2013-06-171-8/+2
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-1/+8
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-7/+7
* Remove CompilerInvocation::toArgs and clang -cc1test mode. These were untestedRichard Smith2012-11-011-4/+0
* Move PreprocessorOptions into the Lex library, and make it intrusivelyDouglas Gregor2012-10-241-9/+9
* Move HeaderSearchOptions into the Lex library, make it intrusivelyDouglas Gregor2012-10-241-9/+9
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-231-7/+7
* Serialize TargetOptions into an AST file, and make sure that we keepDouglas Gregor2012-10-161-8/+8
* Make AnalyzerOptions a shared object between CompilerInvocation andTed Kremenek2012-08-311-4/+3
* Move AnalyzerOptions.h into 'Core' StaticAnalyzer sub-library.Ted Kremenek2012-08-311-1/+1
* Move AnalyzerOptions.h to include/clang/StaticAnalyzer.Ted Kremenek2012-08-301-1/+1
* Remove unused override of CompilerInvocation::setLangDefaults().Nico Weber2012-07-111-10/+0
* Documentation cleanup:James Dennett2012-06-221-13/+15
* Documentation cleanup: escaping # characters in Doxygen comments.James Dennett2012-06-201-2/+2
* Const'ify CompilerInvocation::toArgs().Argyrios Kyrtzidis2012-06-111-1/+1
* [driver] Parse diagnostic args in the driver.Chad Rosier2012-03-131-0/+11
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-201-2/+2
* arc migrator: Provide infrastructure to add optionsFariborz Jahanian2012-01-251-0/+8
* Let CompilerInvocation initialization indicate failureDylan Noblesmith2011-12-231-2/+2