Историја ревизија

Аутор SHA1 Порука Датум
  Douglas Gregor 01d08018b7 Introduce basic ASTs for lambda expressions. This covers: пре 13 година
  Argyrios Kyrtzidis a5888f61be Reapply r149311 which I reverted by mistake. пре 13 година
  Argyrios Kyrtzidis b9b0f6fb6e Revert r149311 which failed to compile. пре 13 година
  Ted Kremenek 72e93068c9 Convert ProgramStateRef to a smart pointer for managing the reference counts of ProgramStates. This leads to a slight memory пре 13 година
  Ted Kremenek 8bef823818 Change references to 'const ProgramState *' to typedef 'ProgramStateRef'. пре 13 година
  David Blaikie 3026348bd4 More dead code removal (using -Wunreachable-code) пре 13 година
  Ted Kremenek 256ef642f8 Remove '#if 0' from ExprEngine::InlineCall(), and start fresh by wiring up inlining for straight C calls. пре 13 година
  Ted Kremenek 3070e13dca [analyzer] Remove CallEnterNodeBuilder and simplify ExprEngine::processCallEnter(). пре 13 година
  Ted Kremenek 5eca482fe8 [analyzer] Make the entries in 'Environment' context-sensitive by making entries map from пре 13 година
  Anna Zaks eb31a76d1c [analyzer] Be less pessimistic about invalidation of global variables пре 13 година
  Anna Zaks 5344baa704 [analyzer] Unify SymbolVal and SymExprVal under a single SymbolVal пре 13 година
  Ted Kremenek a078ecf348 When analyzing a C++ method (without a specific caller), assume 'this' is non-null. Fixes <rdar://problem/10508787>. пре 13 година
  Ted Kremenek 9e9a3e612d [static analyzer] be more specific when running removeDeadBindings. Instead of seeing if the predecessor node was a non-StmtPoint, check if it is specifically a BlockEntrance node. пре 13 година
  Ted Kremenek ce117a7d28 [static analyzer]: only call RemoveDeadBindings() when analyzing non-Expr stmts, entering a basic block, or analyzing non-consumed expressions. This sigificantly speeds up analysis time, and reduces analysis time down to 27% less than before we linearized the CFG. пре 13 година
  John McCall 4b9c2d235f Change the AST representation of operations on Objective-C пре 13 година
  Anna Zaks 6800ba622e [analyzer] Make sink attribute part of the node profile. пре 14 година
  Anna Zaks 6889679d72 [analyzer] Make sure the child builder use temporary destination sets пре 14 година
  Anna Zaks 4d2ae4a703 [analyzer] Move enqueueEndOfFunction into CoreEngine. пре 14 година
  Anna Zaks dd7ddf2b22 [analyzer] Make CoreEngine responsible for enqueueing Stmt Nodes. пре 14 година
  Anna Zaks c03a39e167 [analyzer] GenericNodeBuilder -> NodeBuilder. пре 14 година
  Anna Zaks 2e9264a17b [analyzer] Remove unused headers. пре 14 година
  Anna Zaks f236b6503a [analyzer] Make branch for condition callback use CheckerContext пре 14 година
  Anna Zaks af498a2879 [analyze] Convert EndOfPath callback to use CheckerContext пре 14 година
  Douglas Gregor ba0513de93 Implement support for dependent Microsoft __if_exists/__if_not_exists пре 14 година
  Anna Zaks aa0aeb1cbe [analyzer] Node builders cleanup + comments пре 14 година
  Anna Zaks 056c4b4633 [analyzer] Completely remove the global Builder object. пре 14 година
  Anna Zaks f185cc1ac7 [analyzer] Remove more dependencies from global Builder пре 14 година
  Anna Zaks ebae6d0209 [analyzer] Convert ExprEngine::visit() to use short lived builders. пре 14 година
  Anna Zaks d231d0130a [analyzer] Convert VisitDeclStmt to use local node builder. пре 14 година
  Anna Zaks 6b6152ba96 [analyzer] Convert more functions (ex:evalBind()) to iterative builders пре 14 година