]> granicus.if.org Git - clang/commit
Make assertions for all addresses passed to ProgramPoint that they have at least...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 26 Apr 2008 15:19:51 +0000 (15:19 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 26 Apr 2008 15:19:51 +0000 (15:19 +0000)
commit6e5977f0a8a680191fb4b4d8f32bc2c629faf0c2
tree1693063602fb55daf485d20bf8e620d9197a1e60
parentdc34300db91139cf25bec65f1a0861a286f97b17
Make assertions for all addresses passed to ProgramPoint that they have at least an 8-byte alignment.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50310 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/ProgramPoint.h
lib/Analysis/ProgramPoint.cpp