> On 2014-Jul-16, at 14:54, Kuba Brecka <kuba.bre...@gmail.com> wrote:
> 
> ================
> Comment at: lib/asan/asan_report.cc:35
> @@ +34,3 @@
> +struct ReportData {
> +  bool already_happened = 0;
> +  uptr pc = 0;
> ----------------
> Alexey Samsonov wrote:
>> I believe this wouldn't compile on Windows :-/
> I don't have a Windows box nearby, would it be because of the member 
> initialization or because of assignment of zero into a bool?
> 
> http://reviews.llvm.org/D4527

I don't think member initialization is supported on MSVC.

In general, you can check the coding standards [1] for supported C++11
features [2].

[1]: http://llvm.org/docs/CodingStandards.html
[2]: 
http://llvm.org/docs/CodingStandards.html#supported-c-11-language-and-library-features
_______________________________________________
lldb-commits mailing list
lldb-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to