[Lldb-commits] [lldb] [LLDB] Add Lexer (with tests) for DIL (Data Inspection Language). (PR #123521)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 20 02:17:59 PST 2025
================
@@ -0,0 +1,156 @@
+//===-- DILLexer.h ----------------------------------------------*- C++ -*-===//
----------------
labath wrote:
Also, this file uses a combination of `cammelCase` (llvm style) and `UpperCamel` (lldb style) for method names. I'd be fine with either, but please be consistent.
https://github.com/llvm/llvm-project/pull/123521
More information about the lldb-commits
mailing list