diff options
Diffstat (limited to 'lib/stats')
-rw-r--r-- | lib/stats/stats.cpp (renamed from lib/stats/stats.cc) | 2 | ||||
-rw-r--r-- | lib/stats/stats_client.cpp (renamed from lib/stats/stats_client.cc) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/stats/stats.cc b/lib/stats/stats.cpp index 8d4a115d1aef..da254fdb5a52 100644 --- a/lib/stats/stats.cc +++ b/lib/stats/stats.cpp @@ -1,4 +1,4 @@ -//===-- stats.cc ----------------------------------------------------------===// +//===-- stats.cpp ---------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/lib/stats/stats_client.cc b/lib/stats/stats_client.cpp index 0790f57372f4..52eab8eea079 100644 --- a/lib/stats/stats_client.cc +++ b/lib/stats/stats_client.cpp @@ -1,4 +1,4 @@ -//===-- stats_client.cc ---------------------------------------------------===// +//===-- stats_client.cpp --------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. |