summaryrefslogtreecommitdiffstats
path: root/include/clang/Driver/Types.def
Commit message (Expand)AuthorAgeFilesLines
* [C++11] Use 'nullptr'Craig Topper2014-05-061-11/+11
* Add file suffix for assembler-with-cpp.Eli Friedman2013-07-031-1/+1
* <rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor2013-03-271-0/+1
* Fix typoMatt Beaumont-Gay2012-11-141-1/+1
* Use -frewrite-includes for crash reports.David Blaikie2012-06-291-6/+6
* Use -rewrite-legacy-objc as clang argument for translating Fariborz Jahanian2012-04-021-0/+1
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-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-0/+2
* Driver, Frontend: add CUDA language supportPeter Collingbourne2010-12-011-0/+1
* Driver: Support 'clang -x ir ...'.Daniel Dunbar2010-07-151-2/+2
* Driver: .dSYM suffix should be appended, not replace the existing suffix.Daniel Dunbar2010-07-011-1/+1
* Driver: Support invoking Clang on .ll or .bc inputs.Daniel Dunbar2010-06-071-2/+7
* Driver/Darwin: Model dsymutil properly, as a separate action/tool kind which isDaniel Dunbar2010-06-041-0/+1
* Driver: Add -rewrite-objc, which is an interface to clang -cc1 -rewrite-objc.Daniel Dunbar2010-02-111-0/+1
* Allow clang to pass -x cl through to compiler driver.Nate Begeman2010-01-051-0/+1
* Add driver support for -emit-ast and AST compilation steps.Daniel Dunbar2009-09-011-2/+3
* Driver: Support -M and -MM.Daniel Dunbar2009-03-301-0/+1
* Driver: Handle -flto, -O4, and tweak -emit-llvm to match llvm-gcc.Daniel Dunbar2009-03-241-2/+2
* Driver: Some minor bug fixes.Daniel Dunbar2009-03-131-1/+1
* Driver: Add information on Driver input/temporary types.Daniel Dunbar2009-03-121-0/+77