[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 01:17:26 PST 2023
    
    
  
================
@@ -436,8 +482,8 @@ class CompilerType {
                      ExecutionContextScope *exe_scope);
 
   /// Dump to stdout.
-  void DumpTypeDescription(lldb::DescriptionLevel level =
-                           lldb::eDescriptionLevelFull) const;
----------------
DavidSpickett wrote:
> It would not allow me to create a PR that did not pass clang-format.
Can you be more specific here, you could not open a PR at all without it being formatted? If that's the case it doesn't seem like what anyone would have intended.
Your other workaround here would be to do a PR to reformat these files, then rebase this onto that after landing it. Review has already started though, so maybe do that as the last thing after approvals.
https://github.com/llvm/llvm-project/pull/73472
    
    
More information about the lldb-commits
mailing list