LLVM uses cpp as its C++ file ending.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
lgtm
The sanitizer parts of compiler-rt use .cc, which is probably why this uses .cc. At least the sanitizer files are self-consistent and don't mix with most of LLVM.
BTW, llvm-xray uses .cc as well. (@dberris)