public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-3269] Autodetect C++ dialect in use for clang-format
@ 2020-09-17 21:24 Jeff Law
  0 siblings, 0 replies; only message in thread
From: Jeff Law @ 2020-09-17 21:24 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:172178c0c35e1dabb778c80c26dc872136c45cf5

commit r11-3269-g172178c0c35e1dabb778c80c26dc872136c45cf5
Author: Dimitrij Mojoski <dmjpp@hotmail.com>
Date:   Thu Sep 17 15:22:33 2020 -0600

    Autodetect C++ dialect in use for clang-format
    
            PR other//97076
            * clang-format: Autodetect C++ standard in use rather than
            forcing C++03.

Diff:
---
 contrib/clang-format | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/clang-format b/contrib/clang-format
index 7a4e96f64ca..ceb5c1d524f 100644
--- a/contrib/clang-format
+++ b/contrib/clang-format
@@ -147,4 +147,4 @@ AlignTrailingComments: true
 AllowShortFunctionsOnASingleLine: All
 AlwaysBreakTemplateDeclarations: MultiLine
 KeepEmptyLinesAtTheStartOfBlocks: false
-Standard: Cpp03
+Standard: Auto


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-09-17 21:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-17 21:24 [gcc r11-3269] Autodetect C++ dialect in use for clang-format Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).