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
/
Core
/
MemRegion.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change subexpressions to be visited in the CFG from left-to-right.
Ted Kremenek
2013-02-05
1
-0
/
+10
*
Pull logic to map from VarDecl* to captured region using a helper function. ...
Ted Kremenek
2012-12-06
1
-17
/
+24
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-3
/
+3
*
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-12-01
1
-0
/
+1
*
[analyzer] Fix a crash reported in PR 14400.
Anna Zaks
2012-11-26
1
-1
/
+2
*
Reapply "[analyzer] Treat fields of unions as having symbolic offsets."
Jordan Rose
2012-10-10
1
-1
/
+5
*
Temporarily Revert "[analyzer] Treat fields of unions as having symbolic offs...
Eric Christopher
2012-10-10
1
-5
/
+1
*
[analyzer] Treat fields of unions as having symbolic offsets.
Jordan Rose
2012-10-10
1
-1
/
+5
*
Remove unnecessary ASTContext& parameter from SymExpr::getType().
Ted Kremenek
2012-09-26
1
-1
/
+1
*
[analyzer] Teach the analyzer about implicit initialization of statics
Anna Zaks
2012-09-17
1
-8
/
+6
*
[analyzer] Don't reimplement an existing function.
Anna Zaks
2012-09-13
1
-17
/
+1
*
[analyzer] Teach UndefOrNullArgVisitor to track parent regions.
Anna Zaks
2012-09-12
1
-0
/
+20
*
Dont cast away const needlessly. Found by gcc48 -Wcast-qual.
Roman Divacky
2012-09-06
1
-4
/
+4
*
[analyzer] Only adjust the type of 'this' when we devirtualize a method call.
Jordan Rose
2012-08-15
1
-1
/
+1
*
[analyzer] A base class needs a complete definition to provide offsets.
Jordan Rose
2012-08-15
1
-1
/
+1
*
[analyzer] Don't strip CXXBaseObjectRegions when checking dynamic_casts.
Jordan Rose
2012-08-13
1
-1
/
+34
*
[analyzer] Cluster bindings in RegionStore by base region.
Jordan Rose
2012-08-09
1
-1
/
+8
*
[analyzer] Cache the "concrete offset base" for regions with symbolic offsets.
Jordan Rose
2012-08-09
1
-10
/
+37
*
[analyzer] Clean up the printing of FieldRegions for leaks.
Jordan Rose
2012-08-08
1
-5
/
+17
*
[analyzer] Revamp RegionStore to distinguish regions with symbolic offsets.
Jordan Rose
2012-08-08
1
-8
/
+41
*
[analyzer] Don't inline virtual calls unless we can devirtualize properly.
Jordan Rose
2012-07-12
1
-13
/
+13
*
[analyzer] Anti-aliasing: different heap allocations do not alias
Anna Zaks
2012-06-07
1
-0
/
+4
*
[analyzer] Provide debug descriptions for all memory space regions.
Jordan Rose
2012-06-06
1
-4
/
+16
*
Revert Decl's iterators back to pointer value_type rather than reference valu...
David Blaikie
2012-06-06
1
-1
/
+1
*
static analyzer: add inlining support for directly called blocks.
Ted Kremenek
2012-06-01
1
-1
/
+38
*
Explicitly model capturing variables for blocks in the static analyzer. Fixe...
Ted Kremenek
2012-05-04
1
-6
/
+29
*
Remove the ref/value inconsistency in filter_decl_iterator.
David Blaikie
2012-04-30
1
-1
/
+1
*
[analyzer] Malloc: Utter the name of the leaked variable.
Anna Zaks
2012-03-21
1
-0
/
+13
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-2
/
+2
*
[analyzer] teach analyzer about ObjC literals, thus trimming out a false posi...
Ted Kremenek
2012-02-28
1
-0
/
+17
*
Teach analyzer that blocks with no captures are globals. Fixes <rdar://probl...
Ted Kremenek
2012-02-18
1
-10
/
+16
*
StaticAnalyzer: Move ObjC- and CXX-specific methods out of line so checkers t...
Benjamin Kramer
2012-01-28
1
-0
/
+18
*
[analyzer] Be less pessimistic about invalidation of global variables
Anna Zaks
2012-01-04
1
-13
/
+57
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+14
*
Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...
Ted Kremenek
2011-10-24
1
-5
/
+5
*
Change operator<< for raw_ostream and NamedDecl to take a reference instead o...
Benjamin Kramer
2011-10-14
1
-3
/
+3
*
Rename TagDecl::isDefinition -> isCompleteDefinition
John McCall
2011-10-07
1
-1
/
+1
*
Handle CXXTempObjectRegion in StackAddrEscapeChecker.
Jeffrey Yasskin
2011-08-26
1
-1
/
+2
*
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...
Ted Kremenek
2011-08-12
1
-28
/
+28
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-18
/
+18
*
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-10
1
-2
/
+2
*
[analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.
Argyrios Kyrtzidis
2011-02-08
1
-0
/
+988