summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/CodeExtractor.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-04-13 18:59:07 +0000
committerChris Lattner <sabre@nondot.org>2008-04-13 18:59:07 +0000
commit861a2265864982319c1a658135663ac72d676e29 (patch)
tree17bdea61c28f751b56be9e41cd35f051f8af890b /llvm/lib/Transforms/Utils/CodeExtractor.cpp
parent0a8a4c4a0ca1ae083b0ed978ed50b2931db4a4eb (diff)
downloadbcm5719-llvm-861a2265864982319c1a658135663ac72d676e29.tar.gz
bcm5719-llvm-861a2265864982319c1a658135663ac72d676e29.zip
This patch is just the easy part of the class names patch, which
allows the parsing of "class" in addition to "struct" and "union" to declare a record. So this patch allows: class C { }; class C c1; But it does not contain the lookup bits, so this won't work yet: C c2; Patch by Doug Gregor! llvm-svn: 49613
Diffstat (limited to 'llvm/lib/Transforms/Utils/CodeExtractor.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud