mstorsjo added a comment.

This change broke compiling Qt on MinGW, see 
https://bugs.llvm.org/show_bug.cgi?id=42089. Trivially reproducible by trying 
to compile a snippet that looks like this:

  class Foo {
  public:
          __attribute__((nothrow)) void __attribute__((__stdcall__)) Bar();
  };
  
  void Foo::Bar() {
  }

Reproducible by compiling the same snippet for a windows-msvc target as well.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62435/new/

https://reviews.llvm.org/D62435



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to