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 e8234c9 commit 7df3587Copy full SHA for 7df3587
clang/lib/AST/DeclBase.cpp
@@ -1428,7 +1428,7 @@ bool DeclContext::Encloses(const DeclContext *DC) const {
1428
return false;
1429
}
1430
1431
-bool DeclContext::LexicallyEncloses(const DeclContext* DC) const {
+bool DeclContext::LexicallyEncloses(const DeclContext *DC) const {
1432
if (getPrimaryContext() != this)
1433
return getPrimaryContext()->LexicallyEncloses(DC);
1434
0 commit comments