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 681fbc5 commit 180ab2eCopy full SHA for 180ab2e
gyb_syntax_support/DeclNodes.py
@@ -898,7 +898,7 @@
898
899
# e.g., "#embed("filename.txt")"
900
Node('MacroExpansionDecl',
901
- name_for_diagnostics="pound literal declaration", kind='Decl',
+ name_for_diagnostics="macro expansion", kind='Decl',
902
traits=['FreestandingMacroExpansion'],
903
children=[
904
Child('PoundToken', kind='PoundToken',
gyb_syntax_support/ExprNodes.py
@@ -648,7 +648,7 @@
648
649
650
Node('MacroExpansionExpr',
651
- name_for_diagnostics="pound literal expression", kind='Expr',
+ name_for_diagnostics="macro expansion expression", kind='Expr',
652
653
654
0 commit comments