summaryrefslogtreecommitdiff
path: root/tools/diagtool
Commit message (Expand)AuthorAgeFilesLines
* [diagtool] Use `operator<<(Colors)` to print out colored output.Rui Ueyama2019-08-081-36/+13
* Re-submit r367649: Improve raw_ostream so that you can "write" colors using o...Rui Ueyama2019-08-071-1/+2
* Revert r367649: Improve raw_ostream so that you can "write" colors using oper...Rui Ueyama2019-08-021-14/+34
* Improve raw_ostream so that you can "write" colors using operator<<Rui Ueyama2019-08-021-34/+14
* cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard2019-07-031-1/+1
* Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti...Fangrui Song2019-07-032-6/+2
* [clang] Switch to LLVM_ENABLE_IDEShoaib Meenai2019-02-201-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-199-36/+27
* [diagtool] Remove unneeded header includes.Richard Trieu2018-11-282-2/+0
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-261-1/+1
* [diagtool] Add diagtool to install target.Jonas Devlieghere2018-05-161-0/+12
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-3/+3
* Remove unused code (made unused by r161073, and later more so by r248043).Nico Weber2018-04-231-6/+0
* [clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-271-1/+1
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* [refactor] allow the use of refactoring diagnosticsAlex Lorenz2017-10-161-0/+1
* Add Cross Translation Unit support libraryGabor Horvath2017-09-221-0/+1
* [diagtool] Change default tree behavior to print only flagsJonas Devlieghere2017-09-051-9/+27
* [NFC] Loop modernization in diagtoolJonas Devlieghere2017-09-055-62/+57
* [diagtool] Add ability to pass in the id and return the name for aDon Hinton2017-08-031-1/+17
* [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