aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CreateInvocationFromCommandLine.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-09-11[flang][driver] Add the new flang compiler and frontend driversCaroline Concatto1-2/+2
2020-06-18[MC] Pass down argv0 & cc1 cmd-line to the back-end and store in MCTargetOptionsAlexandre Ganea1-1/+1
2019-11-29[clangd] Log cc1 args at verbose level.Sam McCall1-1/+4
2019-08-27ArrayRef'ized CompilerInvocation::CreateFromArgsDmitri Gribenko1-3/+1
2019-08-27[Driver] Add an option for createInvocationFromCommandLine to recover on errorsIlya Biryukov1-11/+5
2019-08-14[Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-12Revert "Make clang-based tools find libc++ on MacOS"Jonas Devlieghere1-6/+2
2018-11-12Make clang-based tools find libc++ on MacOSIlya Biryukov1-2/+6
2018-10-10Lift VFS from clang to llvm (NFC)Jonas Devlieghere1-1/+1
2017-06-28Use vfs::FileSystem in ASTUnit when creating CompilerInvocation.Ilya Biryukov1-3/+3
2017-05-24Method loadFromCommandLine should be able to report errorsSerge Pavlov1-0/+2
2017-01-06Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie1-5/+5
2017-01-06Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie1-5/+5
2017-01-05IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...David Blaikie1-5/+5
2016-07-15[CUDA][OpenMP] Create generic offload actionSamuel Antao1-8/+8
2016-02-23Rename Action::begin() to Action::input_begin().Nico Weber1-1/+1
2015-11-18[libclang] Add entry points that take a full command line including argv[0].Benjamin Kramer1-4/+2
2015-07-13[cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich1-2/+19
2015-07-13This reverts commit r242058, r242065, r242067.Rafael Espindola1-15/+2
2015-07-13[cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich1-2/+15
2014-10-03Driver: Use pointee_iterator rather than iterating over unique_ptrsJustin Bogner1-2/+2
2014-09-04unique_ptrify JobList::JobsDavid Blaikie1-4/+4
2014-07-05Track IntrusiveRefCntPtr::get() changes from LLVM r212366Alp Toker1-1/+1
2014-05-22[C++11] Use 'nullptr'. Frontend edition.Craig Topper1-4/+4
2014-05-15Eliminate DefaultImageName from the Driver constructorAlp Toker1-1/+1
2014-03-07Replace OwningPtr with std::unique_ptr.Ahmed Charles1-2/+2
2014-03-07Change OwningPtr::take() to OwningPtr::release().Ahmed Charles1-1/+1
2013-09-12Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print.Hans Wennborg1-2/+2
2013-06-14[Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner1-2/+3
2013-01-20Nuke SetUpBuildDumpLog.Sean Silva1-3/+1
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-4/+4
2012-11-27Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag andRafael Espindola1-1/+1
2012-11-08Remove code to fall back to llvm-gcc for i386 kexts.Bob Wilson1-5/+0
2012-10-23Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor1-3/+3
2012-05-21[driver] When creating the compiler invocation out of command-lineArgyrios Kyrtzidis1-2/+6
2012-02-20Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith1-1/+1
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith1-1/+1
2012-02-05Basic: import OwningPtr<> into clang namespaceDylan Noblesmith1-2/+2
2011-12-23Let CompilerInvocation initialization indicate failureDylan Noblesmith1-4/+5
2011-11-01rename getHostTriple into getDefaultTargetTriple in clangSebastian Pop1-1/+1
2011-10-04Rip out flags for controlling C++ "production mode" separately.Bob Wilson1-1/+1
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie1-1/+1
2011-07-23Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ...Chris Lattner1-1/+1
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner1-2/+2
2011-05-21Fix the clang part of PR7952: rewrite the specialization of isa<> in DeclBase,Eli Friedman1-1/+1
2011-04-04Add missing file for my previous commit.Argyrios Kyrtzidis1-0/+90