summaryrefslogtreecommitdiffstats
path: root/tools/diagtool
Commit message (Expand)AuthorAgeFilesLines
* [diagtool] Add a 'find-diagnostic-id' subcommand that converts a name ofAlex Lorenz2017-07-122-0/+59
* Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie2017-01-061-2/+2
* Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie2017-01-061-2/+2
* IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...David Blaikie2017-01-051-2/+2
* [NFC] Header cleanupMehdi Amini2016-07-182-2/+0
* Remove autoconf supportChris Bieneman2016-01-261-26/+0
* [libclang] Add entry points that take a full command line including argv[0].Benjamin Kramer2015-11-181-2/+4
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-223-3/+3
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-223-3/+3
* 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