| Commit message (Expand) | Author | Age | Files | Lines |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -1/+0 |
* | Remove first argument from Arg::getValue; it's been unused since r105760. | Richard Smith | 2012-11-01 | 1 | -6/+6 |
* | [Options] Add prefixes to options. | Michael J. Spencer | 2012-10-22 | 1 | -4/+11 |
* | [Options] make Option a value type. | Michael J. Spencer | 2012-10-19 | 1 | -8/+8 |
* | Revert r166223 and the subsequent commits that depend on it, r166230 & r166235. | Argyrios Kyrtzidis | 2012-10-18 | 1 | -8/+8 |
* | [Options] make Option a value type. | Michael J. Spencer | 2012-10-18 | 1 | -8/+8 |
* | Revert "[Options] make Option a value type." | Eric Christopher | 2012-10-10 | 1 | -8/+8 |
* | [Options] make Option a value type. | Michael J. Spencer | 2012-10-10 | 1 | -8/+8 |
* | Factor out the code retrieves the last PIC related argument from | Simon Atanasyan | 2012-05-29 | 1 | -0/+62 |
* | [driver] Parse diagnostic args in the driver. | Chad Rosier | 2012-03-13 | 1 | -4/+6 |
* | Basic: import SmallString<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -1/+1 |
* | Fix PR11685 by implementing -ffast-math and its various friends in the | Chandler Carruth | 2012-01-02 | 1 | -0/+18 |
* | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie | 2011-09-25 | 1 | -1/+1 |
* | Fix else style. No functionality change intended. | Chad Rosier | 2011-08-17 | 1 | -1/+2 |
* | [driver] Make sure to update the iterator end when erasing for Args. | Chad Rosier | 2011-08-12 | 1 | -2/+2 |
* | Improved efficiency by using iterator returned by erase, rather then restarting. | Chad Rosier | 2011-08-08 | 1 | -4/+4 |
* | When the compiler crashes, the compiler driver now produces diagnostic | Chad Rosier | 2011-08-02 | 1 | -0/+16 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -17/+17 |
* | Temporarily revert r135614 while I fix the cmake build. | Chad Rosier | 2011-07-20 | 1 | -16/+0 |
* | When the compiler crashes, the compiler driver now produces diagnostic inform... | Chad Rosier | 2011-07-20 | 1 | -0/+16 |
* | StringRef'ize clang::drive::Option::getName(), from Zach Wheeler! | Douglas Gregor | 2011-07-05 | 1 | -2/+2 |
* | Remove stray emacs mode markers in all these files that was causing emacs to | Nick Lewycky | 2010-12-31 | 1 | -1/+1 |
* | Fix PR8639 by making the "argument unused during compilation" less agressive.... | Rafael Espindola | 2010-12-20 | 1 | -19/+16 |
* | Declare argv parameters as const char* const* instead of to char** to clarify... | Axel Naumann | 2010-10-11 | 1 | -1/+2 |
* | Driver/Darwin: Pass -pie/-no_pie to the linker when -fpie/-fno-pie and friends | Daniel Dunbar | 2010-07-13 | 1 | -0/+19 |
* | Driver: Fix refacto in DerivedArgList::MakeSeparateArg. | Daniel Dunbar | 2010-06-14 | 1 | -25/+16 |
* | Driver: Add an explicit argument translation phase to the driver itself. We a... | Daniel Dunbar | 2010-06-11 | 1 | -3/+1 |
* | Driver: Get rid of the proxy support in DerivedArgList. | Daniel Dunbar | 2010-06-11 | 1 | -5/+6 |
* | Driver: Fix arg_iterator typing to reflect that it is really an iterator over... | Daniel Dunbar | 2010-06-11 | 1 | -9/+9 |
* | Driver: Eliminate Arg subclasses, which are now unnecessary. | Daniel Dunbar | 2010-06-09 | 1 | -6/+6 |
* | Driver: Change Arg to just hold the values directly, instead of implicitly | Daniel Dunbar | 2010-06-09 | 1 | -5/+8 |
* | Driver: Add an explicit offset to JoinedArg and JoinedAndSeparateArg, so that | Daniel Dunbar | 2010-06-09 | 1 | -1/+12 |
* | Attempt to make MSVC happy. | Daniel Dunbar | 2010-05-22 | 1 | -1/+1 |
* | Try to fix MSVC build. | Benjamin Kramer | 2010-05-21 | 1 | -0/+1 |
* | Driver: Move some argument lookup utilities into driver::ArgList. | Daniel Dunbar | 2010-05-20 | 1 | -0/+27 |
* | Driver: Free synthesized derived arguments. | Daniel Dunbar | 2010-03-11 | 1 | -7/+14 |
* | Fix -Wsign-compare warnings reported by clang++. | Ted Kremenek | 2010-03-10 | 1 | -3/+3 |
* | Add an arg_iterator, for iterating over a subset of arguments in an ArgList. | Daniel Dunbar | 2009-11-25 | 1 | -72/+40 |
* | Driver: Introduce OptSpecifier class for protecting access to an option id. | Daniel Dunbar | 2009-11-19 | 1 | -17/+17 |
* | Driver: Switch to using explicit {getLast,has}ArgNoClaim functions instead of... | Daniel Dunbar | 2009-11-19 | 1 | -16/+19 |
* | StringRefize ArgList construction of ArgStrings. | Daniel Dunbar | 2009-09-09 | 1 | -8/+18 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -16/+14 |
* | Add stack protector support to clang. This generates the 'ssp' and 'sspreq' | Bill Wendling | 2009-06-28 | 1 | -0/+29 |
* | Add option for AddAllArgsTranslated to control whether output argument | Daniel Dunbar | 2009-04-26 | 1 | -3/+11 |
* | Driver: Add default for ArgList::hasFlag and simplify implementation. | Daniel Dunbar | 2009-04-07 | 1 | -6/+2 |
* | Driver: Explicitly ignore -fpch-preprocess when using clang, we don't | Daniel Dunbar | 2009-04-03 | 1 | -0/+9 |
* | Driver: Unbreak ArgList::hasFlag. | Daniel Dunbar | 2009-03-30 | 1 | -1/+1 |
* | Driver: Track which original arguments an arg is derived from, so that | Daniel Dunbar | 2009-03-29 | 1 | -8/+9 |
* | Driver: Add ArgList::AddAllArgsTranslated; for forwarding options to | Daniel Dunbar | 2009-03-26 | 1 | -0/+13 |
* | Driver: Prep for tool chain specific argument translation. | Daniel Dunbar | 2009-03-25 | 1 | -50/+78 |