summaryrefslogtreecommitdiff
path: root/clang/lib/Analysis/plugins
AgeCommit message (Expand)Author
2025-07-22[analyzer] Prettify checker registration and unittest code (#147797)Donát Nagy
2025-05-31[Analysis] Remove unused includes (NFC) (#142255)Kazu Hirata
2022-02-16clang-analyzer plugins require LLVM_ENABLE_PLUGINS alsoJameson Nash
2022-02-09replace clang LLVM_ENABLE_PLUGINS -> CLANG_PLUGIN_SUPPORT in testsJameson Nash
2022-01-25[analyzer] Don't specify PLUGIN_TOOL for analyzer pluginsAleksandr Platonov
2020-03-27[analyzer][NFC] Change LangOptions to CheckerManager in the shouldRegister* f...Kirstóf Umann
2019-09-28Don't install example analyzer pluginsAaron Puchert
2019-09-12[analyzer][NFC] Fix inconsistent references to checkers as "checks"Kristof Umann
2019-09-09[analyzer] NFC: Introduce sub-classes for path-sensitive and basic reports.Artem Dergachev
2019-08-14[Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-07-03cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard
2019-06-04[Analysis] Only build Analysis plugins when CLANG_ENABLE_STATIC_ANALYZER is e...Don Hinton
2019-06-02[test] Fix plugin testsDon Hinton
2019-05-28Revert [test] Fix plugin testsDon Hinton
2019-05-28[test] Fix plugin testsDon Hinton