summaryrefslogtreecommitdiffstats
path: root/lib/Frontend/CreateInvocationFromCommandLine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use vfs::FileSystem in ASTUnit when creating CompilerInvocation.Ilya Biryukov2017-06-281-3/+3
* Method loadFromCommandLine should be able to report errorsSerge Pavlov2017-05-241-0/+2
* Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie2017-01-061-5/+5
* Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie2017-01-061-5/+5
* IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...David Blaikie2017-01-051-5/+5
* [CUDA][OpenMP] Create generic offload actionSamuel Antao2016-07-151-8/+8
* Rename Action::begin() to Action::input_begin().Nico Weber2016-02-231-1/+1
* [libclang] Add entry points that take a full command line including argv[0].Benjamin Kramer2015-11-181-4/+2
* [cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich2015-07-131-2/+19
* This reverts commit r242058, r242065, r242067.Rafael Espindola2015-07-131-15/+2
* [cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich2015-07-131-2/+15
* Driver: Use pointee_iterator rather than iterating over unique_ptrsJustin Bogner2014-10-031-2/+2
* unique_ptrify JobList::JobsDavid Blaikie2014-09-041-4/+4
* Track IntrusiveRefCntPtr::get() changes from LLVM r212366Alp Toker2014-07-051-1/+1
* [C++11] Use 'nullptr'. Frontend edition.Craig Topper2014-05-221-4/+4
* Eliminate DefaultImageName from the Driver constructorAlp Toker2014-05-151-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-2/+2
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-071-1/+1
* Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print.Hans Wennborg2013-09-121-2/+2
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-2/+3
* Nuke SetUpBuildDumpLog.Sean Silva2013-01-201-3/+1
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-4/+4
* Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag andRafael Espindola2012-11-271-1/+1
* Remove code to fall back to llvm-gcc for i386 kexts.Bob Wilson2012-11-081-5/+0
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-231-3/+3
* [driver] When creating the compiler invocation out of command-lineArgyrios Kyrtzidis2012-05-211-2/+6
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-201-1/+1
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-1/+1
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-051-2/+2
* Let CompilerInvocation initialization indicate failureDylan Noblesmith2011-12-231-4/+5
* rename getHostTriple into getDefaultTargetTriple in clangSebastian Pop2011-11-011-1/+1
* Rip out flags for controlling C++ "production mode" separately.Bob Wilson2011-10-041-1/+1
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-1/+1
* Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ...Chris Lattner2011-07-231-1/+1
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-2/+2
* Fix the clang part of PR7952: rewrite the specialization of isa<> in DeclBase,Eli Friedman2011-05-211-1/+1
* Add missing file for my previous commit.Argyrios Kyrtzidis2011-04-041-0/+90