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
/
MallocSizeofChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Replace isIntegerType() with isIntegerOrEnumerationType().
Jordan Rose
2013-04-09
1
-1
/
+1
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-1
/
+1
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-2
/
+2
*
Include pruning and general cleanup.
Benjamin Kramer
2012-12-01
1
-0
/
+1
*
[analyzer] Address John's code review for r163407.
Anna Zaks
2012-09-08
1
-12
/
+15
*
[analyzer] Fix a false positive in sizeof malloc checker.
Anna Zaks
2012-09-07
1
-33
/
+49
*
Fix indentation.
Ted Kremenek
2012-09-04
1
-3
/
+3
*
[analyzer] RetainCountChecker: don't assume all functions have names.
Jordan Rose
2012-08-31
1
-3
/
+7
*
[analyzer] MallocSizeofChecker false positive: when sizeof is argument
Anna Zaks
2012-06-08
1
-5
/
+0
*
[analyzer]Turn on MallocSizeOfChecker by default; shorten the diagnostic
Anna Zaks
2012-05-07
1
-4
/
+3
*
malloc size checker: Ignore const'ness of pointer types when determining of a...
Ted Kremenek
2012-05-01
1
-1
/
+24
*
Require that all static analyzer issues have a category. As part of this cha...
Ted Kremenek
2012-04-05
1
-1
/
+3
*
Include the "issue context" (e.g. function or method) where a static analyzer...
Ted Kremenek
2012-04-04
1
-2
/
+2
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-1
/
+1
*
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-02-04
1
-0
/
+1
*
Unbreak MSVC build.
Francois Pichet
2011-12-08
1
-1
/
+1
*
Add an experimental MallocSizeofChecker, which reports inconsistencies
Peter Collingbourne
2011-12-08
1
-0
/
+208