Skip to content

Commit 3ff3af3

Browse files
[lldb] Add missing StringExtras.h includes
In preparation for removing the #include "llvm/ADT/StringExtras.h" from the header to source file of llvm/Support/Error.h, first add in all the missing includes that were previously included transitively through this header. This is fixing all files missed in b0abd48, 39d8e6e, a11efd4, 5551657, and 90bfe2d. Differential Revision: https://reviews.llvm.org/D155178
1 parent 7972b9c commit 3ff3af3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lldb/unittests/Symbol/PostfixExpressionTest.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include "lldb/Symbol/PostfixExpression.h"
1010
#include "lldb/Utility/DataExtractor.h"
1111
#include "lldb/Utility/StreamString.h"
12+
#include "llvm/ADT/StringExtras.h"
1213
#include "llvm/DebugInfo/DIContext.h"
1314
#include "llvm/DebugInfo/DWARF/DWARFExpression.h"
1415
#include "llvm/Support/FormatVariadic.h"

lldb/unittests/SymbolFile/NativePDB/UdtRecordCompleterTests.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//===----------------------------------------------------------------------===//
88

99
#include "Plugins/SymbolFile/NativePDB/UdtRecordCompleter.h"
10+
#include "llvm/ADT/StringExtras.h"
1011
#include "gmock/gmock.h"
1112
#include "gtest/gtest.h"
1213

0 commit comments

Comments
 (0)