summaryrefslogtreecommitdiff
path: root/clang/unittests/StaticAnalyzer/RegisterCustomCheckersTest.cpp
AgeCommit message (Expand)Author
2025-07-22[analyzer] Prettify checker registration and unittest code (#147797)Donát Nagy
2025-03-29Fix some typos (NFC) (#133558)Qinkun Bao
2024-01-01[analyzer][NFC] Cleanup BugType lazy-init patterns (#76655)Balazs Benics
2023-08-28[analyzer][NFC] Remove useless class BuiltinBugDonát Nagy
2021-09-13[analyzer][NFCI] Allow clients of NoStateChangeFuncVisitor to check entire fu...Kristóf Umann
2021-09-03Revert "[analyzer][NFCI] Allow clients of NoStateChangeFuncVisitor to check e...Jessica Paquette
2021-09-03[analyzer][NFCI] Allow clients of NoStateChangeFuncVisitor to check entire fu...Kristóf Umann
2021-09-02Revert "[analyzer][NFCI] Allow clients of NoStateChangeFuncVisitor to check e...Kristóf Umann
2021-09-02[analyzer][NFCI] Allow clients of NoStateChangeFuncVisitor to check entire fu...Kristóf Umann
2020-07-06[analyzer] Force dependency checkers to be hiddenKirstóf Umann
2020-07-04[analyzer][NFC] Move the data structures from CheckerRegistry to the Core lib...Kirstóf Umann
2020-06-12[analyzer] Introduce weak dependencies to express *preferred* checker callbac...Kirstóf Umann
2020-06-12[analyzer][NFC] Change checker dependency unit tests to check for the registr...Kirstóf Umann
2020-03-27[analyzer][NFC] Change LangOptions to CheckerManager in the shouldRegister* f...Kirstóf Umann
2020-03-19[Analyzer] Bugfix for CheckerRegistryAdam Balogh
2020-03-09[analyzer][NFC] Refactor the checker registration unit test fileKirstóf Umann
2019-09-12[analyzer][NFC] Fix inconsistent references to checkers as "checks"Kristof Umann
2019-08-30[Tooling] Migrated APIs that take ownership of objects to unique_ptrDmitri Gribenko
2019-08-16[analyzer] Analysis: Silence checkersCsaba Dabis
2019-01-31Accomodate gcc 7.3.0's -Wdangling-elseNico Weber
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-07[analyzer] Pass the correct loc Expr from VisitIncDecOp to evalStoreRafael Stahl
2018-12-20Fix build failures from r349812 due to a missing argument.Aaron Ballman
2018-12-15[analyzer][NFC] Move CheckerRegistry from the Core directory to FrontendKristof Umann
2018-06-28Fix unittest build with GCC older than 5.Benjamin Kramer
2018-06-27[analyzer] Allow registering custom statically-linked analyzer checkersAlexander Kornienko