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
/
Checker
/
CheckSecuritySyntaxOnly.cpp
Age
Commit message (
Expand
)
Author
2010-12-22
[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...
Argyrios Kyrtzidis
2010-12-22
[analyzer] Refactoring: include/clang/Checker -> include/clang/GR
Argyrios Kyrtzidis
2010-12-14
Added missing IgnoreParens().
Abramo Bagnara
2010-12-04
Although we currently have explicit lvalue-to-rvalue conversions, they're
John McCall
2010-08-25
GCC didn't care for my attempt at API compatibility, so brute-force everything
John McCall
2010-08-22
Detabify.
Eli Friedman
2010-08-17
StringRef'ication of lots stuff, patch by Peter Davies!
Daniel Dunbar
2010-06-22
Type Type::isRealFloatingType() that vectors are not floating-point
Douglas Gregor
2010-04-17
Add raw_ostream operators to NamedDecl for convenience. Switch over all users...
Benjamin Kramer
2010-03-24
Use llvm::SmallString instead of std::string.
Ted Kremenek
2010-03-24
Improve static analyzer diagnostic concerning the use of 'mktemp'
Ted Kremenek
2010-01-26
Move 'LocalCheckers.h' to the 'Checkers' subdirectory.
Ted Kremenek
2010-01-25
Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugRe...
Ted Kremenek
2010-01-25
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek