We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OS: macOS Sonoma Version 14.5, M1 Buggy Clangd: Apple clangd version 15.0.0 (clang-1500.3.9.4)
With this .clang-format
.clang-format
--- BasedOnStyle: LLVM ---
I have this MRE code snippet:
auto func() { { { auto k = [] { return 1; }(); } { auto x = 1; } } {} }
Apple clang formats it to
auto func() { {{auto k = [] { return 1; }(); } { auto x = 1; } } {} }
Homebrew clang-format (Homebrew clang-format version 18.1.7) formats it to this, which seems correct.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
OS: macOS Sonoma Version 14.5, M1
Buggy Clangd: Apple clangd version 15.0.0 (clang-1500.3.9.4)
With this
.clang-format
I have this MRE code snippet:
Apple clang formats it to
Homebrew clang-format (Homebrew clang-format version 18.1.7) formats it to this, which seems correct.
The text was updated successfully, but these errors were encountered: