[PATCH] D32648: Remove line and file from DINamespace

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 28 11:52:57 PDT 2017


aprantl updated this revision to Diff 97134.
aprantl added a comment.

Added a negative check for decl_line/decl_file to DebugInfo/Generic/namespace.ll


https://reviews.llvm.org/D32648

Files:
  include/llvm/IR/DIBuilder.h
  include/llvm/IR/DebugInfoMetadata.h
  lib/AsmParser/LLParser.cpp
  lib/Bitcode/Reader/MetadataLoader.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  lib/IR/AsmWriter.cpp
  lib/IR/DIBuilder.cpp
  lib/IR/DebugInfoMetadata.cpp
  lib/IR/LLVMContextImpl.h
  test/Assembler/dinamespace.ll
  test/Bitcode/DINamespace-anonymous.ll
  test/Bitcode/DINamespace-anonymous.ll.bc
  test/Bitcode/DINamespace.ll
  test/CodeGen/X86/stack-protector-dbginfo.ll
  test/CodeGenCXX/debug-info-anon-namespace.cpp
  test/DebugInfo/COFF/cpp-mangling.ll
  test/DebugInfo/COFF/scopes.ll
  test/DebugInfo/Generic/dwarf-public-names.ll
  test/DebugInfo/Generic/namespace.ll
  test/DebugInfo/Generic/namespace_function_definition.ll
  test/DebugInfo/Generic/namespace_inline_function_definition.ll
  test/DebugInfo/X86/dwarf-linkage-names.ll
  test/DebugInfo/X86/dwarf-public-names.ll
  test/DebugInfo/X86/generate-odr-hash.ll
  test/DebugInfo/X86/gnu-public-names-tu.ll
  test/DebugInfo/X86/gnu-public-names.ll
  test/DebugInfo/X86/inline-namespace.ll
  test/DebugInfo/X86/lexical-block-file-inline.ll
  test/DebugInfo/X86/multiple-at-const-val.ll
  test/DebugInfo/X86/parameters.ll
  test/DebugInfo/X86/pr19307.ll
  test/DebugInfo/X86/union-template.ll
  test/Linker/2011-08-18-unique-class-type.ll
  test/Linker/2011-08-18-unique-class-type2.ll
  test/Linker/pr26037.ll
  test/ThinLTO/X86/debuginfo-cu-import.ll
  tools/clang/lib/CodeGen/CGDebugInfo.cpp
  tools/clang/test/CodeGenCXX/debug-info-namespace.cpp
  tools/clang/test/Modules/ExtDebugInfo.cpp
  unittests/IR/MetadataTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32648.97134.patch
Type: text/x-patch
Size: 47229 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170428/e1118551/attachment.bin>


More information about the llvm-commits mailing list