Changeset View
Changeset View
Standalone View
Standalone View
clang/docs/ReleaseNotes.rst
Show First 20 Lines • Show All 228 Lines • ▼ Show 20 Lines | |||||
AST Matchers | AST Matchers | ||||
------------ | ------------ | ||||
- The behavior of TK_IgnoreUnlessSpelledInSource with the traverse() matcher | - The behavior of TK_IgnoreUnlessSpelledInSource with the traverse() matcher | ||||
has been changed to no longer match on template instantiations or on | has been changed to no longer match on template instantiations or on | ||||
implicit nodes which are not spelled in the source. | implicit nodes which are not spelled in the source. | ||||
- The behavior of the forEach() matcher was changed to not internally ignore | |||||
implicit and parenthesis nodes. | |||||
clang-format | clang-format | ||||
------------ | ------------ | ||||
- Option ``BitFieldColonSpacing`` has been added that decides how | - Option ``BitFieldColonSpacing`` has been added that decides how | ||||
space should be added around identifier, colon and bit-width in | space should be added around identifier, colon and bit-width in | ||||
bitfield definitions. | bitfield definitions. | ||||
.. code-block:: c++ | .. code-block:: c++ | ||||
▲ Show 20 Lines • Show All 71 Lines • Show Last 20 Lines |