[PATCH] D26503: [Parser][ObjC] Improve diagnostics and recovery when C++ keywords are used as identifiers in Objective-C++

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 11 08:14:36 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL299950: [Parser][ObjC++] Improve diagnostics and recovery when C++ keywords are used (authored by arphaman).

Changed prior to commit:
  https://reviews.llvm.org/D26503?vs=78218&id=94823#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D26503

Files:
  cfe/trunk/include/clang/Basic/DiagnosticParseKinds.td
  cfe/trunk/include/clang/Basic/IdentifierTable.h
  cfe/trunk/include/clang/Parse/Parser.h
  cfe/trunk/lib/Basic/IdentifierTable.cpp
  cfe/trunk/lib/Parse/ParseDecl.cpp
  cfe/trunk/lib/Parse/ParseObjc.cpp
  cfe/trunk/lib/Parse/Parser.cpp
  cfe/trunk/test/Parser/objc-cxx-keyword-identifiers.mm

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26503.94823.patch
Type: text/x-patch
Size: 14276 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170411/39e0cb63/attachment.bin>


More information about the cfe-commits mailing list