Histórico de commits

Autor SHA1 Mensagem Data
  Ted Kremenek 56a46b51df Rename 'unbindLoc()' (in ProgramState) and 'Remove()' to 13 anos atrás
  Ted Kremenek 3b1df8bb94 Rename 'getConjuredSymbol*' to 'conjureSymbol*'. 13 anos atrás
  Ted Kremenek 32a549a649 Remove Store::bindDecl() and Store::bindDeclWithNoInit(), and 13 anos atrás
  Ted Kremenek 5be88dc79d Rename 'BindCompoundLiteral' to 'bindCompoundLiteral' and 13 anos atrás
  Ted Kremenek ab9c04fda5 Consilidate SmallPtrSet count() followed by insert() into a single insert(). 13 anos atrás
  Jordan Rose 0a56298120 [analyzer] Handle dynamic_casts that turn out to be upcasts. 13 anos atrás
  Jordan Rose b11a3ada9a [analyzer] Don't strip CXXBaseObjectRegions when checking dynamic_casts. 13 anos atrás
  Benjamin Kramer d1a4f68a43 Fix a couple of pedantic gcc warnings. 13 anos atrás
  Jordan Rose 5ad76c073e [analyzer] Merge RegionStore's KillStruct and CopyLazyBindings: BindAggregate. 13 anos atrás
  Jordan Rose 1e934431ad [analyzer] Cluster bindings in RegionStore by base region. 13 anos atrás
  Jordan Rose 824e07ac8f [analyzer] Cache the "concrete offset base" for regions with symbolic offsets. 13 anos atrás
  Jordan Rose e0d24eb106 [analyzer] Revamp RegionStore to distinguish regions with symbolic offsets. 13 anos atrás
  Jordan Rose f540c54701 [analyzer] Rename Calls.{h,cpp} to CallEvent.{h,cpp}. No functionality change. 13 anos atrás
  Ted Kremenek 21625c69e8 Fix crash in RegionStoreManager::evalDerivedToBase() due to not handling references 13 anos atrás
  Jordan Rose e54cfc7b99 [analyzer] Use CallEvent for building inlined stack frames. 13 anos atrás
  Jordan Rose 752bee2493 [analyzer] Be careful about LazyCompoundVals, which may be for the first field. 13 anos atrás
  Jordan Rose 740d490593 [analyzer] Add a new abstraction over all types of calls: CallEvent 13 anos atrás
  Ted Kremenek 10f77ad7fc Implement initial static analysis inlining support for C++ methods. 13 anos atrás
  Jordan Rose 9955e708ff [analyzer] Return an UnknownVal when we try to get the binding for a VLA. 13 anos atrás
  Jordan Rose 5b8c694948 Revert "[analyzer] Treat LValueBitCasts like regular pointer bit casts." 13 anos atrás
  Jordan Rose 570d03c683 [analyzer] Treat LValueBitCasts like regular pointer bit casts. 13 anos atrás
  David Blaikie 581deb3da4 Revert Decl's iterators back to pointer value_type rather than reference value_type 13 anos atrás
  Ted Kremenek 7fa9b4f258 static analyzer: add inlining support for directly called blocks. 13 anos atrás
  Ted Kremenek 51d18cab1f Include line that was meant to be in my last commit. 13 anos atrás
  Ted Kremenek 8667052a53 Fix insidious RegionStore bug where we (a) didn't handle vector types and (b) had 13 anos atrás
  Anna Zaks 50b5a5c32e [analyzer] Simplify r156446, as per Ted's review. 13 anos atrás
  Anna Zaks a8f2362307 [analyzer] We currently do not fully support CompoundLiterals in 13 anos atrás
  Ted Kremenek 4213e389d6 Having RegionStore lower field bindings to raw offsets, just like ElementRegions. This is a bit 13 anos atrás
  Ted Kremenek 7dbbc2178f When creating lazy bindings in RegionStore, propagate existing lazy bindings instead of creating new ones. 13 anos atrás
  Ted Kremenek 6341931b14 Include address of Store in graphviz output of ExplodedGraph. 13 anos atrás