[PATCH] D99277: [AsmParser][SystemZ][z/OS] Add in support to accept "#" as part of an Identifier token

Anirudh Prasad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 24 09:57:26 PDT 2021


anirudhp marked 2 inline comments as done.
anirudhp added inline comments.


================
Comment at: llvm/lib/MC/MCParser/AsmLexer.cpp:146
 
 /// LexIdentifier: [a-zA-Z_.][a-zA-Z0-9_$.@?]*
+static bool IsIdentifierChar(char c, bool AllowAt, bool AllowHash) {
----------------
abhina.sreeskantharajan wrote:
> nit: This comment should probably be updated to reflect the new changes.
Good catch. Done.


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

https://reviews.llvm.org/D99277



More information about the llvm-commits mailing list