Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clang/include/clang/Sema/Redeclaration.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ enum class RedeclarationKind {
ForExternalRedeclaration
};

#endif // LLVM_CLANG_SEMA_REDECLARATION_H
#endif // LLVM_CLANG_SEMA_REDECLARATION_H
2 changes: 1 addition & 1 deletion clang/include/clang/Sema/SemaPseudoObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ class SemaPseudoObject : public SemaBase {

} // namespace clang

#endif // LLVM_CLANG_SEMA_SEMAPSEUDOOBJECT_H
#endif // LLVM_CLANG_SEMA_SEMAPSEUDOOBJECT_H
2 changes: 1 addition & 1 deletion clang/lib/Analysis/FlowSensitive/Formula.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ void Formula::print(llvm::raw_ostream &OS, const AtomNames *Names) const {
}
}

} // namespace clang::dataflow
} // namespace clang::dataflow
2 changes: 1 addition & 1 deletion clang/lib/Headers/amxmovrstransposeintrin.h
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,4 @@ static void __tile_2rpntlvwz1rst1(__tile1024i *dst0, __tile1024i *dst1,

#undef __DEFAULT_FN_ATTRS
#endif /* __x86_64__ */
#endif /* __AMX_MOVRS_TRANSPOSEINTRIN_H */
#endif /* __AMX_MOVRS_TRANSPOSEINTRIN_H */
2 changes: 1 addition & 1 deletion clang/lib/Headers/hlsl/hlsl_spirv.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ using SpirvOpaqueType = __hlsl_spirv_type<Opcode, 0, 0, Operands...>;
} // namespace vk
} // namespace hlsl

#endif // _HLSL_HLSL_SPIRV_H_
#endif // _HLSL_HLSL_SPIRV_H_
2 changes: 1 addition & 1 deletion clang/lib/Headers/movrsintrin.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ _m_prefetchrs(volatile const void *__P) {
}

#undef __DEFAULT_FN_ATTRS
#endif // __MOVRSINTRIN_H
#endif // __MOVRSINTRIN_H
Original file line number Diff line number Diff line change
Expand Up @@ -256,4 +256,4 @@ void ento::registerUnreachableCodeChecker(CheckerManager &mgr) {

bool ento::shouldRegisterUnreachableCodeChecker(const CheckerManager &mgr) {
return true;
}
}
Loading