mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 22:17:23 +08:00
ea2d042f897b082c6f270cf9fbda3be2937cecc0
Before:
bool foo = true&& [] { return false; }();
After:
bool foo = true && [] { return false; }();
llvm-svn: 208288
…
…
Languages
LLVM
41.4%
C++
31.4%
C
13%
Assembly
9.6%
MLIR
1.5%
Other
2.7%