[all-commits] [llvm/llvm-project] 65a371: [yamlio] Allow parsing an entire mapping as an enu...
eywdck2l via All-commits
all-commits at lists.llvm.org
Sun Mar 13 21:47:45 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 65a3712af66fb0abfdce96a1f86ae5bad9a48b1c
https://github.com/llvm/llvm-project/commit/65a3712af66fb0abfdce96a1f86ae5bad9a48b1c
Author: sstwcw <f0gukp2nk at protonmail.com>
Date: 2022-03-14 (Mon, 14 Mar 2022)
Changed paths:
M llvm/docs/YamlIO.rst
M llvm/include/llvm/Support/YAMLTraits.h
M llvm/unittests/Support/YAMLIOTest.cpp
Log Message:
-----------
[yamlio] Allow parsing an entire mapping as an enumeration
For when we want to change a configuration option from an enum into a
struct. The need arose when working on D119599.
Reviewed By: jhenderson
Differential Revision: https://reviews.llvm.org/D120363
Commit: 93b5505b456f75ff33be20402b0317cbb2131a66
https://github.com/llvm/llvm-project/commit/93b5505b456f75ff33be20402b0317cbb2131a66
Author: sstwcw <f0gukp2nk at protonmail.com>
Date: 2022-03-14 (Mon, 14 Mar 2022)
Changed paths:
M clang/docs/ClangFormatStyleOptions.rst
M clang/docs/tools/dump_format_style.py
Log Message:
-----------
[clang-format] Extract doc for entire configuration structs
Previously the comments for configuration structs as a whole like
`BraceWrappingFlags` did not go into the doc.
Reviewed By: curdeius
Differential Revision: https://reviews.llvm.org/D120361
Commit: c24b3db45c7d0f08b423308723cd2e678a0cb7f1
https://github.com/llvm/llvm-project/commit/c24b3db45c7d0f08b423308723cd2e678a0cb7f1
Author: sstwcw <f0gukp2nk at protonmail.com>
Date: 2022-03-14 (Mon, 14 Mar 2022)
Changed paths:
M clang/docs/ClangFormatStyleOptions.rst
M clang/include/clang/Format/Format.h
M clang/lib/Format/Format.cpp
M clang/lib/Format/WhitespaceManager.cpp
M clang/unittests/Format/FormatTest.cpp
M clang/unittests/Format/FormatTestJS.cpp
Log Message:
-----------
[clang-format] Add option to align compound assignments like `+=`
Reviewed By: curdeius, HazardyKnusperkeks, MyDeveloperDay
Differential Revision: https://reviews.llvm.org/D119599
Compare: https://github.com/llvm/llvm-project/compare/03078ec20b12...c24b3db45c7d
More information about the All-commits
mailing list