summaryrefslogtreecommitdiffstats
path: root/clang/utils/TableGen/ClangSACheckersEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use scope qualifiers in Clang's tblgen backends to get usefulJohn McCall2019-10-011-3/+2
* [analyzer] List checker/plugin options in 3 categories: released, alpha, deve...Kristof Umann2019-05-231-0/+18
* [analyzer] Hide developer-only checker/package options by defaultKristof Umann2019-05-231-32/+37
* [analyzer] Don't display implementation checkers under -analyzer-checker-help...Kristof Umann2019-05-011-2/+18
* [analyzer][NFC] Reimplement checker optionsKristof Umann2019-04-191-4/+103
* [analyzer] Reimplement dependencies between checkersKristof Umann2019-01-261-16/+60
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Improving this fatal diagnostic to help checker developers figure out what's ...Aaron Ballman2018-12-221-3/+4
* Switch from cast<> to dyn_cast<>.Aaron Ballman2018-12-211-2/+5
* Allow direct navigation to static analysis checker documentation through SARI...Aaron Ballman2018-12-201-1/+37
* [analyzer] Drastically simplify the tblgen files used for checkersKristof Umann2018-11-121-239/+13
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* [TableGen] Clang changes to support Record::getValueAsString and getValueAsLi...Craig Topper2017-05-311-1/+2
* [C++11] Use 'nullptr'.Craig Topper2014-05-071-1/+1
* Don't throw exceptions in clang-tblgen by switching to PrintFatalError.Joerg Sonnenberger2012-10-251-1/+3
* tblgen: Use LLVM-style RTTI in clang-tblgenSean Silva2012-10-101-10/+9
* Make clang-tblgen backends functions instead of TableGenBackends.Jakob Stoklund Olesen2012-06-131-3/+5
* Add the Clang tblgen backends to Clang, and flip the switch to causePeter Collingbourne2011-10-061-0/+319
OpenPOWER on IntegriCloud