mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-03 18:26:05 +00:00

This reverts commit r312890 because the test case fails to compile for older versions of Clang that reject initializing a const object without a user defined constructor. Since this patch should go into 5.0.1, I want to keep it an atomic change, and will re-commit it with a fixed test case. llvm-svn: 312891