mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 14:50:42 +08:00
07bb19667ac2afcd3101169584dcbdf53770ee51
assignment to volatiles in C. This in effect reverts some of mjs's work in and around r72572. Basically, the C++ standard is quite clear, except that it lies about volatile behavior approximating C's, whereas the C standard is almost actively misleading. llvm-svn: 119344
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%