summaryrefslogtreecommitdiffstats
path: root/clang/tools/diagtool/TreeView.cpp
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
* Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti...Fangrui Song2019-07-031-3/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [diagtool] Remove unneeded header includes.Richard Trieu2018-11-281-1/+0
* [diagtool] Change default tree behavior to print only flagsJonas Devlieghere2017-09-051-9/+27
* [NFC] Loop modernization in diagtoolJonas Devlieghere2017-09-051-15/+8
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* diagtool: refactor TreeView to resemble C++Alp Toker2014-06-201-103/+101
* diagtool: simplify TreeView diagnostic classificationAlp Toker2014-06-191-3/+3
* Move individual group name strings from the OptionTable into one big char arr...Craig Topper2013-08-291-2/+1
* Reorder and shrink size of NameLen field in diagnostic group table. Shaves ~4...Craig Topper2013-08-281-1/+6
* Sort #include lines for tools/...Chandler Carruth2012-12-041-4/+4
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-231-1/+4
* Add color output to 'diagtool tree' to show what warnings are enabled by defa...Ted Kremenek2012-10-051-3/+45
* [diagtool] Add a new "tree" command to shows warnings activated by a flag.Jordan Rose2012-06-241-0/+135
OpenPOWER on IntegriCloud