summaryrefslogtreecommitdiff
path: root/lib/Driver/Types.cpp
Commit message (Expand)AuthorAge
* Add a CC1 option -verify-pchBen Langmuir2014-02-05
* Make .asm a valid extension for assembly filesHans Wennborg2013-10-17
* clang-cl: Add support for asm listings (/FA and /Fa)Hans Wennborg2013-10-17
* clang-cl: Support the /Fe optionHans Wennborg2013-08-12
* clang-cl: Use .obj as object file extension instead of .oHans Wennborg2013-08-07
* Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-15
* Use SmallVectorImpl& for function arguments instead of SmallVector.Craig Topper2013-07-05
* <rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor2013-03-27
* Minor refactor of how we get compilation phases.Matthew Curtis2013-03-07
* Fix global overflow in types::lookupTypeForTypeSpecifier.Evgeniy Stepanov2013-02-28
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-04
* Test commit: Remove blank line.Joey Gouly2012-11-21
* [driver] Add the missing TY_PP_ObjCXX_Alias case to the isCXX function.Chad Rosier2012-11-16
* Revert r167567, restoring the ability of clang to run gcc in cases where itNick Lewycky2012-11-15
* Rip out a bunch of code for invoking gcc from clang.Bob Wilson2012-11-08
* Remove a bit of dead code.Rafael Espindola2012-10-29
* [driver] Lipo can handle the lto-bc type.Chad Rosier2012-08-02
* Tell the driver that CUDA is a C++-like language, so that we get C++Peter Collingbourne2012-05-20
* Use -rewrite-legacy-objc as clang argument for translating Fariborz Jahanian2012-04-02
* OpenCL: add driver/frontend support for precompiled headersPeter Collingbourne2011-10-09
* Add support of -x objc-cpp-output, -x objc++-cpp-output to the Driver.Nico Weber2011-08-13
* Return the proper type for objects when given a .o extension.Chad Rosier2011-08-12
* Remove stray emacs mode markers in all these files that was causing emacs toNick Lewycky2010-12-31
* Driver, Frontend: add CUDA language supportPeter Collingbourne2010-12-01
* Make c++ and C++ valid extensions for C++ source files, from Seth Cantrell!Douglas Gregor2010-06-22
* Driver: Support invoking Clang on .ll or .bc inputs.Daniel Dunbar2010-06-07
* PR5803: clang++: Treat untyped 'C' inputs as C++.Daniel Dunbar2010-02-17
* Allow clang to pass -x cl through to compiler driver.Nate Begeman2010-01-05
* spread 'const' love to some variables. this considerably reduces the amount o...Nuno Lopes2009-12-10
* Recognize .hpp as a C++ header.Daniel Dunbar2009-11-22
* Driver: Make local type name more distinct.Daniel Dunbar2009-11-18
* Add driver::types::isObjC predicate.Daniel Dunbar2009-11-17
* [llvm up]Douglas Gregor2009-10-29
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-09
* Add driver support for -emit-ast and AST compilation steps.Daniel Dunbar2009-09-01
* Driver: Add types::{isAcceptedByClang,isCXX} predicates.Daniel Dunbar2009-03-13
* Driver: Some minor bug fixes.Daniel Dunbar2009-03-13
* Driver: Add types::getNumCompilationPhases, getCompilationPhase toDaniel Dunbar2009-03-13
* Driver: Drop some unnecessary uses of clang namespace.Daniel Dunbar2009-03-12
* Driver: Add types::canLipoType helper method.Daniel Dunbar2009-03-12
* Driver: Add information on Driver input/temporary types.Daniel Dunbar2009-03-12