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.
2 parents af59279 + a033d2b commit d6a5c6fCopy full SHA for d6a5c6f
include/swift/AST/ASTScope.h
@@ -43,10 +43,10 @@
43
/// \p message must be a string literal
44
#define ASTScopeAssert(predicate, message) \
45
assert((predicate) && message \
46
- " Try compiling with '-disable-astScope-lookup'.")
+ " Try compiling with '-disable-astscope-lookup'.")
47
48
#define ASTScope_unreachable(message) \
49
- llvm_unreachable(message " Try compiling with '-disable-astScope-lookup'.")
+ llvm_unreachable(message " Try compiling with '-disable-astscope-lookup'.")
50
51
namespace swift {
52
0 commit comments