This brings the filenames in accordance to the style guide and LLVM
conventions for C++ filenames.
As suggested by rnk@ in D46068.
Paths 
  |  Differential  D46301  
[XRay][tools] Rename llvm-xray filenames from .cc -> .cpp (NFC) ClosedPublic Authored by dberris on Apr 30 2018, 11:39 PM. 
Details Summary This brings the filenames in accordance to the style guide and LLVM As suggested by rnk@ in D46068. 
Diff Detail 
 Event TimelineClosed by commit rL331321: [XRay][tools] Rename llvm-xray filenames from .cc -> .cpp (NFC) (authored by dberris).  ·  Explain Why This revision was automatically updated to reflect the committed changes. 
 
Revision Contents 
 
Diff 144816 llvm/trunk/tools/llvm-xray/CMakeLists.txt
 llvm/trunk/tools/llvm-xray/func-id-helper.cc
 llvm/trunk/tools/llvm-xray/func-id-helper.cpp
 llvm/trunk/tools/llvm-xray/llvm-xray.cc
 llvm/trunk/tools/llvm-xray/llvm-xray.cpp
 llvm/trunk/tools/llvm-xray/xray-account.cc
 llvm/trunk/tools/llvm-xray/xray-account.cpp
 llvm/trunk/tools/llvm-xray/xray-color-helper.cc
 llvm/trunk/tools/llvm-xray/xray-color-helper.cpp
 llvm/trunk/tools/llvm-xray/xray-converter.cc
 llvm/trunk/tools/llvm-xray/xray-converter.cpp
 llvm/trunk/tools/llvm-xray/xray-extract.cc
 llvm/trunk/tools/llvm-xray/xray-extract.cpp
 llvm/trunk/tools/llvm-xray/xray-graph-diff.cc
 llvm/trunk/tools/llvm-xray/xray-graph-diff.cpp
 llvm/trunk/tools/llvm-xray/xray-graph.cc
 llvm/trunk/tools/llvm-xray/xray-graph.cpp
 llvm/trunk/tools/llvm-xray/xray-registry.cc
 llvm/trunk/tools/llvm-xray/xray-registry.cpp
 llvm/trunk/tools/llvm-xray/xray-stacks.cc
 llvm/trunk/tools/llvm-xray/xray-stacks.cpp
  | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Out of interest, what is LLVM_XRAY_TOOLS for? It's used only in this file as far as I can tell -- why not list all the sources in the add_llvm_tool call below directly?