mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +08:00
762dd189a4c1c7db7b826d0e057edf980d7fe3ca
Previously, we would not detect brace initializer lists in return
statements, thus:
return (a)(b) { 1, 2, 3 };
would put the semicolon onto the next line.
llvm-svn: 173017
…
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%