[PATCH] D107292: [clang] adds warning to alert user when they use alternative tokens in declarations

Christopher Di Bella via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 3 18:18:46 PDT 2021


cjdb updated this revision to Diff 363927.
cjdb retitled this revision from "[clang] adds warning to alert user when they use alternative tokens as references" to "[clang] adds warning to alert user when they use alternative tokens in declarations".
cjdb edited the summary of this revision.
cjdb added a comment.

extends functionality to account for destructors, member functions, and block pointers


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107292/new/

https://reviews.llvm.org/D107292

Files:
  clang/include/clang/Basic/DiagnosticParseKinds.td
  clang/lib/Parse/ParseDecl.cpp
  clang/lib/Parse/ParseExprCXX.cpp
  clang/test/Parser/cxx-decl.cpp
  clang/test/Parser/cxx0x-decl.cpp
  clang/test/Parser/warn-declare-references-with-symbols.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107292.363927.patch
Type: text/x-patch
Size: 12001 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210804/c5332700/attachment-0001.bin>


More information about the cfe-commits mailing list