mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 22:17:23 +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