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
/
Core
/
ProgramState.cpp
Age
Commit message (
Expand
)
Author
2013-05-06
[analyzer] Remove now-unused bindCompoundLiteral helper function.
Jordan Rose
2013-04-20
[analyzer] Ensure BugReporterTracking works on regions with pointer arithmetic
Anna Zaks
2013-04-09
[analyzer] Replace isIntegerType() with isIntegerOrEnumerationType().
Jordan Rose
2013-04-03
[analyzer] Properly handle the ternary operator in trackNullOrUndefValue
Anna Zaks
2013-04-02
Silencing warnings in MSVC due to duplicate identifiers.
Aaron Ballman
2013-04-02
[analyzer] Teach invalidateRegions that regions within LazyCompoundVal need t...
Anna Zaks
2013-03-28
[analyzer] Add support for escape of const pointers and use it to allow “ne...
Anna Zaks
2013-03-20
[analyzer] Invalidate regions indirectly accessible through const pointers.
Jordan Rose
2013-03-02
[analyzer] Simple inline defensive checks suppression
Anna Zaks
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-02-15
[analyzer] Scan the correct store when finding symbols in a LazyCompoundVal.
Jordan Rose
2012-12-21
[analyzer] Address Jordan's nitpicks as per code review of r170625.
Anna Zaks
2012-12-20
[analyzer] Add the pointer escaped callback.
Anna Zaks
2012-12-06
[analyzer] Remove bindExprAndLocation, which does extra work for no gain.
Jordan Rose
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-11-05
[analyzer] Move convenience REGISTER_*_WITH_PROGRAMSTATE to CheckerContext.h
Jordan Rose
2012-11-02
[analyzer] Use nice macros for the common ProgramStateTraits (map, set, list).
Jordan Rose
2012-10-01
[analyzer] Make ProgramStateManager's SubEngine parameter optional.
Jordan Rose
2012-09-26
Remove unnecessary ASTContext& parameter from SymExpr::getType().
Ted Kremenek
2012-09-25
Reapply "[analyzer] Remove constraints on dead symbols as part of removeDeadB...
Jordan Rose
2012-09-20
Revert "[analyzer] Remove constraints on dead symbols as part of removeDeadBi...
Jordan Rose
2012-09-09
Remove dead method ProgramState::MarshalState().
Ted Kremenek
2012-09-08
[analyzer] Remove constraints on dead symbols as part of removeDeadBindings.
Jordan Rose
2012-09-07
Remove ProgramState::getSymVal(). It was being misused by Checkers,
Ted Kremenek
2012-08-22
Rename 'unbindLoc()' (in ProgramState) and 'Remove()' to
Ted Kremenek
2012-08-22
Remove Store::bindDecl() and Store::bindDeclWithNoInit(), and
Ted Kremenek
2012-08-22
Rename 'BindCompoundLiteral' to 'bindCompoundLiteral' and
Ted Kremenek
2012-08-15
[analyzer] Correctly devirtualize virtual method calls in destructors.
Jordan Rose
2012-08-13
[analyzer] Look up DynamicTypeInfo by region instead of symbol.
Jordan Rose
2012-08-09
[analyzer] Rename the function to better reflect what it actually does.
Anna Zaks
2012-08-08
[analyzer] Track malloc'd regions stored in structs.
Jordan Rose
2012-08-08
[analyzer] Revamp RegionStore to distinguish regions with symbolic offsets.
Jordan Rose
2012-08-06
[analyzer] Add a checker to manage dynamic type propagation.
Anna Zaks
2012-08-03
[analyzer] Fixup: remove the extra whitespace
Anna Zaks
2012-08-03
[analyzer] ObjC Inlining: Start tracking dynamic type info in the GDM
Anna Zaks
2012-07-30
[analyzer] Very simple ObjC instance method inlining
Anna Zaks
2012-07-30
[analyzer] Introduce a CallEventManager to keep a pool of CallEvents.
Jordan Rose
2012-07-10
[analyzer] Use CallEvent for building inlined stack frames.
Jordan Rose
2012-07-02
[analyzer] Add a new abstraction over all types of calls: CallEvent
Jordan Rose
2012-06-01
static analyzer: add inlining support for directly called blocks.
Ted Kremenek
2012-02-21
Have ScanReachableSymbols reported reachable regions. Fixes a false positive...
Ted Kremenek
2012-02-17
Have conjured symbols depend on LocationContext, to add context sensitivity f...
Ted Kremenek
2012-02-14
[analyzer] Make Malloc Checker optimistic in presence of inlining.
Anna Zaks
2012-01-31
Reapply r149311 which I reverted by mistake.
Argyrios Kyrtzidis
2012-01-31
Revert r149311 which failed to compile.
Argyrios Kyrtzidis
2012-01-31
Convert ProgramStateRef to a smart pointer for managing the reference counts ...
Ted Kremenek
2012-01-30
[analyzer] Add index out of bounds check for CFArrayGetArrayAtIndex.
Anna Zaks
2012-01-26
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2012-01-20
[analyzer] Skip casts when determining taint dependencies + pretty
Anna Zaks
[next]