[compiler-rt] 3f8d2c9 - Ensure newlines at the end of files (NFC)

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 22 09:29:45 PDT 2022


Author: Kazu Hirata
Date: 2022-10-22T09:29:40-07:00
New Revision: 3f8d2c917c3da4ad33ad4aa6f988ae3e8dfacdf0

URL: https://github.com/llvm/llvm-project/commit/3f8d2c917c3da4ad33ad4aa6f988ae3e8dfacdf0
DIFF: https://github.com/llvm/llvm-project/commit/3f8d2c917c3da4ad33ad4aa6f988ae3e8dfacdf0.diff

LOG: Ensure newlines at the end of files (NFC)

Added: 
    

Modified: 
    clang-tools-extra/include-cleaner/include/clang-include-cleaner/Record.h
    compiler-rt/lib/orc/coff_platform.per_jd.cpp
    libcxx/include/__ranges/drop_while_view.h
    llvm/lib/Analysis/CFGSCCPrinter.cpp
    llvm/lib/Transforms/ObjCARC/ProvenanceAnalysisEvaluator.cpp

Removed: 
    


################################################################################
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 c3d3a98ee3f3f..c5449b68b1f79 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 698ee200229a2..6c208cb318580 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 8cc52dbbfd7ad..7c28992f18742 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 e1a5f5e7432f1..24495eba10dac 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 c3d806ef5c0a8..9f15772f2fa16 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
+}


        


More information about the llvm-commits mailing list