| Commit message (Expand) | Author | Age | Files | Lines |
* | [driver] Handle the processing of the QA_OVERRIDE_GCC3_OPTIONS and CCC_ADD_ARGS | Chad Rosier | 2013-02-21 | 1 | -26/+26 |
* | Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. | Jordan Rose | 2013-02-08 | 1 | -3/+3 |
* | [driver] Refactor the driver so that a failing commands doesn't prevent | Chad Rosier | 2013-01-29 | 1 | -8/+24 |
* | [driver] Warnings for warning options are handled by the frontend. The drive... | Chad Rosier | 2013-01-15 | 1 | -1/+1 |
* | Produce an actual error before attempting to attach notes to it when bailing out | Richard Smith | 2012-12-25 | 1 | -2/+5 |
* | Sort #include lines for tools/... | Chandler Carruth | 2012-12-04 | 1 | -9/+8 |
* | Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag and | Rafael Espindola | 2012-11-27 | 1 | -6/+1 |
* | If we encounter a fatal error, exit with status 70. For BSD systems this is | Chad Rosier | 2012-11-12 | 1 | -2/+3 |
* | Make DiagnosticOptions intrusively reference-counted, and make sure | Douglas Gregor | 2012-10-23 | 1 | -6/+6 |
* | Just revert r163605 for now. It broke the build and had some | Chandler Carruth | 2012-09-11 | 1 | -26/+11 |
* | Select the correct, or, failing that, compatible, dialect when invoked as cc, | David Chisnall | 2012-09-11 | 1 | -11/+26 |
* | [Win32] Rework crash-report since r145389. | NAKAMURA Takumi | 2012-07-17 | 1 | -0/+8 |
* | Unify Options.td and CC1Options.td, in a first step towards unifying the seri... | James Molloy | 2012-05-01 | 1 | -2/+2 |
* | Add a little hack to emulate a clang crash, so the diagnostics generator can be | Chad Rosier | 2012-04-20 | 1 | -0/+4 |
* | [driver] Parse diagnostic args in the driver. | Chad Rosier | 2012-03-13 | 1 | -1/+22 |
* | Basic: import IntrusiveRefCntPtr<> into clang namespace | Dylan Noblesmith | 2012-02-20 | 1 | -1/+1 |
* | drop more llvm:: prefixes on SmallString<> | Dylan Noblesmith | 2012-02-13 | 1 | -1/+1 |
* | drop more llvm:: prefixes on OwningPtr<> | Dylan Noblesmith | 2012-02-13 | 1 | -2/+2 |
* | rename -ccc-host-triple into -target | Sebastian Pop | 2012-01-20 | 1 | -2/+2 |
* | Revert r148138; it's causing test failures. | Eli Friedman | 2012-01-13 | 1 | -2/+2 |
* | rename -ccc-host-triple into -target | Sebastian Pop | 2012-01-13 | 1 | -2/+2 |
* | remove unneeded config.h includes | Dylan Noblesmith | 2011-12-22 | 1 | -1/+0 |
* | rename getHostTriple into getDefaultTargetTriple in clang | Sebastian Pop | 2011-11-01 | 1 | -1/+1 |
* | Rip out flags for controlling C++ "production mode" separately. | Bob Wilson | 2011-10-04 | 1 | -8/+1 |
* | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie | 2011-09-25 | 1 | -1/+1 |
* | Match LLVM change: TargetRegistry and TargetSelect have been moved to Support. | Evan Cheng | 2011-08-24 | 1 | -2/+2 |
* | When the compiler crashes, the compiler driver now produces diagnostic | Chad Rosier | 2011-08-02 | 1 | -2/+8 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -23/+23 |
* | Temporarily revert r135614 while I fix the cmake build. | Chad Rosier | 2011-07-20 | 1 | -8/+2 |
* | When the compiler crashes, the compiler driver now produces diagnostic inform... | Chad Rosier | 2011-07-20 | 1 | -2/+8 |
* | Slightly improve the code to derive target from program name to not | Joerg Sonnenberger | 2011-07-07 | 1 | -3/+5 |
* | Driver: Sketch driver support for a CC_LOG_DIAGNOSTICS options, similar to the | Daniel Dunbar | 2011-04-07 | 1 | -0/+5 |
* | switch a few Driver APIs to use llvm::ArrayRef, cleaning up code. | Chris Lattner | 2011-03-23 | 1 | -2/+2 |
* | Refactor program name logic. Extend it to infer the target triple from | Joerg Sonnenberger | 2011-03-16 | 1 | -18/+83 |
* | If called as *cpp or *cpp-[^-]*, run only the preprocessor. If no | Joerg Sonnenberger | 2011-03-06 | 1 | -0/+5 |
* | clang: Add support for a CC_PRINT_HEADERS environment variable, which mirrors | Daniel Dunbar | 2011-02-02 | 1 | -0/+5 |
* | Add missing <cctype> include, from Joerg Sonnenberger | Douglas Gregor | 2011-01-17 | 1 | -0/+1 |
* | Replace all uses of PathV1::makeAbsolute with PathV2::fs::make_absolute. | Michael J. Spencer | 2010-12-21 | 1 | -12/+16 |
* | Replace all uses of PathV1::get{Basename,Dirname,Suffix} with their PathV2 eq... | Michael J. Spencer | 2010-12-18 | 1 | -2/+2 |
* | Replace all uses of PathV1::getLast with PathV2::filename. | Michael J. Spencer | 2010-12-18 | 1 | -3/+3 |
* | MemoryBuffer API update. | Michael J. Spencer | 2010-12-16 | 1 | -4/+2 |
* | Use error_code instead of std::string* for MemoryBuffer. | Michael J. Spencer | 2010-12-09 | 1 | -1/+3 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -4/+4 |
* | Refactoring of Diagnostic class. | Argyrios Kyrtzidis | 2010-11-18 | 1 | -1/+2 |
* | Turns out that we may end up calling dladdr on GetExecutablePath, give it ext... | Benjamin Kramer | 2010-10-30 | 1 | -2/+1 |
* | This function doesn't need external linkage either. | Benjamin Kramer | 2010-10-30 | 1 | -1/+2 |
* | Make "-ccc-cxx" option work on Linux. | Rafael Espindola | 2010-09-06 | 1 | -1/+0 |
* | Simplify the ownership model for DiagnosticClients, which was really | Douglas Gregor | 2010-08-18 | 1 | -4/+4 |
* | Driver: Keep track of a separate "install dir", which is the path where clang | Daniel Dunbar | 2010-08-01 | 1 | -0/+18 |
* | Simplify. | Daniel Dunbar | 2010-08-01 | 1 | -4/+2 |