From: Kazu Hirata Date: Sat, 22 Oct 2022 16:29:40 +0000 (-0700) Subject: Ensure newlines at the end of files (NFC) X-Git-Tag: upstream/17.0.6~29811 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f8d2c917c3da4ad33ad4aa6f988ae3e8dfacdf0;p=platform%2Fupstream%2Fllvm.git Ensure newlines at the end of files (NFC) --- diff --git a/clang-tools-extra/include-cleaner/include/clang-include-cleaner/Record.h b/clang-tools-extra/include-cleaner/include/clang-include-cleaner/Record.h index c3d3a98..c5449b6 100644 --- a/clang-tools-extra/include-cleaner/include/clang-include-cleaner/Record.h +++ b/clang-tools-extra/include-cleaner/include/clang-include-cleaner/Record.h @@ -42,4 +42,4 @@ struct RecordedAST { } // namespace include_cleaner } // namespace clang -#endif \ No newline at end of file +#endif diff --git a/compiler-rt/lib/orc/coff_platform.per_jd.cpp b/compiler-rt/lib/orc/coff_platform.per_jd.cpp index 698ee200..6c208cb 100644 --- a/compiler-rt/lib/orc/coff_platform.per_jd.cpp +++ b/compiler-rt/lib/orc/coff_platform.per_jd.cpp @@ -28,4 +28,4 @@ __orc_rt_coff_onexit_per_jd(OnExitFunction Func) { ORC_RT_INTERFACE int __orc_rt_coff_atexit_per_jd(AtExitFunction Func) { return __orc_rt_coff_atexit(&__ImageBase, Func); -} \ No newline at end of file +} diff --git a/libcxx/include/__ranges/drop_while_view.h b/libcxx/include/__ranges/drop_while_view.h index 8cc52db..7c28992 100644 --- a/libcxx/include/__ranges/drop_while_view.h +++ b/libcxx/include/__ranges/drop_while_view.h @@ -126,4 +126,4 @@ inline constexpr auto drop_while = __drop_while::__fn{}; _LIBCPP_END_NAMESPACE_STD -#endif // _LIBCPP___RANGES_DROP_WHILE_VIEW_H \ No newline at end of file +#endif // _LIBCPP___RANGES_DROP_WHILE_VIEW_H diff --git a/llvm/lib/Analysis/CFGSCCPrinter.cpp b/llvm/lib/Analysis/CFGSCCPrinter.cpp index e1a5f5e..24495eb 100644 --- a/llvm/lib/Analysis/CFGSCCPrinter.cpp +++ b/llvm/lib/Analysis/CFGSCCPrinter.cpp @@ -33,4 +33,4 @@ PreservedAnalyses CFGSCCPrinterPass::run(Function &F, OS << "\n"; return PreservedAnalyses::all(); -} \ No newline at end of file +} diff --git a/llvm/lib/Transforms/ObjCARC/ProvenanceAnalysisEvaluator.cpp b/llvm/lib/Transforms/ObjCARC/ProvenanceAnalysisEvaluator.cpp index c3d806e..9f15772 100644 --- a/llvm/lib/Transforms/ObjCARC/ProvenanceAnalysisEvaluator.cpp +++ b/llvm/lib/Transforms/ObjCARC/ProvenanceAnalysisEvaluator.cpp @@ -61,4 +61,4 @@ PreservedAnalyses PAEvalPass::run(Function &F, FunctionAnalysisManager &AM) { } return PreservedAnalyses::all(); -} \ No newline at end of file +}