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
/
Analysis
/
CheckObjCInstMethSignature.cpp
Age
Commit message (
Expand
)
Author
2010-01-25
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek
2009-11-29
Port BugReporter and BugType to StringRef.
Benjamin Kramer
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-08-21
Remove 'AnalysisContext::setDecl()', as we the Decl associated with an
Ted Kremenek
2009-07-14
Introduce Type::isAnyPointerType() and convert all clients (suggested by Chris).
Steve Naroff
2009-07-10
This patch includes a conceptually simple, but very intrusive/pervasive change.
Steve Naroff
2009-06-30
De-ASTContext-ify DeclContext.
Argyrios Kyrtzidis
2009-04-23
Eliminate the three SmallVectors in ObjCImplDecl (for instance
Douglas Gregor
2009-04-09
Propagate the ASTContext to various AST traversal and lookup functions.
Douglas Gregor
2009-04-02
More title-casing of bug type names.
Ted Kremenek
2008-11-24
Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of
Chris Lattner
2008-11-24
Rename Selector::getName() to Selector::getAsString(), and add
Chris Lattner
2008-07-14
Added method "EmitBasicReport" to BugReporter to simplify the emission of sim...
Ted Kremenek
2008-07-11
Tidy up error message.
Ted Kremenek
2008-07-11
Add new check: -check-objc-methodsigs. This check scans methods in
Ted Kremenek