]> granicus.if.org Git - clang/commit
Simple little optimization to Decl::getCanonicalDecl(), eliminating some heavyweight...
authorDouglas Gregor <dgregor@apple.com>
Thu, 17 Feb 2011 08:14:56 +0000 (08:14 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 17 Feb 2011 08:14:56 +0000 (08:14 +0000)
commit8755836379a3f8e9848b5e770aa60d00e1fbb990
tree150f4a9547b27ed0063617a61d530bc925823cb8
parent770877fa855d1de462392e503ef08252614b0994
Simple little optimization to Decl::getCanonicalDecl(), eliminating some heavyweight machinery and indirection that we don't need

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125737 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/DeclBase.cpp