Skip to content
Commit 86325ad2 authored by Douglas Gregor's avatar Douglas Gregor
Browse files

Allow C99 hexfloats in C++0x mode. This change resolves the standards

collision between C99 hexfloats and C++0x user-defined literals by
giving C99 hexfloats precedence. Also, warning about user-defined
literals that conflict with hexfloats and those that have names that
are reserved by the implementation. Fixes <rdar://problem/9940194>.

llvm-svn: 138839
parent 92425587
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment