[PATCH] D22970: Ensure Ident_GNU_final is properly initialized in the Parser Initialize function
David Majnemer via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 29 13:08:51 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL277206: Ensure Ident_GNU_final is properly initialized in the Parser Initialize function (authored by majnemer).
Changed prior to commit:
https://reviews.llvm.org/D22970?vs=66158&id=66165#toc
Repository:
rL LLVM
https://reviews.llvm.org/D22970
Files:
cfe/trunk/lib/Parse/Parser.cpp
Index: cfe/trunk/lib/Parse/Parser.cpp
===================================================================
--- cfe/trunk/lib/Parse/Parser.cpp
+++ cfe/trunk/lib/Parse/Parser.cpp
@@ -473,6 +473,7 @@
Ident_final = nullptr;
Ident_sealed = nullptr;
Ident_override = nullptr;
+ Ident_GNU_final = nullptr;
Ident_super = &PP.getIdentifierTable().get("super");
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22970.66165.patch
Type: text/x-patch
Size: 368 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160729/0cc66be0/attachment-0001.bin>
More information about the cfe-commits
mailing list