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
/
LLVMConventionsChecker.cpp
Age
Commit message (
Expand
)
Author
2012-04-30
Remove the ref/value inconsistency in filter_decl_iterator.
David Blaikie
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
2011-10-07
Rename TagDecl::isDefinition -> isCompleteDefinition
John McCall
2011-09-20
[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(Sourc...
Anna Zaks
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-04-15
Support for C++11 (non-template) alias declarations.
Richard Smith
2011-03-01
[analyzer] Rename CheckerV2 -> Checker.
Argyrios Kyrtzidis
2011-02-28
[analyzer] Remove unused checker stuff from AnalysisConsumer and some unused ...
Argyrios Kyrtzidis
2011-02-17
[analyzer]
Argyrios Kyrtzidis
2011-02-10
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-01-14
Cleanup confused code that redundantly called "getDeclContext()" twice.
Ted Kremenek
2010-12-23
Chris Lattner has strong opinions about directory
Ted Kremenek