[Lldb-commits] [lldb] [LLDB] Add array subscription and integer parsing to DIL (PR #138551)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Tue May 6 01:03:55 PDT 2025


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

I think the C99 part isn't really true. Maybe we should have a separate section to explain the number format we accept?

https://github.com/llvm/llvm-project/pull/138551


More information about the lldb-commits mailing list