[Lldb-commits] [lldb] [LLDB] Add array subscription and integer parsing to DIL (PR #138551)
Ilia Kuklin via lldb-commits
lldb-commits at lists.llvm.org
Tue May 6 11:46:12 PDT 2025
================
@@ -24,6 +28,8 @@ qualified_id = ["::"] [nested_name_specifier] unqualified_id
identifier = ? C99 Identifier ? ;
+numeric_literal = ? C99 Integer constant ? ;
----------------
kuilpd wrote:
Yeah, `0b...` and `0o...` formats supported here are missing from C99. How should I explain the format without writing its full grammar as well?
https://github.com/llvm/llvm-project/pull/138551
More information about the lldb-commits
mailing list