Historique des commits

Auteur SHA1 Message Date
  Jordan Rose 24c7f98828 [analyzer] Remove constraints on dead symbols as part of removeDeadBindings. il y a 13 ans
  Ted Kremenek 47cbd0f389 Remove ProgramState::getSymVal(). It was being misused by Checkers, il y a 13 ans
  Ted Kremenek 56a46b51df Rename 'unbindLoc()' (in ProgramState) and 'Remove()' to il y a 13 ans
  Ted Kremenek 32a549a649 Remove Store::bindDecl() and Store::bindDeclWithNoInit(), and il y a 13 ans
  Ted Kremenek 5be88dc79d Rename 'BindCompoundLiteral' to 'bindCompoundLiteral' and il y a 13 ans
  Jordan Rose 0ad36baedc [analyzer] Correctly devirtualize virtual method calls in destructors. il y a 13 ans
  Jordan Rose f41c0dd023 [analyzer] Look up DynamicTypeInfo by region instead of symbol. il y a 13 ans
  Anna Zaks d4fe57f7f7 [analyzer] Rename the function to better reflect what it actually does. il y a 13 ans
  Jordan Rose 0d53ab4024 [analyzer] Track malloc'd regions stored in structs. il y a 13 ans
  Jordan Rose e0d24eb106 [analyzer] Revamp RegionStore to distinguish regions with symbolic offsets. il y a 13 ans
  Anna Zaks c7ecc43c33 [analyzer] Add a checker to manage dynamic type propagation. il y a 13 ans
  Anna Zaks c1290e0060 [analyzer] Fixup: remove the extra whitespace il y a 13 ans
  Anna Zaks 148fee988e [analyzer] ObjC Inlining: Start tracking dynamic type info in the GDM il y a 13 ans
  Anna Zaks 2d18419a7c [analyzer] Very simple ObjC instance method inlining il y a 13 ans
  Jordan Rose 972a3680bd [analyzer] Introduce a CallEventManager to keep a pool of CallEvents. il y a 13 ans
  Jordan Rose e54cfc7b99 [analyzer] Use CallEvent for building inlined stack frames. il y a 13 ans
  Jordan Rose 740d490593 [analyzer] Add a new abstraction over all types of calls: CallEvent il y a 13 ans
  Ted Kremenek 7fa9b4f258 static analyzer: add inlining support for directly called blocks. il y a 13 ans
  Ted Kremenek 7f9b1d963d Have ScanReachableSymbols reported reachable regions. Fixes a false positive with nested array literals. <rdar://problem/10686586> il y a 13 ans
  Ted Kremenek 3133f79cf4 Have conjured symbols depend on LocationContext, to add context sensitivity for functions called more than once. il y a 13 ans
  Anna Zaks 66c40400e7 [analyzer] Make Malloc Checker optimistic in presence of inlining. il y a 13 ans
  Argyrios Kyrtzidis a5888f61be Reapply r149311 which I reverted by mistake. il y a 13 ans
  Argyrios Kyrtzidis b9b0f6fb6e Revert r149311 which failed to compile. il y a 13 ans
  Ted Kremenek 72e93068c9 Convert ProgramStateRef to a smart pointer for managing the reference counts of ProgramStates. This leads to a slight memory il y a 13 ans
  Anna Zaks af5f550de3 [analyzer] Add index out of bounds check for CFArrayGetArrayAtIndex. il y a 13 ans
  Ted Kremenek 8bef823818 Change references to 'const ProgramState *' to typedef 'ProgramStateRef'. il y a 13 ans
  Anna Zaks be97b7edb1 [analyzer] Skip casts when determining taint dependencies + pretty il y a 13 ans
  Ted Kremenek 0849ade4bb [analyzer] fix inlining's handling of mapping actual to formal arguments and limit the call stack depth. The analyzer can now accurately simulate factorial for limited depths. il y a 13 ans
  Anna Zaks 9f03b62036 [analyzer] Add basic format string vulnerability checking. il y a 13 ans
  Ted Kremenek 5eca482fe8 [analyzer] Make the entries in 'Environment' context-sensitive by making entries map from il y a 13 ans