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