aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-05-26[Analyzer] Correct stack address escape diagnosticSean Eveson1-1/+6
2015-12-03[analyzer] Suppress stack address escape on CK_CopyAndAutoreleaseBlockObject.Devin Coughlin1-0/+9
2015-09-16[analyzer] Add generateErrorNode() APIs to CheckerContext.Devin Coughlin1-2/+2
2015-09-08[analyzer] Apply whitespace cleanups by Honggyu Kim.Ted Kremenek1-16/+16
2015-06-23Clarify pointer ownership semantics by hoisting the std::unique_ptr creation ...Aaron Ballman1-4/+4
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko1-1/+1
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2014-03-15[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-2/+2
2014-03-07Replace OwningPtr with std::unique_ptr.Ahmed Charles1-2/+2
2014-02-11Expose the name of the checker producing each diagnostic message.Alexander Kornienko1-7/+7
2013-02-26[analyzer] StackAddrEscapeChecker: strip qualifiers from temporary types.Jordan Rose1-10/+11
2013-01-03[analyzer] Rename callback EndPath -> EndFunctionAnna Zaks1-3/+3
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-3/+3
2012-12-01Include pruning and general cleanup.Benjamin Kramer1-0/+1
2012-12-01Don't include Type.h in DeclarationName.h.Benjamin Kramer1-0/+1
2012-11-02[analyzer] Rename 'EmitReport' to 'emitReport'.Jordan Rose1-2/+2
2012-08-29[analyzer] C++ objects returned on the stack may be wrapped in ExprWithCleanups.Jordan Rose1-1/+5
2012-08-27[analyzer] Inline constructors for any object with a trivial destructor.Jordan Rose1-4/+11
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie1-2/+2
2012-03-03[analyzer] do not warn about returning stack-allocated memory when it comes f...Ted Kremenek1-10/+18
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith1-2/+2
2012-02-05Basic: import OwningPtr<> into clang namespaceDylan Noblesmith1-2/+2
2012-01-26Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.Ted Kremenek1-1/+1
2012-01-06[analyzer] Make the entries in 'Environment' context-sensitive by making entr...Ted Kremenek1-1/+1
2011-10-26[analyzer] Add getLocationContext to CheckerContextAnna Zaks1-1/+1
2011-10-26[analyzer] Rename generateNode -> addTransition in CheckerContextAnna Zaks1-1/+1
2011-10-25[analyze] Convert EndOfPath callback to use CheckerContextAnna Zaks1-13/+13
2011-10-14Change operator<< for raw_ostream and NamedDecl to take a reference instead o...Benjamin Kramer1-1/+1
2011-09-23Switch assert(0/false) llvm_unreachable.David Blaikie1-1/+1
2011-08-26Handle CXXTempObjectRegion in StackAddrEscapeChecker.Jeffrey Yasskin1-0/+5
2011-08-21[analyzer] Replace calls to getNameAsString() with StringRef equivalents.Jordy Rose1-1/+1
2011-08-17Remove EnhancedBugReport and RangedBugReport - pull all the extra functionali...Anna Zaks1-2/+2
2011-08-15Rename GRState to ProgramState, and cleanup some code formatting along the way.Ted Kremenek1-2/+2
2011-08-12Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...Ted Kremenek1-2/+2
2011-07-25Rename getInstantiationLineNumber to getExpansionLineNumber in bothChandler Carruth1-3/+3
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner1-3/+3
2011-06-15Automatic Reference Counting.John McCall1-4/+16
2011-03-01[analyzer] Rename CheckerV2 -> Checker.Argyrios Kyrtzidis1-2/+2
2011-02-25Tidy up help text in Checkers.td, and rename StackAddrLeakChecker to StackAdd...Ted Kremenek1-0/+205