]> granicus.if.org Git - clang/commit
Recommit rL323952: [DebugInfo] Enable debug information for C99 VLA types.
authorSander de Smalen <sander.desmalen@arm.com>
Sat, 3 Feb 2018 13:55:59 +0000 (13:55 +0000)
committerSander de Smalen <sander.desmalen@arm.com>
Sat, 3 Feb 2018 13:55:59 +0000 (13:55 +0000)
commit6804b86ee9cc16b8a0dbc7024a497d179e88b4d4
tree5168609355ffdb9a1d5f9edad3043a7f139b6246
parentf79c9a1752ced0887f7395040c17774bd6790fe5
Recommit rL323952: [DebugInfo] Enable debug information for C99 VLA types.

Fixed build issue when building with g++-4.8 (specialization after instantiation).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@324173 91177308-0d34-0410-b5e6-96231b3b80d8
23 files changed:
lib/CodeGen/CGBlocks.cpp
lib/CodeGen/CGDebugInfo.cpp
lib/CodeGen/CGDebugInfo.h
lib/CodeGen/CGDecl.cpp
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGExprScalar.cpp
lib/CodeGen/CGOpenMPRuntime.cpp
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
lib/CodeGen/CGStmtOpenMP.cpp
lib/CodeGen/CodeGenFunction.cpp
lib/CodeGen/CodeGenFunction.h
test/CodeGen/debug-info-vla.c
test/CodeGenCXX/debug-info-vla.cpp
test/CodeGenCXX/vla-consruct.cpp
test/CodeGenObjC/arc.m
test/OpenMP/target_codegen.cpp
test/OpenMP/target_parallel_codegen.cpp
test/OpenMP/target_parallel_for_codegen.cpp
test/OpenMP/target_parallel_for_simd_codegen.cpp
test/OpenMP/target_simd_codegen.cpp
test/OpenMP/target_teams_codegen.cpp
test/OpenMP/target_teams_distribute_codegen.cpp
test/OpenMP/target_teams_distribute_simd_codegen.cpp