]> granicus.if.org Git - clang/commit
Explicitly access the first Decl* referenced by a DeclStmt instead of using "getDecl...
authorTed Kremenek <kremenek@apple.com>
Mon, 6 Oct 2008 22:45:07 +0000 (22:45 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 6 Oct 2008 22:45:07 +0000 (22:45 +0000)
commitab9bae758342e11a5d6b27e26adffe802394cfd1
tree851caf16b6b007bfccc0eb67e62e62bce4eec01f
parent50a25e25db80664255b5777c71303a9308e60125
Explicitly access the first Decl* referenced by a DeclStmt instead of using "getDecl()."  Added a FIXME indicating that the call to RewriteObjCQualifiedInterfaceTypes() is meant to modifying the type-specifier; hopefully this will be a little more clean once DeclGroups contain type specifiers.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57216 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/RewriteObjC.cpp