]> granicus.if.org Git - clang/commit
Modified DeclGroupRef to always load/store the internal pointer value as Decl*. ...
authorTed Kremenek <kremenek@apple.com>
Mon, 6 Oct 2008 22:17:16 +0000 (22:17 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 6 Oct 2008 22:17:16 +0000 (22:17 +0000)
commite285a9505c0be75d4b58e67aa32e82de55889235
treee32fcbe2cafc43ad2fc1737f9e10418439f870c1
parent1ed8e2a39456d064a346a6a5c2f6bd53e6d57345
Modified DeclGroupRef to always load/store the internal pointer value as Decl*.  This hopefully will obviate any concerns with violating strict type-aliasing issues.

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