]> granicus.if.org Git - clang/commit
[OPENMP] Remove more empty SourceLocations() from the code.
authorAlexey Bataev <a.bataev@hotmail.com>
Tue, 23 Jan 2018 18:12:38 +0000 (18:12 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Tue, 23 Jan 2018 18:12:38 +0000 (18:12 +0000)
commit960241680be75941327e3c53b3ab6891c16e1110
tree538ec0bf8829113ec5adf3fea88ccdf0c8cd46ec
parent1bf4e5a928a87e129a607a4c6d3b6df036dd9c84
[OPENMP] Remove more empty SourceLocations() from the code.

Removed more empty SourceLocations() from the OpenMP code and replaced
with the correct locations for better debug info emission.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@323232 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclOpenMP.h
lib/CodeGen/CGOpenMPRuntime.cpp
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
lib/CodeGen/CGStmtOpenMP.cpp
lib/Sema/SemaOpenMP.cpp
test/OpenMP/flush_codegen.cpp
test/OpenMP/for_simd_codegen.cpp
test/OpenMP/parallel_for_simd_codegen.cpp
test/OpenMP/simd_codegen.cpp