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
/
NSErrorChecker.cpp
Age
Commit message (
Expand
)
Author
2013-02-20
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
Replace SVal llvm::cast support to be well-defined.
David Blaikie
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-04
NSErrorChecker: remove quoting the parameter name in the diagnostic until we ...
Ted Kremenek
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-01
Include pruning and general cleanup.
Benjamin Kramer
2012-11-02
[analyzer] Convert some of the harder cases over to ProgramStateTrait macros.
Jordan Rose
2012-11-02
[analyzer] Rename 'EmitReport' to 'emitReport'.
Jordan Rose
2012-04-04
Include the "issue context" (e.g. function or method) where a static analyzer...
Ted Kremenek
2012-01-26
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2011-10-26
[analyzer] Add getLocationContext to CheckerContext
Anna Zaks
2011-10-26
[analyzer] Rename generateNode -> addTransition in CheckerContext
Anna Zaks
2011-10-25
[analyzer] Simplify CheckerContext
Anna Zaks
2011-10-06
[analyzer] Remove the dependency on CheckerContext::getStmt() as well as the ...
Anna Zaks
2011-10-03
Allow getting all source locations of selector identifiers in a ObjCMethodDecl.
Argyrios Kyrtzidis
2011-09-20
[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(Sourc...
Anna Zaks
2011-08-17
Remove EnhancedBugReport and RangedBugReport - pull all the extra functionali...
Anna Zaks
2011-08-15
Rename GRState to ProgramState, and cleanup some code formatting along the way.
Ted Kremenek
2011-05-06
Modify some deleted function methods to better reflect reality:
Sean Hunt
2011-03-01
[analyzer] Also make sure that the parameter is coming from the current stack...
Argyrios Kyrtzidis
2011-03-01
[analyzer] Remove SVal::getAsVarDecl() and reason about MemRegions, not Decls...
Argyrios Kyrtzidis
2011-03-01
[analyzer] Rename CheckerV2 -> Checker.
Argyrios Kyrtzidis
2011-02-28
[analyzer] Migrate NSErrorChecker and DereferenceChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-10
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2010-12-23
Chris Lattner has strong opinions about directory
Ted Kremenek