hanchenye-llvm-project/lldb/source/Symbol
Raphael Isemann 5e3a7698e8 Remove the unused return value in ASTImporter::Imported [NFC]
Summary:
`ASTImporter::Imported` currently returns a Decl, but that return value is not used by the ASTImporter (or anywhere else)
nor is it documented.

Reviewers: balazske, martong, a.sidorin, shafik

Reviewed By: balazske, martong

Subscribers: rnkovacs, cfe-commits

Tags: #clang

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

llvm-svn: 356592
2019-03-20 19:00:25 +00:00
..
ArmUnwindInfo.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Block.cpp Use std::make_shared in LLDB (NFC) 2019-02-11 23:13:08 +00:00
CMakeLists.txt Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cpp 2019-02-27 21:42:10 +00:00
ClangASTContext.cpp Correctly look up declarations in inline namespaces 2019-03-12 07:45:04 +00:00
ClangASTImporter.cpp Remove the unused return value in ASTImporter::Imported [NFC] 2019-03-20 19:00:25 +00:00
ClangExternalASTSourceCallbacks.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ClangExternalASTSourceCommon.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ClangUtil.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
CompactUnwindInfo.cpp Use std::make_shared in LLDB (NFC) 2019-02-11 23:13:08 +00:00
CompileUnit.cpp Deserialize Clang module search path from DWARF 2019-02-13 18:10:41 +00:00
CompilerDecl.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
CompilerDeclContext.cpp Correctly look up declarations in inline namespaces 2019-03-12 07:45:04 +00:00
CompilerType.cpp Add an LLVM-style dump method to CompilerType for extra convenience during debugging 2019-03-07 20:20:02 +00:00
DWARFCallFrameInfo.cpp Promote more debug-only assertions to regular assertions. 2019-03-07 00:14:20 +00:00
DebugMacros.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Declaration.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
FuncUnwinders.cpp Use std::make_shared in LLDB (NFC) 2019-02-11 23:13:08 +00:00
Function.cpp Pass ConstString by value (NFC) 2019-03-06 21:22:25 +00:00
LineEntry.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
LineTable.cpp Promote more debug-only assertions to regular assertions. 2019-03-07 00:14:20 +00:00
LocateSymbolFile.cpp Pass ConstString by value (NFC) 2019-03-06 21:22:25 +00:00
LocateSymbolFileMacOSX.cpp Increase timeout in Symbols::DownloadObjectAndSymbolFile 2019-03-01 03:24:59 +00:00
ObjectFile.cpp Move UnwindTable from ObjectFile to Module 2019-02-14 14:40:10 +00:00
Symbol.cpp Pass ConstString by value (NFC) 2019-03-06 21:22:25 +00:00
SymbolContext.cpp Pass ConstString by value (NFC) 2019-03-06 21:22:25 +00:00
SymbolFile.cpp Pass ConstString by value (NFC) 2019-03-06 21:22:25 +00:00
SymbolVendor.cpp Pass ConstString by value (NFC) 2019-03-06 21:22:25 +00:00
Symtab.cpp Pass ConstString by value (NFC) 2019-03-06 21:22:25 +00:00
Type.cpp Delete type_sp member from TypePair 2019-03-15 14:02:35 +00:00
TypeList.cpp Pass ConstString by value (NFC) 2019-03-06 21:22:25 +00:00
TypeMap.cpp Pass ConstString by value (NFC) 2019-03-06 21:22:25 +00:00
TypeSystem.cpp Pass ConstString by value (NFC) 2019-03-06 21:22:25 +00:00
UnwindPlan.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
UnwindTable.cpp Reinitialize UnwindTable when the SymbolFile changes 2019-03-18 10:45:02 +00:00
Variable.cpp Pass ConstString by value (NFC) 2019-03-06 21:22:25 +00:00
VariableList.cpp Pass ConstString by value (NFC) 2019-03-06 21:22:25 +00:00
VerifyDecl.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00