[clang] [clang-format] Add an option to control indentation of `export { ... }` (PR #110381)
via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 18 11:37:09 PST 2025
================
@@ -171,6 +171,8 @@ class UnwrappedLineParser {
void parseRequiresClause(FormatToken *RequiresToken);
void parseRequiresExpression(FormatToken *RequiresToken);
void parseConstraintExpression();
+ void parseCXXExportBlock();
----------------
Sirraide wrote:
Ah sure; I’m used to `CXX` being used everywhere in Clang haha.
https://github.com/llvm/llvm-project/pull/110381
More information about the cfe-commits
mailing list