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
/
UndefCapturedBlockVarChecker.cpp
Age
Commit message (
Expand
)
Author
2013-03-28
[analyzer] Apply the suppression rules to the nil receiver only if the value ...
Anna Zaks
2013-02-24
Add "KnownSVal" to represent SVals that cannot be UnknownSVal.
Ted Kremenek
2012-12-06
Only provide explicit getCapturedRegion() and getOriginalRegion() from refere...
Ted Kremenek
2012-12-06
Use 'getOriginalRegion()' rather than going through the logic to recreate it.
Ted Kremenek
2012-12-01
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-11-02
[analyzer] Rename 'EmitReport' to 'emitReport'.
Jordan Rose
2012-05-31
Allow some BugReports to opt-out of PathDiagnostic callstack pruning until we...
Ted Kremenek
2012-03-10
Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to
John McCall
2012-02-05
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-04
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-01-26
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2012-01-06
[analyzer] Make the entries in 'Environment' context-sensitive by making entr...
Ted Kremenek
2011-10-26
[analyzer] Add getLocationContext to CheckerContext
Anna Zaks
2011-08-19
Static Analyzer Diagnostics: Kill the addVisitorCreator(callbackTy, void*) AP...
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-03-01
[analyzer] Rename CheckerV2 -> Checker.
Argyrios Kyrtzidis
2011-02-28
[analyzer] Migrate UndefCapturedBlockVarChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-10
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-08
[analyzer] lib/StaticAnalyzer/Checkers/ExprEngineInternalChecks.h -> lib/Stat...
Argyrios Kyrtzidis
2011-02-02
An insomniac stab at making block declarations list the variables they close
John McCall
2011-01-25
Tweak wording of static analyzer diagnostic
Ted Kremenek
2010-12-23
Chris Lattner has strong opinions about directory
Ted Kremenek