summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Allow registering custom statically-linked analyzer checkersAlexander Kornienko2018-06-271-2/+9
* 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-091-6/+6
* [analyzer] Enable analysis of WebKit "unified sources".Artem Dergachev2018-04-251-1/+1
* Resubmit [analyzer] Support for naive cross translation unit analysisIlya Biryukov2018-03-011-6/+9
* Revert "[analyzer] Support for naive cross translation unit analysis"Ilya Biryukov2018-03-011-9/+6
* [analyzer] Support for naive cross translation unit analysisGabor Horvath2018-02-281-6/+9
* [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
* [AST/ObjC] Make ObjCCategoryImplDecl consistent with ObjCCategoryDecl and use...Argyrios Kyrtzidis2017-03-071-2/+2
* Adapt to llvm NamedRegionTimer changesMatthias Braun2016-11-181-1/+1
* [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last)Artem Dergachev2016-10-071-6/+18
* Revert "[analyzer] Try to re-apply r283092 "Extend bug reports with extra notes"Artem Dergachev2016-10-071-18/+6
* [analyzer] Try to re-apply r283092 "Extend bug reports with extra notes"Artem Dergachev2016-10-071-6/+18
* Revert "[analyzer] Extend bug reports with extra notes" to fix Windows bot.Vitaly Buka2016-10-041-18/+6
* [analyzer] Extend bug reports with extra notesArtem Dergachev2016-10-031-6/+18
* Adapt to LLVM EnableStatistics() change.Matthias Braun2016-09-271-1/+1
* CC1: Add -save-stats optionMatthias Braun2016-09-261-1/+3
* [analyzer] Fix crash in RetainCountChecker::checkEndFunctionAlexander Shaposhnikov2016-09-231-2/+6
* [analyzer] Change -analyze-function to accept qualified names.Artem Dergachev2016-08-081-22/+60
* [analyzer] Add checker modeling potential C++ self-assignmentDevin Coughlin2016-07-211-3/+8
* [NFC] Header cleanupMehdi Amini2016-07-181-5/+0
* Revert "[analyzer] Add checker modeling potential C++ self-assignment"Devin Coughlin2016-07-181-8/+3
* [analyzer] Add checker modeling potential C++ self-assignmentDevin Coughlin2016-07-181-3/+8
* Use arrays or initializer lists to feed ArrayRefs instead of SmallVector wher...Benjamin Kramer2016-07-021-4/+1
* Prune away some unused using decls. NFC.Benjamin Kramer2016-06-081-1/+0
* Apply clang-tidy's misc-move-constructor-init throughout Clang.Benjamin Kramer2016-05-271-7/+7
* [analyzer] AnalysisConsumer: print fully-qualified function name while displa...Yury Gribov2016-02-031-1/+1
* AnalysisConsumer: use canonical decl for both lookup and store ofYury Gribov2016-01-111-4/+5
* Remove DataRecursiveASTVisitor; it no longer serves any purpose, since it's j...Richard Smith2015-11-241-2/+2
* [analyzer] Skip checking blocks in dependent contexts.Devin Coughlin2015-11-181-1/+5
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Analyzer: Fix a crasher in UbigraphVizIsmail Pazarbasi2015-09-181-2/+3
* [analyzer] Apply whitespace cleanups by Honggyu Kim.Ted Kremenek2015-09-081-5/+5
* Do not crash when static analysis encounters a FunctionDecl that has a delaye...Aaron Ballman2015-08-201-2/+2
* [static analyzer] Analyzer is skipping forward declared C/C++ functionsAnna Zaks2015-06-261-1/+4
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-5/+4
* Teach raw_ostream to accept SmallString.Yaron Keren2015-03-101-1/+1
* [analyzer] Don't skip analyzing the functions in preprocessed files.Anna Zaks2015-02-051-1/+1
* [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-141-3/+3
* [llvm-api-change] Use findProgramByName.Michael J. Spencer2014-11-041-1/+3
* unique_ptrify AnalysisConsumer.cpp::CreateUbiVizDavid Blaikie2014-09-051-4/+4
* unique_ptrify clang::ento::createCheckerManagerDavid Blaikie2014-08-291-12/+6
* Add an option to silence all analyzer warnings.Anna Zaks2014-08-291-1/+6
OpenPOWER on IntegriCloud