mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +08:00
bbf69502a996a03056aaf95b67a40105dc324c29
Previously, an expression such as Saver.save(std::string("foo") + "bar")
didn't compile because there is an ambiguity as to whether the argument
is of const Twine& or StringRef.
llvm-svn: 301512
…
…
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%