aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/CreateInvocationFromCommandLine.cpp
AgeCommit message (Expand)Author
2013-01-20Nuke SetUpBuildDumpLog.Sean Silva
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-11-27Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag andRafael Espindola
2012-11-08Remove code to fall back to llvm-gcc for i386 kexts.Bob Wilson
2012-10-23Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor
2012-05-21[driver] When creating the compiler invocation out of command-lineArgyrios Kyrtzidis
2012-02-20Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith
2012-02-05Basic: import OwningPtr<> into clang namespaceDylan Noblesmith
2011-12-23Let CompilerInvocation initialization indicate failureDylan Noblesmith
2011-11-01rename getHostTriple into getDefaultTargetTriple in clangSebastian Pop
2011-10-04Rip out flags for controlling C++ "production mode" separately.Bob Wilson
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie
2011-07-23Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ...Chris Lattner
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-05-21Fix the clang part of PR7952: rewrite the specialization of isa<> in DeclBase,Eli Friedman
2011-04-04Add missing file for my previous commit.Argyrios Kyrtzidis