- Dec 06, 2024
-
-
Matthew Malcomson authored
This setting seems to better match the indentation that is used in GCC. Adds an exra level of indentation after braces in a case statement. Only manual testing done on the switch statements in c-common.cc:resolve_overloaded_builtin and alias.cc:record_component_aliases. Ok for trunk? contrib/ChangeLog: * clang-format: Set BraceWrapping.AfterCaseLabel. Signed-off-by:
Matthew Malcomson <mmalcomson@nvidia.com>
-
- Jan 03, 2024
-
-
Jakub Jelinek authored
-
- Jun 03, 2023
-
-
Lehua Ding authored
contrib/ * clang-format (ForEachMacros): Add missing cases for EXECUTE_IF_... macros.
-
- Jan 16, 2023
-
-
Jakub Jelinek authored
-
- Aug 19, 2022
-
-
Stefan Schulze Frielinghaus authored
contrib/ChangeLog: * clang-format: Add further FOR_EACH_ macros.
-
- Sep 17, 2020
-
-
Dimitrij Mojoski authored
PR other//97076 * clang-format: Autodetect C++ standard in use rather than forcing C++03.
-
- Sep 18, 2019
-
-
Martin Liska authored
2019-09-18 Martin Liska <mliska@suse.cz> * clang-format: Tweak configuration based on new options offered. From-SVN: r275875
-
- Nov 20, 2015
-
-
Martin Liska authored
* clang-format: Split content of a list to multiple lines. From-SVN: r230654
-
- Nov 19, 2015
-
-
Martin Liska authored
* clang-format: Enhance list of FOR_EACH macros. From-SVN: r230602
-
Martin Liska authored
* .gitignore: Add .clang-format to ignored files. * Makefile.in: Add clang-format. * Makefile.tpl: Likewise. * clang-format: New file. From-SVN: r230601
-