[all-commits] [llvm/llvm-project] 7d1bf1: [LLDB][NFC] Move some constructors to their cpp file
Walter Erquinigo via All-commits
all-commits at lists.llvm.org
Tue Oct 17 15:51:16 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7d1bf1c5cf284ce1a18fe0ce4a4cf91f3e514866
https://github.com/llvm/llvm-project/commit/7d1bf1c5cf284ce1a18fe0ce4a4cf91f3e514866
Author: walter erquinigo <walter at modular.com>
Date: 2023-10-17 (Tue, 17 Oct 2023)
Changed paths:
M lldb/include/lldb/Symbol/CompilerType.h
M lldb/source/Symbol/CompilerType.cpp
Log Message:
-----------
[LLDB][NFC] Move some constructors to their cpp file
CompilerType constructors rely on the NDEBUG macro, so it's better to move them to their cpp file so that the header doesn't get confused when this macro is used differently for other compilation units.
More information about the All-commits
mailing list