aaron.ballman added inline comments.

================
Comment at: clang/lib/Sema/SemaLambda.cpp:1282
+  /// call-operator calling convention are generated as well.
+  /// NOTE: We intentionally generate a 'thiscall' (on Win32) despite MSVC not.
+  /// We do this in order to ensure that someone who intentionally places
----------------
If we're intentionally generating it, should it be listed explicitly in `Convs` 
below? (If not, then perhaps change the comment somewhat to "We intentionally 
generate a 'thiscall' (on Win32) implicitly from the default member call's 
calling convention..."?)


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

https://reviews.llvm.org/D90634

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

Reply via email to