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
/
Analysis
/
CheckSecuritySyntaxOnly.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't suggest the developer use 'arc4random' instead of 'rand' when that func...
Ted Kremenek
2010-01-15
1
-3
/
+15
*
Add security syntactic checker for mktemp.
Zhongxing Xu
2009-12-03
1
-1
/
+41
*
Port BugReporter and BugType to StringRef.
Benjamin Kramer
2009-11-29
1
-3
/
+3
*
lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace
Kovarththanan Rajaratnam
2009-11-28
1
-2
/
+1
*
Add check for obsolete function call of getpw().
Zhongxing Xu
2009-11-09
1
-5
/
+46
*
Add comments.
Zhongxing Xu
2009-11-09
1
-0
/
+1
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-62
/
+61
*
Implement: <rdar://problem/6337100> CWE-338: Use of cryptographically weak prng
Ted Kremenek
2009-09-02
1
-8
/
+105
*
Use C++ style comments.
Ted Kremenek
2009-08-28
1
-2
/
+2
*
Implement: <rdar://problem/6337132> CWE-273: Failure to Check Whether Privileges
Ted Kremenek
2009-08-28
1
-2
/
+80
*
Remove 'AnalysisContext::setDecl()', as we the Decl associated with an
Ted Kremenek
2009-08-21
1
-1
/
+1
*
In the "use of floating point variable as loop counter" check, check
Ted Kremenek
2009-07-24
1
-5
/
+7
*
Implement: <rdar://problem/6335715> rule request: gets() buffer overflow
Ted Kremenek
2009-07-23
1
-2
/
+64
*
Add comments.
Ted Kremenek
2009-07-23
1
-0
/
+2
*
Refine checking and diagnostics for use of floating point variable as a counter.
Ted Kremenek
2009-07-23
1
-57
/
+104
*
Add initial implementation of checking for uses of floating point as a loop c...
Ted Kremenek
2009-07-23
1
-0
/
+122