[PATCH] D11165: Add a language option to cover Sony front-end features
Yunzhong Gao
Yunzhong_Gao at playstation.sony.com
Mon Jul 13 16:26:43 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 enabling/disabling Sony language-related features,
- Gao
http://reviews.llvm.org/D11165
Files:
include/clang/Basic/LangOptions.def
Index: include/clang/Basic/LangOptions.def
===================================================================
--- include/clang/Basic/LangOptions.def
+++ include/clang/Basic/LangOptions.def
@@ -78,6 +78,7 @@
LANGOPT(CPlusPlus1z , 1, 0, "C++1z")
LANGOPT(ObjC1 , 1, 0, "Objective-C 1")
LANGOPT(ObjC2 , 1, 0, "Objective-C 2")
+LANGOPT(SceExt , 1, 0, "Sony PlayStation extensions")
BENIGN_LANGOPT(ObjCDefaultSynthProperties , 1, 0,
"Objective-C auto-synthesized properties")
BENIGN_LANGOPT(EncodeExtendedBlockSig , 1, 0,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11165.29622.patch
Type: text/x-patch
Size: 580 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150713/bc5583ad/attachment.bin>
More information about the cfe-commits
mailing list