[Lldb-commits] [PATCH] D134661: [lldb][TypeSystemClang] Honor DW_AT_rvalue_reference when creating C++ FunctionPrototypes
Michael Buch via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 27 10:02:46 PDT 2022
Michael137 marked an inline comment as done.
Michael137 added inline comments.
================
Comment at: lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp:41
#include "llvm/Demangle/Demangle.h"
#include "clang/AST/CXXInheritance.h"
----------------
labath wrote:
> I guess the `clang/AST/Type.h` include should be grouped with the other clang includes. I'd recommend deleting this empty line and letting clang-format sort the includes for you.
Thanks, done
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134661/new/
https://reviews.llvm.org/D134661
More information about the lldb-commits
mailing list