summaryrefslogtreecommitdiff
path: root/tools/diagtool
Commit message (Expand)AuthorAgeFilesLines
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-251-1/+1
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-251-1/+1
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-241-1/+1
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-241-1/+1
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-211-1/+1
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-1/+1
* clang-format a recent commit I madeDavid Blaikie2014-11-191-4/+3
* Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.David Blaikie2014-11-192-3/+3
* Use llvm::makeArrayRef instead of explicitly calling ArrayRef constructor and...Craig Topper2014-08-301-1/+1
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-132-4/+4
* Add missing header guards.Benjamin Kramer2014-08-081-0/+4
* diagtool: refactor TreeView to resemble C++Alp Toker2014-06-201-103/+101
* diagtool: simplify TreeView diagnostic classificationAlp Toker2014-06-191-3/+3
* [C++11] Use 'nullptr'. Tools edition.Craig Topper2014-06-084-9/+9
* Replace llvm::array_endof with C++11's std::end.Benjamin Kramer2014-04-121-2/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-151-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-3/+3
* Add 'remark' diagnostic type in 'clang'Tobias Grosser2014-02-281-0/+1
* [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi2014-02-211-4/+0
* [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi2013-12-101-7/+1
* Rather than duplicating extension diagnostics to allow them to cause aRichard Smith2013-11-121-2/+1
* Move individual group name strings from the OptionTable into one big char arr...Craig Topper2013-08-293-9/+9
* Reorder and shrink size of NameLen field in diagnostic group table. Shaves ~4...Craig Topper2013-08-282-5/+7
* Merge diagnostic group tables to reduce data size and relocation entries.Craig Topper2013-08-282-15/+23
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-1/+1
* Nuke SetUpBuildDumpLog.Sean Silva2013-01-201-2/+1
* these now depend on the bitcode reader too.Chris Lattner2013-01-192-1/+2
* Sort #include lines for tools/...Chandler Carruth2012-12-044-9/+9
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-232-3/+6
* Add color output to 'diagtool tree' to show what warnings are enabled by defa...Ted Kremenek2012-10-051-3/+45
* [ms-inline asm] Add various MC components to clang build to support MS-style ...Chad Rosier2012-08-091-1/+4
* Add various MC components to clang build to support MS-style inline assembly.Chad Rosier2012-08-081-2/+2
* Include clang-check as part of the clang installation.David Blaikie2012-07-311-3/+0
* Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko2012-07-111-0/+1
* Enhance 'diagtool list-warnings' to report number of diagnostics covered dire...Ted Kremenek2012-07-071-0/+4
* [diagtool] Appease buildbots by explicitly using makeArrayRef.Jordan Rose2012-06-241-2/+2
* [diagtool] Add a new "tree" command to shows warnings activated by a flag.Jordan Rose2012-06-246-18/+307
* [diagtool] Write to llvm::outs() by default instead of llvm::errs()Jordan Rose2012-06-221-1/+1
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-211-7/+7
* Fix a big layering violation introduced by r158771.Chandler Carruth2012-06-201-1/+1
* Fix cmake build.Rafael Espindola2012-06-201-1/+0
* Structured comment parsing, first step.Dmitri Gribenko2012-06-202-1/+2
* diagtool/CMakeLists.txt: Add missing tblgen'd dependency, ClangDiagnosticInde...NAKAMURA Takumi2012-06-171-0/+4
* [diagtool] Properly order libraries in Makefile for buildbot.Jordan Rose2012-06-041-3/+3
* [diagtool] Re-add show-enabled, minimizing the code pulled in from Frontend.Jordan Rose2012-06-046-27/+211
* [diagtool] Pull show-enabled back out for now.Jordan Rose2012-06-016-218/+27
* [diagtool] Unbork Makefile build.Jordan Rose2012-06-011-2/+9
* [diagtool] Appease buildbot by adding llvm_unreachable.Jordan Rose2012-06-011-0/+2
* [diagtool] Add 'show-enabled', which displays which warnings are enabled.Jordan Rose2012-06-016-26/+208
* [diagtool] The driver skips two arguments, not one.Jordan Rose2012-06-011-1/+1