[PATCH] D11164: Reserve an identifier flag for Sony/PS keywords
Yunzhong Gao
Yunzhong_Gao at playstation.sony.com
Mon Jul 13 16:17:28 PDT 2015
ygao created this revision.
ygao added a reviewer: asl.
ygao added a subscriber: cfe-commits.
Hi,
As the title says, this patch reserves a flag for Sony keywords that we will add shortly.
- Gao
http://reviews.llvm.org/D11164
Files:
lib/Basic/IdentifierTable.cpp
Index: lib/Basic/IdentifierTable.cpp
===================================================================
--- lib/Basic/IdentifierTable.cpp
+++ lib/Basic/IdentifierTable.cpp
@@ -110,7 +110,8 @@
HALFSUPPORT = 0x08000,
KEYCONCEPTS = 0x10000,
KEYOBJC2 = 0x20000,
- KEYALL = (0x3ffff & ~KEYNOMS18 &
+ KEYSCE = 0x40000,
+ KEYALL = (0x7ffff & ~KEYNOMS18 &
~KEYNOOPENCL) // KEYNOMS18 and KEYNOOPENCL are used to exclude.
};
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11164.29621.patch
Type: text/x-patch
Size: 467 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150713/f5fb7955/attachment.bin>
More information about the cfe-commits
mailing list