================
@@ -24,6 +28,8 @@ qualified_id = ["::"] [nested_name_specifier] unqualified_id
 
 identifier = ? C99 Identifier ? ;
 
+numeric_literal = ? C99 Integer constant ? ;
----------------
labath wrote:

I don't think you need to write the formal grammar. I'd be fine with just some 
text blurb about the accepted formats. Right now, we don't to anything fancy, 
so you could just say "decimal, hex, (and octal/binary?)" numbers are accepted.

https://github.com/llvm/llvm-project/pull/138551
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to