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
/
BasicObjCFoundationChecks.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-20
Rename 'Generate[Node,Sink]' to 'generate[Node,Sink]'.
Ted Kremenek
2010-12-02
Merge ValueManager into SValBuilder.
Ted Kremenek
2010-12-01
Rename all 'AssumeXXX' methods in libChecker
Ted Kremenek
2010-12-01
Rename all 'EvalXXX' methods in libChecker to
Ted Kremenek
2010-12-01
Rename 'SValuator' to 'SValBuilder'. The new name
Ted Kremenek
2010-10-22
Move classes into anonymous namespaces.
Benjamin Kramer
2010-10-20
Convert GRSimpleAPIChecks in BasicObjCFoundationChecks to be Checkers.
Ted Kremenek
2010-08-15
Remove dead code, caught by unused function warnings.
Argyrios Kyrtzidis
2010-08-11
MemRegion can refer to ASTContext without external help.
Zhongxing Xu
2010-07-06
Improve NULL-checking for CFRetain/CFRelease. We now remember that the argume...
Jordy Rose
2010-05-17
Clean up some more uses of getAs<ObjCInterfaceType>() that Fariborz pointed
John McCall
2010-04-21
Overhaul the AST representation of Objective-C message send
Douglas Gregor
2010-03-27
Checker: random include cleanup.
Benjamin Kramer
2010-02-08
Simplify another switch/strcmp construct. No functionality/performance change.
Benjamin Kramer
2010-02-08
Revert 95541.
Ted Kremenek
2010-02-08
Rename: GRState::getSVal(Stmt*) => getExprVal(),
Zhongxing Xu
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