mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 06:40:01 +08:00
This reverts SVN r292721. Avoid the use of the GNU extension as the preprocessor in C++11 mode requires at least one argument, and this warning cannot be disabled, resulting in failing -Werror builds. llvm-svn: 293257