Re: [PATCH] D22970: Ensure Ident_GNU_final is properly initialized in the Parser Initialize function

2016-07-29 Thread David Majnemer via cfe-commits
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=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 = ().get("super");
 


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 = ().get("super");
 
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


RE: [PATCH] D22970: Ensure Ident_GNU_final is properly initialized in the Parser Initialize function

2016-07-29 Thread Keane, Erich via cfe-commits
I don't have the ability to commit this, but if it is blocking someone in some 
way (since the build verifier would otherwise be broken), someone committing it 
before then would be much appreciated.

Thanks!
-Erich

-Original Message-
From: Andrey Bokhanko [mailto:andreybokha...@gmail.com] 
Sent: Friday, July 29, 2016 12:32 PM
To: Keane, Erich <erich.ke...@intel.com>; cfe-commits@lists.llvm.org; 
aizat...@google.com; andreybokha...@gmail.com
Subject: Re: [PATCH] D22970: Ensure Ident_GNU_final is properly initialized in 
the Parser Initialize function

andreybokhanko accepted this revision.
andreybokhanko added a comment.
This revision is now accepted and ready to land.

LGTM

I can commit this patch on Monday, when I will reach my work machine.

Andrey


Repository:
  rL LLVM

https://reviews.llvm.org/D22970



___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


Re: [PATCH] D22970: Ensure Ident_GNU_final is properly initialized in the Parser Initialize function

2016-07-29 Thread Andrey Bokhanko via cfe-commits
andreybokhanko accepted this revision.
andreybokhanko added a comment.
This revision is now accepted and ready to land.

LGTM

I can commit this patch on Monday, when I will reach my work machine.

Andrey


Repository:
  rL LLVM

https://reviews.llvm.org/D22970



___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits