llvm-project/lldb/include/lldb/DataFormatters
Raphael Isemann e07688898b [modules] Fix missing includes/typo in LLDB's includes. [NFC]
Summary:
This patch adds missing includes to the LLDB headers inside `include/` as a first step of building LLDB's source with C++ modules. It also fixes this single `stds::` typo.

Some quick map why some non-obvious includes were necessary:
* lldb/lldb-defines.h for LLDB_INVALID_ADDRESS
* lldb/lldb-types.h for addr_t
* lldb/lldb-defines.h for DISALLOW_COPY_AND_ASSIG
* lldb/DataFormatters/TypeSynthetic.h for SyntheticChildrenFrontEnd

Reviewers: aprantl

Reviewed By: aprantl

Subscribers: zturner, lldb-commits

Differential Revision: https://reviews.llvm.org/D42340

llvm-svn: 323064
2018-01-21 09:54:19 +00:00
..
CXXFunctionPointer.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DataVisualization.h Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
DumpValueObjectOptions.h Remove some dead code from DumpValueObjectOptions::PointerDepth 2017-03-18 17:33:00 +00:00
FormatCache.h Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
FormatClasses.h Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
FormatManager.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
FormattersContainer.h Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
FormattersHelpers.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
LanguageCategory.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
StringPrinter.h Move DataBuffer / DataExtractor and friends from Core -> Utility. 2017-03-04 01:30:05 +00:00
TypeCategory.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
TypeCategoryMap.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
TypeFormat.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
TypeSummary.h Move StructuredData from Core to Utility 2017-06-27 10:45:31 +00:00
TypeSynthetic.h Move StructuredData from Core to Utility 2017-06-27 10:45:31 +00:00
TypeValidator.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ValueObjectPrinter.h Remove dependencies from Utility to Core and Target. 2017-02-14 19:06:07 +00:00
VectorIterator.h [modules] Fix missing includes/typo in LLDB's includes. [NFC] 2018-01-21 09:54:19 +00:00
VectorType.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00