We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9732427 commit 55f5994Copy full SHA for 55f5994
clang/lib/AST/Type.cpp
@@ -4890,7 +4890,7 @@ bool Type::canHaveNullability(bool ResultIfUnknown) const {
4890
4891
switch (type->getTypeClass()) {
4892
#define NON_CANONICAL_TYPE(Class, Parent) \
4893
- // We'll only see canonical types here. \
+ /* We'll only see canonical types here. */ \
4894
case Type::Class: \
4895
llvm_unreachable("non-canonical type");
4896
#define TYPE(Class, Parent)
0 commit comments