1. 6b60139 Use getBody() to get the function definition when the decl referenced is not by Zhongxing Xu · 14 years ago
  2. 102acd5 Restore Zhongxing's commits r97122 r97127 r97129 r97131 which were reverted due to a Clang-on-Clang failure by Douglas Gregor · 14 years ago
  3. 2b706e5 Revert patches r97122 r97127 r97129 r97131. by Jakob Stoklund Olesen · 14 years ago
  4. f710691 Move the GenerateCallExitNode logic completely into GREndPathNodeBuilder. by Zhongxing Xu · 14 years ago
  5. 9a9f627 Move the dead bindings removal logic from CallInliner to GRExprEngine::ProcessCallExit(). by Zhongxing Xu · 14 years ago
  6. 833e50e Call inliner improvements: by Zhongxing Xu · 14 years ago
  7. df3a61b In symbol reaper, a variable is live if its stack frame is the parent of the by Zhongxing Xu · 14 years ago
  8. 1397663 Revert 95541. by Ted Kremenek · 14 years ago
  9. 6f8c430 Rename: GRState::getSVal(Stmt*) => getExprVal(), by Zhongxing Xu · 14 years ago
  10. 9705309 Move 'LocalCheckers.h' to the 'Checkers' subdirectory. by Ted Kremenek · 15 years ago
  11. 1309f9a Split libAnalysis into two libraries: libAnalysis and libChecker. by Ted Kremenek · 15 years ago[Renamed (95%) from lib/Analysis/CallInliner.cpp]
  12. 62d399e As Ted suggested, record the callsite information with the StackFrameContext. by Zhongxing Xu · 15 years ago
  13. 598278b Inter-procedural analysis: now we can return from the callee. by Zhongxing Xu · 15 years ago
  14. 3ff8481 Migrate the call inliner to the Checker interface. by Zhongxing Xu · 15 years ago
  15. ba5fb5a lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace by Kovarththanan Rajaratnam · 15 years ago
  16. c9f4af6 Now we can call into another function with the CallInliner transfer function. by Zhongxing Xu · 15 years ago
  17. 66847a2 Start to add a new transfer function that inlines callee. To be continued. by Zhongxing Xu · 15 years ago