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
/
CheckSecuritySyntaxOnly.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Turn 'SecuritySyntaxChecker' into a "meta" security checker for insecure APIs...
Ted Kremenek
2012-01-20
1
-6
/
+59
*
Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...
Ted Kremenek
2011-10-24
1
-3
/
+3
*
Change operator<< for raw_ostream and NamedDecl to take a reference instead o...
Benjamin Kramer
2011-10-14
1
-5
/
+5
*
[analyzer] Warn about the use of insecure, deprecated vfork() function PR1105...
Anna Zaks
2011-10-11
1
-0
/
+22
*
[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(Sourc...
Anna Zaks
2011-09-20
1
-15
/
+38
*
Extend the ASTContext constructor to delay the initialization of
Douglas Gregor
2011-09-02
1
-1
/
+1
*
Remove dead code.
Ted Kremenek
2011-08-20
1
-12
/
+0
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-2
/
+2
*
Add security syntax checker for strcat() which causes the Static Analyzer to ...
Lenny Maiorani
2011-04-05
1
-57
/
+91
*
Refactoring the security checker a little bit so that each CallExpr check doe...
Lenny Maiorani
2011-04-03
1
-60
/
+44
*
Add security syntax checker for strcpy() which causes the Static Analyzer to ...
Lenny Maiorani
2011-03-31
1
-0
/
+54
*
Fix spelling in a comment. (test commit)
Lenny Maiorani
2011-03-31
1
-1
/
+1
*
[analyzer] Rename CheckerV2 -> Checker.
Argyrios Kyrtzidis
2011-03-01
1
-2
/
+2
*
[analyzer] Use the new registration mechanism on the non-path-sensitive-check...
Argyrios Kyrtzidis
2011-02-17
1
-6
/
+17
*
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-10
1
-1
/
+1
*
NetBSD, OpenBSD, and Dragonfly BSD also have arc4random. Patch from
Douglas Gregor
2011-01-17
1
-1
/
+4
*
Chris Lattner has strong opinions about directory
Ted Kremenek
2010-12-23
1
-0
/
+503
[prev]