[Lldb-commits] [lldb] [LLDB] Add more helper functions to CompilerType class (second try). (PR #73472)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 29 08:14:34 PST 2023


================
@@ -436,8 +482,8 @@ class CompilerType {
                      ExecutionContextScope *exe_scope);
 
   /// Dump to stdout.
-  void DumpTypeDescription(lldb::DescriptionLevel level =
-                           lldb::eDescriptionLevelFull) const;
----------------
DavidSpickett wrote:

That's annoying for sure. I'm a member of the repo, and I was able to add reviewers to this test PR https://github.com/llvm/llvm-project/pull/7381 that failed clang-format. Then again, Github tells me you're also a member, so that can't be the problem. Strange.

If you can figure out the sequence of events or reproduce it, please open an issue because I'm not sure it's intended behaviour. Perhaps we're trying to be strict but still, there should be some way to ignore the check when needed.

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


More information about the lldb-commits mailing list