mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:58:11 +08:00
6f372e6533ccc054b96a2e5e68d92c1da532dcbe
"return a*b;" was formatted as "return a *b;" and is now formatted as "return a * b;". Fixes PR14687 partially. llvm-svn: 170993
…
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%