| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). | Alexander Kornienko | 2015-06-22 | 3 | -3/+3 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-22 | 3 | -3/+3 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-25 | 1 | -1/+1 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-25 | 1 | -1/+1 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-24 | 1 | -1/+1 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-24 | 1 | -1/+1 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-21 | 1 | -1/+1 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 1 | -1/+1 |
* | clang-format a recent commit I made | David Blaikie | 2014-11-19 | 1 | -4/+3 |
* | Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue. | David Blaikie | 2014-11-19 | 2 | -3/+3 |
* | Use llvm::makeArrayRef instead of explicitly calling ArrayRef constructor and... | Craig Topper | 2014-08-30 | 1 | -1/+1 |
* | Header guard canonicalization, clang part. | Benjamin Kramer | 2014-08-13 | 2 | -4/+4 |
* | Add missing header guards. | Benjamin Kramer | 2014-08-08 | 1 | -0/+4 |
* | diagtool: refactor TreeView to resemble C++ | Alp Toker | 2014-06-20 | 1 | -103/+101 |
* | diagtool: simplify TreeView diagnostic classification | Alp Toker | 2014-06-19 | 1 | -3/+3 |
* | [C++11] Use 'nullptr'. Tools edition. | Craig Topper | 2014-06-08 | 4 | -9/+9 |
* | Replace llvm::array_endof with C++11's std::end. | Benjamin Kramer | 2014-04-12 | 1 | -2/+2 |
* | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-15 | 1 | -1/+1 |
* | Replace OwningPtr with std::unique_ptr. | Ahmed Charles | 2014-03-07 | 1 | -3/+3 |
* | Add 'remark' diagnostic type in 'clang' | Tobias Grosser | 2014-02-28 | 1 | -0/+1 |
* | [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce... | NAKAMURA Takumi | 2014-02-21 | 1 | -4/+0 |
* | [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak... | NAKAMURA Takumi | 2013-12-10 | 1 | -7/+1 |
* | Rather than duplicating extension diagnostics to allow them to cause a | Richard Smith | 2013-11-12 | 1 | -2/+1 |
* | Move individual group name strings from the OptionTable into one big char arr... | Craig Topper | 2013-08-29 | 3 | -9/+9 |
* | Reorder and shrink size of NameLen field in diagnostic group table. Shaves ~4... | Craig Topper | 2013-08-28 | 2 | -5/+7 |
* | Merge diagnostic group tables to reduce data size and relocation entries. | Craig Topper | 2013-08-28 | 2 | -15/+23 |
* | [Driver] Refactor clang driver to use LLVM's Option library | Reid Kleckner | 2013-06-14 | 1 | -1/+1 |
* | Nuke SetUpBuildDumpLog. | Sean Silva | 2013-01-20 | 1 | -2/+1 |
* | these now depend on the bitcode reader too. | Chris Lattner | 2013-01-19 | 2 | -1/+2 |
* | Sort #include lines for tools/... | Chandler Carruth | 2012-12-04 | 4 | -9/+9 |
* | Make DiagnosticOptions intrusively reference-counted, and make sure | Douglas Gregor | 2012-10-23 | 2 | -3/+6 |
* | Add color output to 'diagtool tree' to show what warnings are enabled by defa... | Ted Kremenek | 2012-10-05 | 1 | -3/+45 |
* | [ms-inline asm] Add various MC components to clang build to support MS-style ... | Chad Rosier | 2012-08-09 | 1 | -1/+4 |
* | Add various MC components to clang build to support MS-style inline assembly. | Chad Rosier | 2012-08-08 | 1 | -2/+2 |
* | Include clang-check as part of the clang installation. | David Blaikie | 2012-07-31 | 1 | -3/+0 |
* | Enable comment parsing and semantic analysis to emit diagnostics. A few | Dmitri Gribenko | 2012-07-11 | 1 | -0/+1 |
* | Enhance 'diagtool list-warnings' to report number of diagnostics covered dire... | Ted Kremenek | 2012-07-07 | 1 | -0/+4 |
* | [diagtool] Appease buildbots by explicitly using makeArrayRef. | Jordan Rose | 2012-06-24 | 1 | -2/+2 |
* | [diagtool] Add a new "tree" command to shows warnings activated by a flag. | Jordan Rose | 2012-06-24 | 6 | -18/+307 |
* | [diagtool] Write to llvm::outs() by default instead of llvm::errs() | Jordan Rose | 2012-06-22 | 1 | -1/+1 |
* | Remove a goofy CMake hack and use the standard CMake facilities to | Chandler Carruth | 2012-06-21 | 1 | -7/+7 |
* | Fix a big layering violation introduced by r158771. | Chandler Carruth | 2012-06-20 | 1 | -1/+1 |
* | Fix cmake build. | Rafael Espindola | 2012-06-20 | 1 | -1/+0 |
* | Structured comment parsing, first step. | Dmitri Gribenko | 2012-06-20 | 2 | -1/+2 |
* | diagtool/CMakeLists.txt: Add missing tblgen'd dependency, ClangDiagnosticInde... | NAKAMURA Takumi | 2012-06-17 | 1 | -0/+4 |
* | [diagtool] Properly order libraries in Makefile for buildbot. | Jordan Rose | 2012-06-04 | 1 | -3/+3 |
* | [diagtool] Re-add show-enabled, minimizing the code pulled in from Frontend. | Jordan Rose | 2012-06-04 | 6 | -27/+211 |
* | [diagtool] Pull show-enabled back out for now. | Jordan Rose | 2012-06-01 | 6 | -218/+27 |
* | [diagtool] Unbork Makefile build. | Jordan Rose | 2012-06-01 | 1 | -2/+9 |
* | [diagtool] Appease buildbot by adding llvm_unreachable. | Jordan Rose | 2012-06-01 | 1 | -0/+2 |