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
Showing
- lib/CodeGen/CGDebugInfo.cpp 289 additions, 290 deletionslib/CodeGen/CGDebugInfo.cpp
- lib/CodeGen/CGDebugInfo.h 110 additions, 110 deletionslib/CodeGen/CGDebugInfo.h
- test/CodeGen/2009-10-20-GlobalDebug.c 2 additions, 2 deletionstest/CodeGen/2009-10-20-GlobalDebug.c
- test/CodeGen/2010-02-15-DbgStaticVar.c 1 addition, 1 deletiontest/CodeGen/2010-02-15-DbgStaticVar.c
- test/CodeGen/2010-02-16-DbgScopes.c 4 additions, 4 deletionstest/CodeGen/2010-02-16-DbgScopes.c
- test/CodeGen/2010-03-09-DbgInfo.c 1 addition, 1 deletiontest/CodeGen/2010-03-09-DbgInfo.c
- test/CodeGen/2010-03-5-LexicalScope.c 2 additions, 2 deletionstest/CodeGen/2010-03-5-LexicalScope.c
- test/CodeGen/2010-07-08-DeclDebugLineNo.c 2 additions, 2 deletionstest/CodeGen/2010-07-08-DeclDebugLineNo.c
- test/CodeGen/2010-08-10-DbgConstant.c 1 addition, 1 deletiontest/CodeGen/2010-08-10-DbgConstant.c
- test/CodeGen/debug-info-257-args.c 3 additions, 3 deletionstest/CodeGen/debug-info-257-args.c
- test/CodeGen/debug-info-args.c 1 addition, 1 deletiontest/CodeGen/debug-info-args.c
- test/CodeGen/debug-info-block-decl.c 2 additions, 2 deletionstest/CodeGen/debug-info-block-decl.c
- test/CodeGen/debug-info-block-out-return.c 2 additions, 2 deletionstest/CodeGen/debug-info-block-out-return.c
- test/CodeGen/debug-info-block.c 2 additions, 2 deletionstest/CodeGen/debug-info-block.c
- test/CodeGen/debug-info-enum.c 2 additions, 2 deletionstest/CodeGen/debug-info-enum.c
- test/CodeGen/debug-info-file-change.c 6 additions, 6 deletionstest/CodeGen/debug-info-file-change.c
- test/CodeGen/debug-info-gline-tables-only2.c 3 additions, 3 deletionstest/CodeGen/debug-info-gline-tables-only2.c
- test/CodeGen/debug-info-limited.c 1 addition, 1 deletiontest/CodeGen/debug-info-limited.c
- test/CodeGen/debug-info-line.c 1 addition, 1 deletiontest/CodeGen/debug-info-line.c
- test/CodeGen/debug-info-line3.c 1 addition, 1 deletiontest/CodeGen/debug-info-line3.c
Loading
Please register or sign in to comment