forked from OSchip/llvm-project
[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:
parent
e9e6e3b34a
commit
95616a033c
|
@ -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
|
||||
--------
|
||||
|
|
Loading…
Reference in New Issue