https://bugs.llvm.org/show_bug.cgi?id=36267
Reid Kleckner <r...@google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #45 from Reid Kleckner <r...@google.com> ---
Fixed in r341433 by using WriteConsoleW. Now I get this in my console:
$ clang -c t.cpp
t.cpp:3:17: error: static_assert expression is not an integral constant
expression
static_assert(переменная, "");
^~~~~~~~~~
t.cpp:3:17: note: read of non-const variable 'переменная' is not allowed in a
constant expression
t.cpp:2:7: note: declared here
int переменная = 1;
^
1 error generated.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs