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