Revert "[AST] Introduce internal attribute '_migration_id'."

This reverts commit 042efbfb26. We're
going to take a different approach to the migration attribute.
This commit is contained in:
Doug Gregor
2016-01-13 14:10:11 -08:00
parent f2c912afc8
commit 83412bc219
12 changed files with 1 additions and 209 deletions

View File

@@ -1352,13 +1352,6 @@ namespace decls_block {
// strings, separated by the prior index
>;
using MigrationIdDeclAttrLayout = BCRecordLayout<
MigrationId_DECL_ATTR,
BCVBR<6>, // index at the end of the ident,
BCBlob // blob contains the ident and pattern
// strings, separated by the prior index
>;
#define SIMPLE_DECL_ATTR(X, CLASS, ...) \
using CLASS##DeclAttrLayout = BCRecordLayout< \
CLASS##_DECL_ATTR, \