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

LGTM


================
Comment at: lib/Parse/ParseDeclCXX.cpp:1896
@@ +1895,3 @@
+  if (getLangOpts().MSVCCompat && Tok.is(tok::kw__Atomic) &&
+      GetLookAheadToken(1).is(tok::less))
+    Tok.setKind(tok::identifier);
----------------
`GetLookAheadToken(1)` is more commonly written as `NextToken()`.


http://reviews.llvm.org/D11233




_______________________________________________
cfe-commits mailing list
cfe-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to