summaryrefslogtreecommitdiffstats
path: root/clang/tools/diagtool/DiagTool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-261-1/+1
* [clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-271-1/+1
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.David Blaikie2014-11-191-1/+1
* [C++11] Use 'nullptr'. Tools edition.Craig Topper2014-06-081-1/+1
* Sort #include lines for tools/...Chandler Carruth2012-12-041-1/+1
* The diagtool registration system tries to use a global variable from a methodNick Lewycky2011-08-121-1/+1
* Add 'diagtool' to the 'tools/' directory. diagtool is a new tool (WIP) for a...Ted Kremenek2011-08-091-0/+68
OpenPOWER on IntegriCloud