summaryrefslogtreecommitdiffstats
path: root/tools/diagtool/ShowEnabledWarnings.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Loop modernization in diagtoolJonas Devlieghere2017-09-051-14/+10
* 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
* [libclang] Add entry points that take a full command line including argv[0].Benjamin Kramer2015-11-181-2/+4
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Use llvm::makeArrayRef instead of explicitly calling ArrayRef constructor and...Craig Topper2014-08-301-1/+1
* [C++11] Use 'nullptr'. Tools edition.Craig Topper2014-06-081-3/+3
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-3/+3
* Add 'remark' diagnostic type in 'clang'Tobias Grosser2014-02-281-0/+1
* Nuke SetUpBuildDumpLog.Sean Silva2013-01-201-2/+1
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-231-2/+2
* [diagtool] Add a new "tree" command to shows warnings activated by a flag.Jordan Rose2012-06-241-4/+5
* [diagtool] Re-add show-enabled, minimizing the code pulled in from Frontend.Jordan Rose2012-06-041-0/+147
* [diagtool] Pull show-enabled back out for now.Jordan Rose2012-06-011-148/+0
* [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-011-0/+146