aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-05-18[Statistics] Use the new Statistic::updateMax to atomically calculate a maxim...Craig Topper1-4/+2
2017-03-07[AST/ObjC] Make ObjCCategoryImplDecl consistent with ObjCCategoryDecl and use...Argyrios Kyrtzidis1-2/+2
2016-11-18Adapt to llvm NamedRegionTimer changesMatthias Braun1-1/+1
2016-10-07[analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last)Artem Dergachev1-6/+18
2016-10-07Revert "[analyzer] Try to re-apply r283092 "Extend bug reports with extra notes"Artem Dergachev1-18/+6
2016-10-07[analyzer] Try to re-apply r283092 "Extend bug reports with extra notes"Artem Dergachev1-6/+18
2016-10-04Revert "[analyzer] Extend bug reports with extra notes" to fix Windows bot.Vitaly Buka1-18/+6
2016-10-03[analyzer] Extend bug reports with extra notesArtem Dergachev1-6/+18
2016-09-27Adapt to LLVM EnableStatistics() change.Matthias Braun1-1/+1
2016-09-26CC1: Add -save-stats optionMatthias Braun1-1/+3
2016-09-23[analyzer] Fix crash in RetainCountChecker::checkEndFunctionAlexander Shaposhnikov1-2/+6
2016-08-08[analyzer] Change -analyze-function to accept qualified names.Artem Dergachev1-22/+60
2016-07-21[analyzer] Add checker modeling potential C++ self-assignmentDevin Coughlin1-3/+8
2016-07-18[NFC] Header cleanupMehdi Amini1-5/+0
2016-07-18Revert "[analyzer] Add checker modeling potential C++ self-assignment"Devin Coughlin1-8/+3
2016-07-18[analyzer] Add checker modeling potential C++ self-assignmentDevin Coughlin1-3/+8
2016-07-02Use arrays or initializer lists to feed ArrayRefs instead of SmallVector wher...Benjamin Kramer1-4/+1
2016-06-08Prune away some unused using decls. NFC.Benjamin Kramer1-1/+0
2016-05-27Apply clang-tidy's misc-move-constructor-init throughout Clang.Benjamin Kramer1-7/+7
2016-02-03[analyzer] AnalysisConsumer: print fully-qualified function name while displa...Yury Gribov1-1/+1
2016-01-11AnalysisConsumer: use canonical decl for both lookup and store ofYury Gribov1-4/+5
2015-11-24Remove DataRecursiveASTVisitor; it no longer serves any purpose, since it's j...Richard Smith1-2/+2
2015-11-18[analyzer] Skip checking blocks in dependent contexts.Devin Coughlin1-1/+5
2015-10-20Roll-back r250822.Angel Garcia Gomez1-1/+1
2015-10-20Apply modernize-use-default to clang.Angel Garcia Gomez1-1/+1
2015-09-18Analyzer: Fix a crasher in UbigraphVizIsmail Pazarbasi1-2/+3
2015-09-08[analyzer] Apply whitespace cleanups by Honggyu Kim.Ted Kremenek1-5/+5
2015-08-20Do not crash when static analysis encounters a FunctionDecl that has a delaye...Aaron Ballman1-2/+2
2015-06-26[static analyzer] Analyzer is skipping forward declared C/C++ functionsAnna Zaks1-1/+4
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-5/+4
2015-03-10Teach raw_ostream to accept SmallString.Yaron Keren1-1/+1
2015-02-05[analyzer] Don't skip analyzing the functions in preprocessed files.Anna Zaks1-1/+1
2015-01-14[cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth1-3/+3
2014-11-04[llvm-api-change] Use findProgramByName.Michael J. Spencer1-1/+3
2014-09-05unique_ptrify AnalysisConsumer.cpp::CreateUbiVizDavid Blaikie1-4/+4
2014-08-29unique_ptrify clang::ento::createCheckerManagerDavid Blaikie1-12/+6
2014-08-29Add an option to silence all analyzer warnings.Anna Zaks1-1/+6
2014-08-27Add support for the static analyzer to synthesize function implementations fr...Ted Kremenek1-9/+20
2014-08-10Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie1-2/+2
2014-07-19Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".r...David Blaikie1-8/+7
2014-07-17Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie1-2/+2
2014-07-17unique_ptr-ify ownership of ASTConsumersDavid Blaikie1-2/+2
2014-07-05Track IntrusiveRefCntPtr::get() changes from LLVM r212366Alp Toker1-1/+1
2014-05-27[C++11] Use 'nullptr'. StaticAnalyzer edition.Craig Topper1-11/+12
2014-04-23Don't pass llvm::DenseSet<> by value.Alexander Kornienko1-4/+4
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-2/+2
2014-03-15[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-10/+10
2014-03-09[C++11] Replace OwningPtr include with <memory>.Ahmed Charles1-1/+1
2014-03-07Replace OwningPtr with std::unique_ptr.Ahmed Charles1-5/+5
2014-03-07Change OwningPtr::take() to OwningPtr::release().Ahmed Charles1-1/+1