[all-commits] [llvm/llvm-project] d9ca41: [lldb][NFC] Remove all unnecessary includes for Cl...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Tue Dec 17 02:23:05 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d9ca412a8a75ab64af33a9e95d1319c4dd2004d2
https://github.com/llvm/llvm-project/commit/d9ca412a8a75ab64af33a9e95d1319c4dd2004d2
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2019-12-17 (Tue, 17 Dec 2019)
Changed paths:
M lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
M lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
Log Message:
-----------
[lldb][NFC] Remove all unnecessary includes for ClangASTSourceCommon.h
These files only need the definition of ClangASTMetadata (which was
previously in the ClangASTSourceCommon.h) or don't need the include at all.
More information about the All-commits
mailing list