index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
StaticAnalyzer
/
Checkers
/
CheckSecuritySyntaxOnly.cpp
Age
Commit message (
Expand
)
Author
2013-04-09
[analyzer] Replace isIntegerType() with isIntegerOrEnumerationType().
Jordan Rose
2013-02-08
[analyzer] Move DefaultBool so that all checkers can share it.
Anna Zaks
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-10-12
Silence static analyzer issue by documenting that in this context
Ted Kremenek
2012-08-08
clang support for Bitrig (an OpenBSD fork); patch by David Hill.
Eli Friedman
2012-06-29
Revert "Tweak insecureAPI analyzer checks to have the ability to be individua...
Ted Kremenek
2012-06-29
Tweak insecureAPI analyzer checks to have the ability to be individually disa...
Ted Kremenek
2012-04-04
Include the "issue context" (e.g. function or method) where a static analyzer...
Ted Kremenek
2012-02-05
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-04
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-01-31
[analyzer] Change the warning to suggest 'strlcat/strlcpy' as
Anna Zaks
2012-01-20
Implement checker that looks for calls to mktemps and friends that have fewer...
Ted Kremenek
2012-01-20
Turn 'SecuritySyntaxChecker' into a "meta" security checker for insecure APIs...
Ted Kremenek
2011-10-24
Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...
Ted Kremenek
2011-10-14
Change operator<< for raw_ostream and NamedDecl to take a reference instead o...
Benjamin Kramer
2011-10-11
[analyzer] Warn about the use of insecure, deprecated vfork() function PR1105...
Anna Zaks
2011-09-20
[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(Sourc...
Anna Zaks
2011-09-02
Extend the ASTContext constructor to delay the initialization of
Douglas Gregor
2011-08-20
Remove dead code.
Ted Kremenek
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-04-05
Add security syntax checker for strcat() which causes the Static Analyzer to ...
Lenny Maiorani
2011-04-03
Refactoring the security checker a little bit so that each CallExpr check doe...
Lenny Maiorani
2011-03-31
Add security syntax checker for strcpy() which causes the Static Analyzer to ...
Lenny Maiorani
2011-03-31
Fix spelling in a comment. (test commit)
Lenny Maiorani
2011-03-01
[analyzer] Rename CheckerV2 -> Checker.
Argyrios Kyrtzidis
2011-02-17
[analyzer] Use the new registration mechanism on the non-path-sensitive-check...
Argyrios Kyrtzidis
2011-02-10
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-01-17
NetBSD, OpenBSD, and Dragonfly BSD also have arc4random. Patch from
Douglas Gregor
2010-12-23
Chris Lattner has strong opinions about directory
Ted Kremenek