https://github.com/Michael137 commented:
`lldb/unittests/Language/CPlusPlus/CPlusPlusLanguageTest.cpp` has some unit-tests for `CPlusPlusNameParser` (and friends). If we added a constructor to `CPlusPlusNameParser` which took a user-provided `LangOptions` (but defaults to the existing one) that we could add a unit-test which constructs the `CPlusPlusNameParser` with some `LangOptions` which triggers the issue you were seeing. What do you think? https://github.com/llvm/llvm-project/pull/164284 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
