Add missing newlines at EOF; NFC

This commit is contained in:
Sven van Haastregt 2020-02-12 15:57:25 +00:00
parent a45ca670f5
commit 665dcdacc0
16 changed files with 16 additions and 16 deletions

View File

@ -193,4 +193,4 @@ public:
} // clang
#endif // LLVM_CLANG_AST_ASTCONCEPT_H
#endif // LLVM_CLANG_AST_ASTCONCEPT_H

View File

@ -550,4 +550,4 @@ public:
} // namespace clang
#endif // LLVM_CLANG_AST_EXPRCONCEPTS_H
#endif // LLVM_CLANG_AST_EXPRCONCEPTS_H

View File

@ -1430,4 +1430,4 @@ void TypeConstraint::print(llvm::raw_ostream &OS, PrintingPolicy Policy) const {
ArgLoc.getArgument().print(Policy, OS);
OS << ">";
}
}
}

View File

@ -51,4 +51,4 @@ getAsFileEvents(const std::vector<std::string> &Scan) {
return Events;
}
} // namespace clang
} // namespace clang

View 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
} // namespace clang

View 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());
}
}

View 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();
}
}
}

View File

@ -70,4 +70,4 @@ private:
} // namespace pdb
} // namespace llvm
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEPOINTER_H
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEPOINTER_H

View File

@ -57,4 +57,4 @@ protected:
} // namespace pdb
} // namespace llvm
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEPOINTER_H
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEPOINTER_H

View File

@ -38,4 +38,4 @@ protected:
} // namespace pdb
} // namespace llvm
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEPOINTER_H
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEPOINTER_H

View File

@ -70,4 +70,4 @@ protected:
} // namespace pdb
} // namespace llvm
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEUDT_H
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEUDT_H

View File

@ -42,4 +42,4 @@ protected:
} // namespace pdb
} // namespace llvm
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEVTSHAPE_H
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEVTSHAPE_H

View File

@ -34,4 +34,4 @@ ArrayRef<EnumEntry<uint16_t>> getOMFSegMapDescFlagNames() {
return makeArrayRef(OMFSegMapDescFlagNames);
}
}
}
}

View File

@ -63,4 +63,4 @@ SymIndexId NativeTypeArray::getTypeId() const {
Record.getElementType());
}
uint64_t NativeTypeArray::getLength() const { return Record.Size; }
uint64_t NativeTypeArray::getLength() const { return Record.Size; }

View File

@ -75,4 +75,4 @@ Optional<StringRef> ExceptionBehaviorToStr(fp::ExceptionBehavior UseExcept) {
return ExceptStr;
}
}
}

View File

@ -302,4 +302,4 @@ FunctionPass *llvm::createCFGuardCheckPass() {
FunctionPass *llvm::createCFGuardDispatchPass() {
return new CFGuard(CFGuard::CF_Dispatch);
}
}