]> granicus.if.org Git - clang/commit
DebugInfo: Metadata constructs now start with DI*
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 29 Apr 2015 16:40:08 +0000 (16:40 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 29 Apr 2015 16:40:08 +0000 (16:40 +0000)
commit062dd42436d2a4cd9cb3f2391f3fd5f27e84c367
tree7dab66f08ada787a54a18a4855d4bd00ca82700c
parentb4843e4f6cdcdbf35620e447305b7e0286f63640
DebugInfo: Metadata constructs now start with DI*

LLVM r236120 renamed debug info IR constructs to use a `DI` prefix, now
that the `DIDescriptor` hierarchy has been gone for about a week.  This
commit was generated using the rename-md-di-nodes.sh upgrade script
attached to PR23080, followed by running clang-format-diff.py on the
`lib/` portion of the patch.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@236121 91177308-0d34-0410-b5e6-96231b3b80d8
142 files changed:
lib/CodeGen/CGDebugInfo.cpp
lib/CodeGen/CGDebugInfo.h
test/CodeGen/2009-10-20-GlobalDebug.c
test/CodeGen/2010-02-15-DbgStaticVar.c
test/CodeGen/2010-02-16-DbgScopes.c
test/CodeGen/2010-03-09-DbgInfo.c
test/CodeGen/2010-03-5-LexicalScope.c
test/CodeGen/2010-07-08-DeclDebugLineNo.c
test/CodeGen/2010-08-10-DbgConstant.c
test/CodeGen/debug-info-257-args.c
test/CodeGen/debug-info-args.c
test/CodeGen/debug-info-block-decl.c
test/CodeGen/debug-info-block-out-return.c
test/CodeGen/debug-info-block.c
test/CodeGen/debug-info-enum.c
test/CodeGen/debug-info-file-change.c
test/CodeGen/debug-info-gline-tables-only2.c
test/CodeGen/debug-info-limited.c
test/CodeGen/debug-info-line.c
test/CodeGen/debug-info-line3.c
test/CodeGen/debug-info-line4.c
test/CodeGen/debug-info-same-line.c
test/CodeGen/debug-info-scope-file.c
test/CodeGen/debug-info-scope.c
test/CodeGen/debug-info-static.c
test/CodeGen/debug-info-typedef.c
test/CodeGen/debug-info-vector.c
test/CodeGen/debug-info-vla.c
test/CodeGen/debug-info.c
test/CodeGen/lifetime-debuginfo-1.c
test/CodeGen/lifetime-debuginfo-2.c
test/CodeGen/lineno-dbginfo.c
test/CodeGen/linetable-endscope.c
test/CodeGenCXX/2010-07-23-DeclLoc.cpp
test/CodeGenCXX/Inputs/debug-info-class-limited.cpp
test/CodeGenCXX/PR20038.cpp
test/CodeGenCXX/coverage.cpp
test/CodeGenCXX/debug-info-access.cpp
test/CodeGenCXX/debug-info-alias.cpp
test/CodeGenCXX/debug-info-anon-union-vars.cpp
test/CodeGenCXX/debug-info-artificial-arg.cpp
test/CodeGenCXX/debug-info-blocks.cpp
test/CodeGenCXX/debug-info-char16.cpp
test/CodeGenCXX/debug-info-class-nolimit.cpp
test/CodeGenCXX/debug-info-class.cpp
test/CodeGenCXX/debug-info-cxx1y.cpp
test/CodeGenCXX/debug-info-decl-nested.cpp
test/CodeGenCXX/debug-info-dup-fwd-decl.cpp
test/CodeGenCXX/debug-info-enum-class.cpp
test/CodeGenCXX/debug-info-enum.cpp
test/CodeGenCXX/debug-info-flex-member.cpp
test/CodeGenCXX/debug-info-fn-template.cpp
test/CodeGenCXX/debug-info-function-context.cpp
test/CodeGenCXX/debug-info-fwd-ref.cpp
test/CodeGenCXX/debug-info-global-ctor-dtor.cpp
test/CodeGenCXX/debug-info-global.cpp
test/CodeGenCXX/debug-info-globalinit.cpp
test/CodeGenCXX/debug-info-indirect-field-decl.cpp
test/CodeGenCXX/debug-info-limited.cpp
test/CodeGenCXX/debug-info-line-if.cpp
test/CodeGenCXX/debug-info-line.cpp
test/CodeGenCXX/debug-info-method.cpp
test/CodeGenCXX/debug-info-namespace.cpp
test/CodeGenCXX/debug-info-nullptr.cpp
test/CodeGenCXX/debug-info-ptr-to-member-function.cpp
test/CodeGenCXX/debug-info-qualifiers.cpp
test/CodeGenCXX/debug-info-rvalue-ref.cpp
test/CodeGenCXX/debug-info-scope.cpp
test/CodeGenCXX/debug-info-static-fns.cpp
test/CodeGenCXX/debug-info-static-member.cpp
test/CodeGenCXX/debug-info-template-explicit-specialization.cpp
test/CodeGenCXX/debug-info-template-fwd.cpp
test/CodeGenCXX/debug-info-template-limit.cpp
test/CodeGenCXX/debug-info-template-member.cpp
test/CodeGenCXX/debug-info-template-partial-specialization.cpp
test/CodeGenCXX/debug-info-template-quals.cpp
test/CodeGenCXX/debug-info-template.cpp
test/CodeGenCXX/debug-info-thunk.cpp
test/CodeGenCXX/debug-info-union-template.cpp
test/CodeGenCXX/debug-info-union.cpp
test/CodeGenCXX/debug-info-uuid.cpp
test/CodeGenCXX/debug-info-varargs.cpp
test/CodeGenCXX/debug-info-vtable-optzn.cpp
test/CodeGenCXX/debug-info-wchar.cpp
test/CodeGenCXX/debug-info-windows-dtor.cpp
test/CodeGenCXX/debug-info-zero-length-arrays.cpp
test/CodeGenCXX/debug-info.cpp
test/CodeGenCXX/debug-lambda-expressions.cpp
test/CodeGenCXX/debug-lambda-this.cpp
test/CodeGenCXX/destructor-debug-info.cpp
test/CodeGenCXX/field-access-debug-info.cpp
test/CodeGenCXX/globalinit-loc.cpp
test/CodeGenCXX/inline-dllexport-member.cpp
test/CodeGenCXX/linetable-cleanup.cpp
test/CodeGenCXX/linetable-eh.cpp
test/CodeGenCXX/linetable-fnbegin.cpp
test/CodeGenCXX/linetable-virtual-variadic.cpp
test/CodeGenCXX/lpad-linetable.cpp
test/CodeGenCXX/scoped-enums-debug-info.cpp
test/CodeGenCXX/vtable-holder-self-reference.cpp
test/CodeGenObjC/2010-02-09-DbgSelf.m
test/CodeGenObjC/2010-02-15-Dbg-MethodStart.m
test/CodeGenObjC/arc-linetable-autorelease.m
test/CodeGenObjC/arc-linetable.m
test/CodeGenObjC/block-byref-debuginfo.m
test/CodeGenObjC/catch-lexical-block.m
test/CodeGenObjC/debug-info-block-captured-self.m
test/CodeGenObjC/debug-info-block-helper.m
test/CodeGenObjC/debug-info-block-type.m
test/CodeGenObjC/debug-info-blocks.m
test/CodeGenObjC/debug-info-fwddecl.m
test/CodeGenObjC/debug-info-getter-name.m
test/CodeGenObjC/debug-info-id-with-protocol.m
test/CodeGenObjC/debug-info-impl.m
test/CodeGenObjC/debug-info-instancetype.m
test/CodeGenObjC/debug-info-ivars-extension.m
test/CodeGenObjC/debug-info-ivars-indirect.m
test/CodeGenObjC/debug-info-ivars-private.m
test/CodeGenObjC/debug-info-ivars.m
test/CodeGenObjC/debug-info-lifetime-crash.m
test/CodeGenObjC/debug-info-property-accessors.m
test/CodeGenObjC/debug-info-property3.m
test/CodeGenObjC/debug-info-pubtypes.m
test/CodeGenObjC/debug-info-self.m
test/CodeGenObjC/debug-info-static-var.m
test/CodeGenObjC/debug-info-synthesis.m
test/CodeGenObjC/debug-info-variadic-method.m
test/CodeGenObjC/debug-property-synth.m
test/CodeGenObjC/debuginfo-properties.m
test/CodeGenObjC/objc-fixed-enum.m
test/CodeGenObjCXX/debug-info-cyclic.mm
test/CodeGenObjCXX/debug-info-line.mm
test/Driver/darwin-debug-flags.c
test/OpenMP/atomic_codegen.cpp
test/OpenMP/critical_codegen.cpp
test/OpenMP/for_codegen.cpp
test/OpenMP/master_codegen.cpp
test/OpenMP/parallel_for_codegen.cpp
test/OpenMP/simd_codegen.cpp
test/OpenMP/single_codegen.cpp
test/PCH/debug-info-limited-struct.c
test/VFS/external-names.c