index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
StaticAnalyzer
/
Checkers
/
StackAddrEscapeChecker.cpp
Age
Commit message (
Expand
)
Author
2013-02-26
[analyzer] StackAddrEscapeChecker: strip qualifiers from temporary types.
Jordan Rose
2013-01-03
[analyzer] Rename callback EndPath -> EndFunction
Anna Zaks
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-01
Include pruning and general cleanup.
Benjamin Kramer
2012-12-01
Don't include Type.h in DeclarationName.h.
Benjamin Kramer
2012-11-02
[analyzer] Rename 'EmitReport' to 'emitReport'.
Jordan Rose
2012-08-29
[analyzer] C++ objects returned on the stack may be wrapped in ExprWithCleanups.
Jordan Rose
2012-08-27
[analyzer] Inline constructors for any object with a trivial destructor.
Jordan Rose
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-03
[analyzer] do not warn about returning stack-allocated memory when it comes f...
Ted Kremenek
2012-02-05
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-01-26
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2012-01-06
[analyzer] Make the entries in 'Environment' context-sensitive by making entr...
Ted Kremenek
2011-10-26
[analyzer] Add getLocationContext to CheckerContext
Anna Zaks
2011-10-26
[analyzer] Rename generateNode -> addTransition in CheckerContext
Anna Zaks
2011-10-25
[analyze] Convert EndOfPath callback to use CheckerContext
Anna Zaks
2011-10-14
Change operator<< for raw_ostream and NamedDecl to take a reference instead o...
Benjamin Kramer
2011-09-23
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-08-26
Handle CXXTempObjectRegion in StackAddrEscapeChecker.
Jeffrey Yasskin
2011-08-21
[analyzer] Replace calls to getNameAsString() with StringRef equivalents.
Jordy Rose
2011-08-17
Remove EnhancedBugReport and RangedBugReport - pull all the extra functionali...
Anna Zaks
2011-08-15
Rename GRState to ProgramState, and cleanup some code formatting along the way.
Ted Kremenek
2011-08-12
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...
Ted Kremenek
2011-07-25
Rename getInstantiationLineNumber to getExpansionLineNumber in both
Chandler Carruth
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-06-15
Automatic Reference Counting.
John McCall
2011-03-01
[analyzer] Rename CheckerV2 -> Checker.
Argyrios Kyrtzidis
2011-02-25
Tidy up help text in Checkers.td, and rename StackAddrLeakChecker to StackAdd...
Ted Kremenek