aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Types.cpp
AgeCommit message (Expand)Author
2011-10-09OpenCL: add driver/frontend support for precompiled headersPeter Collingbourne
2011-08-13Add support of -x objc-cpp-output, -x objc++-cpp-output to the Driver.Nico Weber
2011-08-12Return the proper type for objects when given a .o extension.Chad Rosier
2010-12-31Remove stray emacs mode markers in all these files that was causing emacs toNick Lewycky
2010-12-01Driver, Frontend: add CUDA language supportPeter Collingbourne
2010-06-22Make c++ and C++ valid extensions for C++ source files, from Seth Cantrell!Douglas Gregor
2010-06-07Driver: Support invoking Clang on .ll or .bc inputs.Daniel Dunbar
2010-02-17PR5803: clang++: Treat untyped 'C' inputs as C++.Daniel Dunbar
2010-01-05Allow clang to pass -x cl through to compiler driver.Nate Begeman
2009-12-10spread 'const' love to some variables. this considerably reduces the amount o...Nuno Lopes
2009-11-22Recognize .hpp as a C++ header.Daniel Dunbar
2009-11-18Driver: Make local type name more distinct.Daniel Dunbar
2009-11-17Add driver::types::isObjC predicate.Daniel Dunbar
2009-10-29[llvm up]Douglas Gregor
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-01Add driver support for -emit-ast and AST compilation steps.Daniel Dunbar
2009-03-13Driver: Add types::{isAcceptedByClang,isCXX} predicates.Daniel Dunbar
2009-03-13Driver: Some minor bug fixes.Daniel Dunbar
2009-03-13Driver: Add types::getNumCompilationPhases, getCompilationPhase toDaniel Dunbar
2009-03-12Driver: Drop some unnecessary uses of clang namespace.Daniel Dunbar
2009-03-12Driver: Add types::canLipoType helper method.Daniel Dunbar
2009-03-12Driver: Add information on Driver input/temporary types.Daniel Dunbar