index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Analysis
/
security-syntax-checks.m
Age
Commit message (
Expand
)
Author
2011-10-19
Fix the signatures of vfork, __sigsetjmp and sigsetjmp.
Rafael Espindola
2011-10-12
Add returns_twice to functions that are known to return twice. This implements
Rafael Espindola
2011-10-11
[analyzer] Warn about the use of insecure, deprecated vfork() function PR1105...
Anna Zaks
2011-08-03
[analyzer] rename all experimental checker packages to have 'experimental' be...
Ted Kremenek
2011-04-05
Add security syntax checker for strcat() which causes the Static Analyzer to ...
Lenny Maiorani
2011-03-31
Add security syntax checker for strcpy() which causes the Static Analyzer to ...
Lenny Maiorani
2011-03-24
Rework checker "packages" and groups to be more hierarchical.
Ted Kremenek
2011-02-17
[analyzer] Use the new registration mechanism on the non-path-sensitive-check...
Argyrios Kyrtzidis
2010-02-05
Rename -cc1 option '-warn-security-syntactic' to '-analyzer-check-security-sy...
Ted Kremenek
2009-12-16
Add abort() as a builtin. This has two effects: one, we warn for incorrect
Eli Friedman
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-14
Replace clang-cc with clang -cc1.
Zhongxing Xu
2009-12-06
Add test case for mktemp. Patch by Lei Zhang.
Zhongxing Xu
2009-11-09
Add check for obsolete function call of getpw().
Zhongxing Xu
2009-09-02
Implement: <rdar://problem/6337100> CWE-338: Use of cryptographically weak prng
Ted Kremenek
2009-08-28
Implement: <rdar://problem/6337132> CWE-273: Failure to Check Whether Privileges
Ted Kremenek
2009-07-23
Implement: <rdar://problem/6335715> rule request: gets() buffer overflow
Ted Kremenek
2009-07-23
Refine checking and diagnostics for use of floating point variable as a counter.
Ted Kremenek