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
/
NSAutoreleasePoolChecker.cpp
Age
Commit message (
Expand
)
Author
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-11-02
[analyzer] Rename 'EmitReport' to 'emitReport'.
Jordan Rose
2012-07-26
[analyzer] Rename Calls.{h,cpp} to CallEvent.{h,cpp}. No functionality change.
Jordan Rose
2012-07-02
[analyzer] Finish replacing ObjCMessage with ObjCMethodDecl and friends.
Jordan Rose
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-02-05
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2011-10-26
[analyzer] Remove EmitBasicReport form CheckerContext.
Anna Zaks
2011-10-25
[analyzer] Remove getEngine() form CheckerContext
Anna Zaks
2011-09-20
[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(Sourc...
Anna Zaks
2011-09-13
Switch LangOptions over to a .def file that describes header of the
Douglas Gregor
2011-09-02
[analyzer] Remove TransferFuncs.h, then deal with the fallout.
Jordy Rose
2011-08-12
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...
Ted Kremenek
2011-03-01
[analyzer] Rename CheckerV2 -> Checker.
Argyrios Kyrtzidis
2011-02-23
[analyzer] Migrate to CheckerV2:
Argyrios Kyrtzidis
2011-02-17
[analyzer] Pass CheckerManager to the registration functions.
Argyrios Kyrtzidis
2011-02-16
[analyzer] Use the new registration mechanism on the apple checkers:
Argyrios Kyrtzidis
2011-02-10
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-01-25
[analyzer] Introduce ObjCMessage which represents both explicit ObjC message ...
Argyrios Kyrtzidis
2010-12-23
Chris Lattner has strong opinions about directory
Ted Kremenek