]> granicus.if.org Git - clang/commit
Synchronize the representations of DeclarationName and Selector so
authorDouglas Gregor <dgregor@apple.com>
Fri, 4 May 2012 18:24:37 +0000 (18:24 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 4 May 2012 18:24:37 +0000 (18:24 +0000)
commit51603be62ba78adeb64246b222583dcde4b20b2a
treeaa5b116b81638ab49694645631f42833aa2887e4
parentd2cf348f0df76bf1745f131db2ceeb59f23a7305
Synchronize the representations of DeclarationName and Selector so
that bridging between the two is free. Saves ~4k of code size,
although I don't see any measurable performance difference
(unfortunately).

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