summaryrefslogtreecommitdiff
path: root/tools/diagtool
Commit message (Expand)AuthorAge
* diagtool: refactor TreeView to resemble C++Alp Toker2014-06-20
* diagtool: simplify TreeView diagnostic classificationAlp Toker2014-06-19
* [C++11] Use 'nullptr'. Tools edition.Craig Topper2014-06-08
* Replace llvm::array_endof with C++11's std::end.Benjamin Kramer2014-04-12
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-15
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07
* Add 'remark' diagnostic type in 'clang'Tobias Grosser2014-02-28
* [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi2014-02-21
* [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi2013-12-10
* Rather than duplicating extension diagnostics to allow them to cause aRichard Smith2013-11-12
* Move individual group name strings from the OptionTable into one big char arr...Craig Topper2013-08-29
* Reorder and shrink size of NameLen field in diagnostic group table. Shaves ~4...Craig Topper2013-08-28
* Merge diagnostic group tables to reduce data size and relocation entries.Craig Topper2013-08-28
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-14
* Nuke SetUpBuildDumpLog.Sean Silva2013-01-20
* these now depend on the bitcode reader too.Chris Lattner2013-01-19
* Sort #include lines for tools/...Chandler Carruth2012-12-04
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-23
* Add color output to 'diagtool tree' to show what warnings are enabled by defa...Ted Kremenek2012-10-05
* [ms-inline asm] Add various MC components to clang build to support MS-style ...Chad Rosier2012-08-09
* Add various MC components to clang build to support MS-style inline assembly.Chad Rosier2012-08-08
* Include clang-check as part of the clang installation.David Blaikie2012-07-31
* Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko2012-07-11
* Enhance 'diagtool list-warnings' to report number of diagnostics covered dire...Ted Kremenek2012-07-07
* [diagtool] Appease buildbots by explicitly using makeArrayRef.Jordan Rose2012-06-24
* [diagtool] Add a new "tree" command to shows warnings activated by a flag.Jordan Rose2012-06-24
* [diagtool] Write to llvm::outs() by default instead of llvm::errs()Jordan Rose2012-06-22
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-21
* Fix a big layering violation introduced by r158771.Chandler Carruth2012-06-20
* Fix cmake build.Rafael Espindola2012-06-20
* Structured comment parsing, first step.Dmitri Gribenko2012-06-20
* diagtool/CMakeLists.txt: Add missing tblgen'd dependency, ClangDiagnosticInde...NAKAMURA Takumi2012-06-17
* [diagtool] Properly order libraries in Makefile for buildbot.Jordan Rose2012-06-04
* [diagtool] Re-add show-enabled, minimizing the code pulled in from Frontend.Jordan Rose2012-06-04
* [diagtool] Pull show-enabled back out for now.Jordan Rose2012-06-01
* [diagtool] Unbork Makefile build.Jordan Rose2012-06-01
* [diagtool] Appease buildbot by adding llvm_unreachable.Jordan Rose2012-06-01
* [diagtool] Add 'show-enabled', which displays which warnings are enabled.Jordan Rose2012-06-01
* [diagtool] The driver skips two arguments, not one.Jordan Rose2012-06-01
* Provide common include for all diagnostic headers.David Blaikie2012-02-15
* Remove the unuseful -fdiagnostics-show-nameDavid Blaikie2012-02-15
* Reduce dependencies.Benjamin Kramer2011-10-23
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-25
* The diagtool registration system tries to use a global variable from a methodNick Lewycky2011-08-12
* Add libsupport to list of libraries to link into diagtoolTed Kremenek2011-08-09
* Add 'diagtool' to the 'tools/' directory. diagtool is a new tool (WIP) for a...Ted Kremenek2011-08-09