summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ObjC] Make sure that the implicit arguments for direct methods have been setupAlex Lorenz2019-12-061-7/+0
* [analyzer][NFC] Fix inconsistent references to checkers as "checks"Kristof Umann2019-09-121-1/+1
* [analyzer] NFC: Move PathDiagnostic classes to libAnalysis.Artem Dergachev2019-09-111-1/+1
* [analyzer] Add minimal support for fix-it hints.Artem Dergachev2019-09-061-18/+42
* Removed some dead code in BugReporter and related filesDmitri Gribenko2019-08-211-3/+3
* [analyzer] NFC: Remove the BugTypes set from BugReporter.Artem Dergachev2019-08-201-0/+4
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-6/+6
* [CrossTU] Added CTU argument to diagnostic consumer create fn.Balazs Keri2019-07-231-11/+11
* [analyzer] Add more timers for performance profiling.Artem Dergachev2019-06-251-9/+34
* [analyzer] Add werror flag for analyzer warningsKeno Fischer2019-06-071-4/+13
* [analyzer][CrossTU] Extend CTU to VarDecls with initializerRafael Stahl2019-04-231-0/+29
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [analyzer] Evaluate all non-checker config options before analysisKristof Umann2018-11-301-2/+2
* [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-061-5/+4
* [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
OpenPOWER on IntegriCloud