[XRay][tools] Rename llvm-xray filenames from .cc -> .cpp (NFC)
authorDean Michael Berris <dberris@google.com>
Wed, 2 May 2018 00:43:17 +0000 (00:43 +0000)
committerDean Michael Berris <dberris@google.com>
Wed, 2 May 2018 00:43:17 +0000 (00:43 +0000)
commita0e3ae4ce01d07e575d1ab8966f78c835039ef09
tree0b38989120c668fe509e44345dd1f02e94d5f410
parentd1f0910a54e1f21c6c65e6b5e46459c9a26c44a7
[XRay][tools] Rename llvm-xray filenames from .cc -> .cpp (NFC)

Summary:
This brings the filenames in accordance to the style guide and LLVM
conventions for C++ filenames.

As suggested by rnk@ in D46068.

Reviewers: rnk

Subscribers: mgorny, mgrang, llvm-commits

Differential Revision: https://reviews.llvm.org/D46301

llvm-svn: 331321
llvm/tools/llvm-xray/CMakeLists.txt
llvm/tools/llvm-xray/func-id-helper.cpp [moved from llvm/tools/llvm-xray/func-id-helper.cc with 96% similarity]
llvm/tools/llvm-xray/llvm-xray.cpp [moved from llvm/tools/llvm-xray/llvm-xray.cc with 96% similarity]
llvm/tools/llvm-xray/xray-account.cpp [moved from llvm/tools/llvm-xray/xray-account.cc with 100% similarity]
llvm/tools/llvm-xray/xray-color-helper.cpp [moved from llvm/tools/llvm-xray/xray-color-helper.cc with 99% similarity]
llvm/tools/llvm-xray/xray-converter.cpp [moved from llvm/tools/llvm-xray/xray-converter.cc with 99% similarity]
llvm/tools/llvm-xray/xray-extract.cpp [moved from llvm/tools/llvm-xray/xray-extract.cc with 98% similarity]
llvm/tools/llvm-xray/xray-graph-diff.cpp [moved from llvm/tools/llvm-xray/xray-graph-diff.cc with 99% similarity]
llvm/tools/llvm-xray/xray-graph.cpp [moved from llvm/tools/llvm-xray/xray-graph.cc with 99% similarity]
llvm/tools/llvm-xray/xray-registry.cpp [moved from llvm/tools/llvm-xray/xray-registry.cc with 95% similarity]
llvm/tools/llvm-xray/xray-stacks.cpp [moved from llvm/tools/llvm-xray/xray-stacks.cc with 99% similarity]