Add missing newlines at EOF; NFC
authorSven van Haastregt <sven.vanhaastregt@arm.com>
Wed, 12 Feb 2020 15:57:25 +0000 (15:57 +0000)
committerSven van Haastregt <sven.vanhaastregt@arm.com>
Wed, 12 Feb 2020 15:57:25 +0000 (15:57 +0000)
16 files changed:
clang/include/clang/AST/ASTConcept.h
clang/include/clang/AST/ExprConcepts.h
clang/lib/AST/DeclTemplate.cpp
clang/lib/DirectoryWatcher/DirectoryScanner.cpp
clang/lib/DirectoryWatcher/DirectoryScanner.h
clang/lib/DirectoryWatcher/default/DirectoryWatcher-not-implemented.cpp
clang/tools/libclang/FatalErrorHandler.cpp
llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeFunctionSig.h
llvm/include/llvm/DebugInfo/PDB/Native/NativeTypePointer.h
llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeTypedef.h
llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeUDT.h
llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeVTShape.h
llvm/lib/DebugInfo/PDB/Native/EnumTables.cpp
llvm/lib/DebugInfo/PDB/Native/NativeTypeArray.cpp
llvm/lib/IR/FPEnv.cpp
llvm/lib/Transforms/CFGuard/CFGuard.cpp

index 3ebaad4..71bf14a 100644 (file)
@@ -193,4 +193,4 @@ public:
 
 } // clang
 
-#endif // LLVM_CLANG_AST_ASTCONCEPT_H
\ No newline at end of file
+#endif // LLVM_CLANG_AST_ASTCONCEPT_H
index 271d487..6137e0e 100644 (file)
@@ -550,4 +550,4 @@ public:
 
 } // namespace clang
 
-#endif // LLVM_CLANG_AST_EXPRCONCEPTS_H
\ No newline at end of file
+#endif // LLVM_CLANG_AST_EXPRCONCEPTS_H
index b5e4ec2..e5b90e5 100755 (executable)
@@ -1430,4 +1430,4 @@ void TypeConstraint::print(llvm::raw_ostream &OS, PrintingPolicy Policy) const {
       ArgLoc.getArgument().print(Policy, OS);
     OS << ">";
   }
-}
\ No newline at end of file
+}
index ecfec52..1bc2862 100644 (file)
@@ -51,4 +51,4 @@ getAsFileEvents(const std::vector<std::string> &Scan) {
   return Events;
 }
 
-} // namespace clang
\ No newline at end of file
+} // namespace clang
index 5573122..feb8b4e 100644 (file)
@@ -26,4 +26,4 @@ getAsFileEvents(const std::vector<std::string> &Scan);
 /// \returns llvm::None if \p Path doesn't exist or can't get the status.
 llvm::Optional<llvm::sys::fs::file_status> getFileStatus(llvm::StringRef Path);
 
-} // namespace clang
\ No newline at end of file
+} // namespace clang
index 200e540..bc41082 100644 (file)
@@ -18,4 +18,4 @@ llvm::Expected<std::unique_ptr<DirectoryWatcher>> clang::DirectoryWatcher::creat
   return llvm::make_error<llvm::StringError>(
       "DirectoryWatcher is not implemented for this platform!",
       llvm::inconvertibleErrorCode());
-}
\ No newline at end of file
+}
index eab17f3..6b435fc 100644 (file)
@@ -27,4 +27,4 @@ void clang_install_aborting_llvm_fatal_error_handler(void) {
 void clang_uninstall_llvm_fatal_error_handler(void) {
   llvm::remove_fatal_error_handler();
 }
-}
\ No newline at end of file
+}
index a7ea287..358ddf5 100644 (file)
@@ -70,4 +70,4 @@ private:
 } // namespace pdb
 } // namespace llvm
 
-#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEPOINTER_H
\ No newline at end of file
+#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEPOINTER_H
index 446f77d..7a3dfae 100644 (file)
@@ -57,4 +57,4 @@ protected:
 } // namespace pdb
 } // namespace llvm
 
-#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEPOINTER_H
\ No newline at end of file
+#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEPOINTER_H
index fe8a6f7..e7fb41b 100644 (file)
@@ -38,4 +38,4 @@ protected:
 } // namespace pdb
 } // namespace llvm
 
-#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEPOINTER_H
\ No newline at end of file
+#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEPOINTER_H
index 8f4dee3..e1b31a2 100644 (file)
@@ -70,4 +70,4 @@ protected:
 } // namespace pdb
 } // namespace llvm
 
-#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEUDT_H
\ No newline at end of file
+#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEUDT_H
index 4ec0f9b..4ae8f14 100644 (file)
@@ -42,4 +42,4 @@ protected:
 } // namespace pdb
 } // namespace llvm
 
-#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEVTSHAPE_H
\ No newline at end of file
+#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEVTSHAPE_H
index f512539..37192ba 100644 (file)
@@ -34,4 +34,4 @@ ArrayRef<EnumEntry<uint16_t>> getOMFSegMapDescFlagNames() {
   return makeArrayRef(OMFSegMapDescFlagNames);
 }
 }
-}
\ No newline at end of file
+}
index 80d455a..63ac9fa 100644 (file)
@@ -63,4 +63,4 @@ SymIndexId NativeTypeArray::getTypeId() const {
       Record.getElementType());
 }
 
-uint64_t NativeTypeArray::getLength() const { return Record.Size; }
\ No newline at end of file
+uint64_t NativeTypeArray::getLength() const { return Record.Size; }
index 0088526..49b6d9a 100644 (file)
@@ -75,4 +75,4 @@ Optional<StringRef> ExceptionBehaviorToStr(fp::ExceptionBehavior UseExcept) {
   return ExceptStr;
 }
 
-}
\ No newline at end of file
+}
index 7c5e90c..e4f338b 100644 (file)
@@ -302,4 +302,4 @@ FunctionPass *llvm::createCFGuardCheckPass() {
 
 FunctionPass *llvm::createCFGuardDispatchPass() {
   return new CFGuard(CFGuard::CF_Dispatch);
-}
\ No newline at end of file
+}