Skip to content

Commit 4806c8a

Browse files
committed
move comment into define
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 5540b8d commit 4806c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/AST/Type.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4911,9 +4911,9 @@ std::optional<NullabilityKind> Type::getNullability() const {
49114911
bool Type::canHaveNullability(bool ResultIfUnknown) const {
49124912
QualType type = getCanonicalTypeInternal();
49134913

4914-
// We'll only see canonical types here.
49154914
switch (type->getTypeClass()) {
49164915
#define NON_CANONICAL_TYPE(Class, Parent) \
4916+
// We'll only see canonical types here. \
49174917
case Type::Class: \
49184918
llvm_unreachable("non-canonical type");
49194919
#define TYPE(Class, Parent)

0 commit comments

Comments
 (0)