Skip to content

Commit d8e4170

Browse files
Ensure newlines at the end of files (NFC)
1 parent d14d706 commit d8e4170

File tree

32 files changed

+32
-32
lines changed

32 files changed

+32
-32
lines changed

clang-tools-extra/clangd/HeuristicResolver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,4 +266,4 @@ std::vector<const NamedDecl *> HeuristicResolver::resolveDependentMember(
266266
}
267267

268268
} // namespace clangd
269-
} // namespace clang
269+
} // namespace clang

clang/docs/analyzer/developer-docs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Contents:
1111
developer-docs/InitializerLists
1212
developer-docs/nullability
1313
developer-docs/RegionStore
14-
14+

clang/lib/Driver/ToolChains/AMDGPU.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,4 +927,4 @@ ROCMToolChain::getCommonDeviceLibNames(const llvm::opt::ArgList &DriverArgs,
927927
return RocmInstallation.getCommonBitcodeLibs(
928928
DriverArgs, LibDeviceFile, Wave64, DAZ, FiniteOnly, UnsafeMathOpt,
929929
FastRelaxedMath, CorrectSqrt);
930-
}
930+
}

clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,4 +1118,4 @@ void ento::registerStreamTesterChecker(CheckerManager &Mgr) {
11181118

11191119
bool ento::shouldRegisterStreamTesterChecker(const CheckerManager &Mgr) {
11201120
return true;
1121-
}
1121+
}

libc/test/src/string/memory_utils/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ add_libc_unittest(
1212
COMPILE_OPTIONS
1313
${LIBC_COMPILE_OPTIONS_NATIVE}
1414
-ffreestanding
15-
)
15+
)

libcxx/benchmarks/algorithms.bench.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,4 +334,4 @@ int main(int argc, char** argv) {
334334
makeCartesianProductBenchmark<PushHeap, AllValueTypes, AllOrders>(Quantities);
335335
makeCartesianProductBenchmark<PopHeap, AllValueTypes>(Quantities);
336336
benchmark::RunSpecifiedBenchmarks();
337-
}
337+
}

lldb/source/Plugins/ObjectFile/Minidump/MinidumpFileBuilder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ class MinidumpFileBuilder {
8989
lldb_private::DataBufferHeap m_data;
9090
};
9191

92-
#endif // LLDB_SOURCE_PLUGINS_OBJECTFILE_MINIDUMP_MINIDUMPFILEBUILDER_H
92+
#endif // LLDB_SOURCE_PLUGINS_OBJECTFILE_MINIDUMP_MINIDUMPFILEBUILDER_H

llvm/docs/TableGen/BackGuide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,4 +860,4 @@ the ``--emit-dag-isel`` backend run on the AMDGPU target.
860860
The backend has been divided into four phases and timed separately.
861861

862862
If you want to instrument a backend, refer to the backend ``DAGISelEmitter.cpp``
863-
and search for ``Records.startTimer``.
863+
and search for ``Records.startTimer``.

llvm/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,4 +228,4 @@ class GSelect : public GenericMachineInstr {
228228

229229
} // namespace llvm
230230

231-
#endif // LLVM_CODEGEN_GLOBALISEL_GENERICMACHINEINSTRS_H
231+
#endif // LLVM_CODEGEN_GLOBALISEL_GENERICMACHINEINSTRS_H

llvm/lib/Analysis/OverflowInstAnalysis.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ bool llvm::isCheckForZeroAndMulWithOverflow(Value *Op0, Value *Op1,
6969
bool IsAnd) {
7070
Use *Y;
7171
return isCheckForZeroAndMulWithOverflow(Op0, Op1, IsAnd, Y);
72-
}
72+
}

0 commit comments

Comments
 (0)