aboutsummaryrefslogtreecommitdiff
path: root/clang/utils/TableGen/ClangSACheckersEmitter.cpp
AgeCommit message (Expand)AuthorFilesLines
2 days[TableGen] Remove unused includes (NFC) (#116168)Kazu Hirata1-1/+0
3 days[NFC][Clang] Use StringRef and range for loops in SA/Syntax Emitters (#115972)Rahul Joshi1-22/+15
2024-10-15[Clang][TableGen] Use const pointers for various `Init *` pointers in SA chec...Rahul Joshi1-5/+5
2024-10-01[Clang][TableGen] Change SACheckersEmitter to use const Record * (#110596)Rahul Joshi1-7/+4
2024-09-16[NFC][clang][TableGen] Remove redundant llvm:: namespace qualifier (#108627)Rahul Joshi1-5/+4
2024-09-13[clang][TableGen] Change SACheckersEmitter to use const RecordKeeper (#108477)Rahul Joshi1-3/+5
2022-11-08Fix duplicate word typos; NFCRageking81-2/+2
2022-04-19[analyzer] ClangSA should tablegen doc urls refering to the main doc pageBalazs Benics1-10/+5
2022-04-19[analyzer] Turn missing tablegen doc entry of a checker into fatal errorBalazs Benics1-8/+11
2022-04-19[analyzer][NFC] Introduce the checker package separator characterBalazs Benics1-9/+10
2020-06-12[analyzer] Introduce weak dependencies to express *preferred* checker callbac...Kirstóf Umann1-0/+25
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+1
2019-10-01Use scope qualifiers in Clang's tblgen backends to get usefulJohn McCall1-3/+2
2019-05-23[analyzer] List checker/plugin options in 3 categories: released, alpha, deve...Kristof Umann1-0/+18
2019-05-23[analyzer] Hide developer-only checker/package options by defaultKristof Umann1-32/+37
2019-05-01[analyzer] Don't display implementation checkers under -analyzer-checker-help...Kristof Umann1-2/+18
2019-04-19[analyzer][NFC] Reimplement checker optionsKristof Umann1-4/+103
2019-01-26[analyzer] Reimplement dependencies between checkersKristof Umann1-16/+60
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-22Improving this fatal diagnostic to help checker developers figure out what's ...Aaron Ballman1-3/+4
2018-12-21Switch from cast<> to dyn_cast<>.Aaron Ballman1-2/+5
2018-12-20Allow direct navigation to static analysis checker documentation through SARI...Aaron Ballman1-1/+37
2018-11-12[analyzer] Drastically simplify the tblgen files used for checkersKristof Umann1-239/+13
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl1-1/+1
2017-05-31[TableGen] Clang changes to support Record::getValueAsString and getValueAsLi...Craig Topper1-1/+2
2014-05-07[C++11] Use 'nullptr'.Craig Topper1-1/+1
2012-10-25Don't throw exceptions in clang-tblgen by switching to PrintFatalError.Joerg Sonnenberger1-1/+3
2012-10-10tblgen: Use LLVM-style RTTI in clang-tblgenSean Silva1-10/+9
2012-06-13Make clang-tblgen backends functions instead of TableGenBackends.Jakob Stoklund Olesen1-3/+5
2011-10-06Add the Clang tblgen backends to Clang, and flip the switch to causePeter Collingbourne1-0/+319