mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 06:40:01 +08:00
9618980a19d4234d93dd69f92f6b875e72b89a1b
Old-style: `raise foo, bar` New-style: `raise foo(bar)` These two statements are equivalent, but the former is an error in Python 3. llvm-svn: 251977
…
…
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%