mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-13 19:32:41 +00:00
Add missing newlines at EOF; NFC
This commit is contained in:
parent
a45ca670f5
commit
665dcdacc0
@ -193,4 +193,4 @@ public:
|
||||
|
||||
} // clang
|
||||
|
||||
#endif // LLVM_CLANG_AST_ASTCONCEPT_H
|
||||
#endif // LLVM_CLANG_AST_ASTCONCEPT_H
|
||||
|
@ -550,4 +550,4 @@ public:
|
||||
|
||||
} // namespace clang
|
||||
|
||||
#endif // LLVM_CLANG_AST_EXPRCONCEPTS_H
|
||||
#endif // LLVM_CLANG_AST_EXPRCONCEPTS_H
|
||||
|
@ -1430,4 +1430,4 @@ void TypeConstraint::print(llvm::raw_ostream &OS, PrintingPolicy Policy) const {
|
||||
ArgLoc.getArgument().print(Policy, OS);
|
||||
OS << ">";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -51,4 +51,4 @@ getAsFileEvents(const std::vector<std::string> &Scan) {
|
||||
return Events;
|
||||
}
|
||||
|
||||
} // namespace clang
|
||||
} // namespace clang
|
||||
|
@ -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
|
||||
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -70,4 +70,4 @@ private:
|
||||
} // namespace pdb
|
||||
} // namespace llvm
|
||||
|
||||
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEPOINTER_H
|
||||
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEPOINTER_H
|
||||
|
@ -57,4 +57,4 @@ protected:
|
||||
} // namespace pdb
|
||||
} // namespace llvm
|
||||
|
||||
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEPOINTER_H
|
||||
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEPOINTER_H
|
||||
|
@ -38,4 +38,4 @@ protected:
|
||||
} // namespace pdb
|
||||
} // namespace llvm
|
||||
|
||||
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEPOINTER_H
|
||||
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEPOINTER_H
|
||||
|
@ -70,4 +70,4 @@ protected:
|
||||
} // namespace pdb
|
||||
} // namespace llvm
|
||||
|
||||
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEUDT_H
|
||||
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEUDT_H
|
||||
|
@ -42,4 +42,4 @@ protected:
|
||||
} // namespace pdb
|
||||
} // namespace llvm
|
||||
|
||||
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEVTSHAPE_H
|
||||
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEVTSHAPE_H
|
||||
|
@ -34,4 +34,4 @@ ArrayRef<EnumEntry<uint16_t>> getOMFSegMapDescFlagNames() {
|
||||
return makeArrayRef(OMFSegMapDescFlagNames);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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; }
|
||||
|
@ -75,4 +75,4 @@ Optional<StringRef> ExceptionBehaviorToStr(fp::ExceptionBehavior UseExcept) {
|
||||
return ExceptStr;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -302,4 +302,4 @@ FunctionPass *llvm::createCFGuardCheckPass() {
|
||||
|
||||
FunctionPass *llvm::createCFGuardDispatchPass() {
|
||||
return new CFGuard(CFGuard::CF_Dispatch);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user