summaryrefslogtreecommitdiffstats
path: root/lib/StaticAnalyzer/Frontend
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Don't display implementation checkers under -analyzer-checker-help...Kristof Umann2019-05-011-4/+8
* [analyzer][CrossTU] Extend CTU to VarDecls with initializerRafael Stahl2019-04-231-0/+29
* [analyzer][NFC] Reimplement checker optionsKristof Umann2019-04-191-14/+84
* [analyzer] Fix an assertion failure if plugins added dependenciesKristof Umann2019-04-191-10/+20
* [analyzer] Fix -Wunused-local-typedef after rC358695Fangrui Song2019-04-191-5/+2
* [analyzer][NFC] Prefer binary searches in CheckerRegistryKristof Umann2019-04-181-22/+29
* [analyzer][NFC] Clang-format CheckerRegistryKristof Umann2019-04-181-39/+37
* [analyzer][NFC] Use capital variable names, move methods out-of-line, rename ...Kristof Umann2019-04-182-117/+149
* Frontend: Remove CompilerInstance::VirtualFileSystem, NFCDuncan P. N. Exon Smith2019-03-261-2/+0
* [analyzer] Reimplement dependencies between checkersKristof Umann2019-01-261-3/+67
* [analyzer] Fix an bug where statically linked, but not registered checkers we...Kristof Umann2019-01-262-8/+14
* [analyzer][NFC] Keep track of whether enabling a checker was explictly specif...Kristof Umann2019-01-261-67/+77
* [analyzer][NFC] Supply CheckerRegistry with AnalyzerOptionsKristof Umann2019-01-262-19/+17
* [analyzer] Supply all checkers with a shouldRegister functionKristof Umann2019-01-262-13/+23
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-197-28/+21
* Allow direct navigation to static analysis checker documentation through SARI...Aaron Ballman2018-12-201-7/+7
* [analyzer][NFC] Merge ClangCheckerRegistry to CheckerRegistryKristof Umann2018-12-152-99/+74
* [analyzer][NFC] Move CheckerRegistry from the Core directory to FrontendKristof Umann2018-12-153-3/+202
* [analyzer] Prefer returns values to out-params in CheckerRegistry.cppKristof Umann2018-12-151-2/+3
* [analyzer] Evaluate all non-checker config options before analysisKristof Umann2018-11-302-3/+3
* [analyzer][NFC] Move CheckerOptInfo to CheckerRegistry.cpp, and make it localKristof Umann2018-11-181-25/+2
* Attempt to fix 'logical operation on address of string constant'Kristof Umann2018-11-021-2/+4
* [analyzer] New flag to print all -analyzer-config optionsKristof Umann2018-11-021-0/+72
* [analyzer][NFC] Fix some incorrect uses of -analyzer-config optionsKristof Umann2018-11-021-1/+1
* [analyzer] [NFC] Remove unused parameters, as found by -Wunused-parameterGeorge Karpenkov2018-09-281-28/+4
* [analyzer] Provide an option to dump generated exploded graphs to a given file.George Karpenkov2018-09-281-0/+3
* [analyzer] Remove traces of ubigraph visualizationGeorge Karpenkov2018-09-061-108/+0
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-1/+1
* [analyzer] Add ASTContext to CheckerManagerGeorge Karpenkov2018-08-062-8/+7
* Factor out Clang's desired 8MB stack size constant from the variousRichard Smith2018-07-031-2/+2
* [analyzer] Allow registering custom statically-linked analyzer checkersAlexander Kornienko2018-06-272-6/+18
* Work around false -Wmissing-braces warning from old clang which has been fixe...Fangrui Song2018-06-121-1/+1
* Refactor ExecuteAndWait to take StringRefs.Zachary Turner2018-06-121-2/+2
* [analyzer] Make plist-html diagnostic consumer produce multi-file reports.Artem Dergachev2018-05-161-1/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-093-9/+9
* [analyzer] Enable analysis of WebKit "unified sources".Artem Dergachev2018-04-251-1/+1
* Sort source lists in lib/StaticAnalyzer.Nico Weber2018-04-071-1/+1
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* Resubmit [analyzer] Support for naive cross translation unit analysisIlya Biryukov2018-03-012-6/+10
* Revert "[analyzer] Support for naive cross translation unit analysis"Ilya Biryukov2018-03-012-10/+6
* [analyzer] Support for naive cross translation unit analysisGabor Horvath2018-02-282-6/+10
* [analyzer] Do not analyze bison-generated filesGeorge Karpenkov2018-02-261-37/+61
* [analyzer] Serialize statistics to plist when serialize-stats=true is setGeorge Karpenkov2018-02-101-13/+13
* [analyzer] Introduce statistics for the total number of visited basic blocksGeorge Karpenkov2018-02-091-0/+4
* Update users of llvm::sys::ExecuteAndWait etc.Alexander Kornienko2017-09-131-2/+1
* [Statistics] Use the new Statistic::updateMax to atomically calculate a maxim...Craig Topper2017-05-181-4/+2
* Refactor frontend InputKind to prepare for treating module maps as a distinct...Richard Smith2017-04-261-1/+1
* [AST/ObjC] Make ObjCCategoryImplDecl consistent with ObjCCategoryDecl and use...Argyrios Kyrtzidis2017-03-071-2/+2
* Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie2017-01-061-3/+2
* Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie2017-01-061-2/+3