Skip to content

Commit ef83c25

Browse files
authored
[nsan] Fix style issue
The initial check-in of compiler-rt/lib/nsan #94322 has a lot of style issues. Fix them before the history becomes more useful. Pull Request: #96142
1 parent 1134424 commit ef83c25

12 files changed

+841
-869
lines changed

compiler-rt/lib/nsan/CMakeLists.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ add_compiler_rt_component(nsan)
33
include_directories(..)
44

55
set(NSAN_SOURCES
6-
nsan.cc
7-
nsan_flags.cc
8-
nsan_interceptors.cc
9-
nsan_stats.cc
10-
nsan_suppressions.cc
6+
nsan.cpp
7+
nsan_flags.cpp
8+
nsan_interceptors.cpp
9+
nsan_stats.cpp
10+
nsan_suppressions.cpp
1111
)
1212

1313
set(NSAN_HEADERS

0 commit comments

Comments
 (0)