diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-25 05:58:53 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-25 05:58:53 +0000 |
commit | e095c654b02e354e188479809e2c7438700bbc95 (patch) | |
tree | 05e473efda1679c95e30742695af4cd3285239a8 /lib/Format/Format.cpp | |
parent | 33eb9b54b0a5db3b4b9f91f4796aa30e0f3ddbb3 (diff) |
clang/test/CodeGenCXX/debug-info-static-member.cpp: Appease targetting msvc to add explicit -target x86_64-unknown-unknown.
with -target i686-win32, you will see;
debug-info-static-member.cpp:11:22: error: in-class initializer for static data member of type 'const float' requires 'constexpr' specifier [-Wstatic-float-init]
const static float const_b = 3.14;
^ ~~~~
constexpr
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173418 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Format/Format.cpp')
0 files changed, 0 insertions, 0 deletions