summaryrefslogtreecommitdiff
path: root/clang/unittests/StaticAnalyzer/AnalyzerOptionsTest.cpp
AgeCommit message (Expand)Author
2025-03-18[NFC][analyzer] Use `CheckerBase::getName` in checker option handling (#131612)DonĂ¡t Nagy
2023-12-13[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata
2019-05-17[analyzer] Remove the default value arg from getChecker*OptionKristof Umann
2019-03-04[analyzer] Enable subcheckers to possess checker optionsKristof Umann
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-05[analyzer] Restrict AnalyzerOptions' interface so that non-checker objects ha...Kristof Umann
2018-06-27[analyzer] Allow registering custom statically-linked analyzer checkersAlexander Kornienko
2018-02-06Unittests misc. typos Sylvestre Ledru
2016-11-08Add a method to get the list of registered static analyzer checkers.Alexander Kornienko
2015-03-04[analyzer] Individual configuration options can be specified for checkers.Gabor Horvath