[Openmp-commits] [PATCH] D26688: Change source file extension from .c to .cpp.

Jonathan Peyton via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Dec 14 14:49:46 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL289732: Change source files from .c to .cpp (authored by jlpeyton).

Changed prior to commit:
  https://reviews.llvm.org/D26688?vs=81435&id=81483#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D26688

Files:
  openmp/trunk/runtime/CMakeLists.txt
  openmp/trunk/runtime/cmake/LibompUtils.cmake
  openmp/trunk/runtime/src/CMakeLists.txt
  openmp/trunk/runtime/src/kmp_alloc.c
  openmp/trunk/runtime/src/kmp_alloc.cpp
  openmp/trunk/runtime/src/kmp_atomic.c
  openmp/trunk/runtime/src/kmp_atomic.cpp
  openmp/trunk/runtime/src/kmp_csupport.c
  openmp/trunk/runtime/src/kmp_csupport.cpp
  openmp/trunk/runtime/src/kmp_debug.c
  openmp/trunk/runtime/src/kmp_debug.cpp
  openmp/trunk/runtime/src/kmp_debugger.c
  openmp/trunk/runtime/src/kmp_debugger.cpp
  openmp/trunk/runtime/src/kmp_environment.c
  openmp/trunk/runtime/src/kmp_environment.cpp
  openmp/trunk/runtime/src/kmp_error.c
  openmp/trunk/runtime/src/kmp_error.cpp
  openmp/trunk/runtime/src/kmp_ftn_cdecl.c
  openmp/trunk/runtime/src/kmp_ftn_cdecl.cpp
  openmp/trunk/runtime/src/kmp_ftn_extra.c
  openmp/trunk/runtime/src/kmp_ftn_extra.cpp
  openmp/trunk/runtime/src/kmp_ftn_stdcall.c
  openmp/trunk/runtime/src/kmp_ftn_stdcall.cpp
  openmp/trunk/runtime/src/kmp_global.c
  openmp/trunk/runtime/src/kmp_global.cpp
  openmp/trunk/runtime/src/kmp_gsupport.c
  openmp/trunk/runtime/src/kmp_gsupport.cpp
  openmp/trunk/runtime/src/kmp_i18n.c
  openmp/trunk/runtime/src/kmp_i18n.cpp
  openmp/trunk/runtime/src/kmp_import.c
  openmp/trunk/runtime/src/kmp_import.cpp
  openmp/trunk/runtime/src/kmp_io.c
  openmp/trunk/runtime/src/kmp_io.cpp
  openmp/trunk/runtime/src/kmp_itt.c
  openmp/trunk/runtime/src/kmp_itt.cpp
  openmp/trunk/runtime/src/kmp_runtime.c
  openmp/trunk/runtime/src/kmp_runtime.cpp
  openmp/trunk/runtime/src/kmp_settings.c
  openmp/trunk/runtime/src/kmp_settings.cpp
  openmp/trunk/runtime/src/kmp_str.c
  openmp/trunk/runtime/src/kmp_str.cpp
  openmp/trunk/runtime/src/kmp_stub.c
  openmp/trunk/runtime/src/kmp_stub.cpp
  openmp/trunk/runtime/src/kmp_tasking.c
  openmp/trunk/runtime/src/kmp_tasking.cpp
  openmp/trunk/runtime/src/kmp_taskq.c
  openmp/trunk/runtime/src/kmp_taskq.cpp
  openmp/trunk/runtime/src/kmp_threadprivate.c
  openmp/trunk/runtime/src/kmp_threadprivate.cpp
  openmp/trunk/runtime/src/kmp_utility.c
  openmp/trunk/runtime/src/kmp_utility.cpp
  openmp/trunk/runtime/src/kmp_version.c
  openmp/trunk/runtime/src/kmp_version.cpp
  openmp/trunk/runtime/src/ompt-general.c
  openmp/trunk/runtime/src/ompt-general.cpp
  openmp/trunk/runtime/src/ompt-specific.c
  openmp/trunk/runtime/src/ompt-specific.cpp
  openmp/trunk/runtime/src/tsan_annotations.c
  openmp/trunk/runtime/src/tsan_annotations.cpp
  openmp/trunk/runtime/src/z_Linux_util.c
  openmp/trunk/runtime/src/z_Linux_util.cpp
  openmp/trunk/runtime/src/z_Windows_NT-586_util.c
  openmp/trunk/runtime/src/z_Windows_NT-586_util.cpp
  openmp/trunk/runtime/src/z_Windows_NT_util.c
  openmp/trunk/runtime/src/z_Windows_NT_util.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26688.81483.patch
Type: text/x-patch
Size: 3138730 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20161214/d7e212bc/attachment-0001.bin>


More information about the Openmp-commits mailing list