[clang-format] NFC Add release note for IndentPragmas

Add additional release note to announce new clang-format option added during {D92753}
This commit is contained in:
mydeveloperday 2020-12-10 11:24:12 +00:00
parent e9e6e3b34a
commit 95616a033c
1 changed files with 3 additions and 1 deletions

View File

@ -272,13 +272,15 @@ clang-format
};
- Experimental Support in clang-format for concepts has been improved, to
- Experimental Support in clang-format for concepts has been improved, to
aid this the follow options have been added
- Option ``IndentRequires`` has been added to indent the ``requires`` keyword
in templates.
- Option ``BreakBeforeConceptDeclarations`` has been added to aid the formatting of concepts.
- Option ``IndentPragmas`` has been added to allow #pragma to indented with the current scope level. This is especially useful when using #pragma to mark OpenMP sections of code.
libclang
--------