summaryrefslogtreecommitdiff
path: root/lib/Driver/Types.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [driver] Add the missing TY_PP_ObjCXX_Alias case to the isCXX function.Chad Rosier2012-11-161-1/+1
* Revert r167567, restoring the ability of clang to run gcc in cases where itNick Lewycky2012-11-151-0/+23
* Rip out a bunch of code for invoking gcc from clang.Bob Wilson2012-11-081-23/+0
* Remove a bit of dead code.Rafael Espindola2012-10-291-14/+0
* [driver] Lipo can handle the lto-bc type.Chad Rosier2012-08-021-1/+2
* Tell the driver that CUDA is a C++-like language, so that we get C++Peter Collingbourne2012-05-201-0/+1
* Use -rewrite-legacy-objc as clang argument for translating Fariborz Jahanian2012-04-021-0/+1
* OpenCL: add driver/frontend support for precompiled headersPeter Collingbourne2011-10-091-0/+1
* Add support of -x objc-cpp-output, -x objc++-cpp-output to the Driver.Nico Weber2011-08-131-4/+4
* Return the proper type for objects when given a .o extension.Chad Rosier2011-08-121-0/+1
* Remove stray emacs mode markers in all these files that was causing emacs toNick Lewycky2010-12-311-1/+1
* Driver, Frontend: add CUDA language supportPeter Collingbourne2010-12-011-0/+2
* Make c++ and C++ valid extensions for C++ source files, from Seth Cantrell!Douglas Gregor2010-06-221-0/+2
* Driver: Support invoking Clang on .ll or .bc inputs.Daniel Dunbar2010-06-071-0/+16
* PR5803: clang++: Treat untyped 'C' inputs as C++.Daniel Dunbar2010-02-171-0/+16
* Allow clang to pass -x cl through to compiler driver.Nate Begeman2010-01-051-0/+2
* spread 'const' love to some variables. this considerably reduces the amount o...Nuno Lopes2009-12-101-2/+2
* Recognize .hpp as a C++ header.Daniel Dunbar2009-11-221-0/+1
* Driver: Make local type name more distinct.Daniel Dunbar2009-11-181-3/+3
* Add driver::types::isObjC predicate.Daniel Dunbar2009-11-171-0/+13
* [llvm up]Douglas Gregor2009-10-291-45/+37
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-23/+23
* Add driver support for -emit-ast and AST compilation steps.Daniel Dunbar2009-09-011-0/+2
* Driver: Add types::{isAcceptedByClang,isCXX} predicates.Daniel Dunbar2009-03-131-0/+31
* Driver: Some minor bug fixes.Daniel Dunbar2009-03-131-1/+1
* Driver: Add types::getNumCompilationPhases, getCompilationPhase toDaniel Dunbar2009-03-131-0/+44
* Driver: Drop some unnecessary uses of clang namespace.Daniel Dunbar2009-03-121-1/+0
* Driver: Add types::canLipoType helper method.Daniel Dunbar2009-03-121-0/+6
* Driver: Add information on Driver input/temporary types.Daniel Dunbar2009-03-121-0/+125