[PATCH] D15174: [MSVC] Fix for http://llvm.org/PR25636: indexed accessor property not supported correctly.
Alexey Bataev via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 9 20:01:58 PST 2015
ABataev marked an inline comment as done.
================
Comment at: lib/Sema/SemaPseudoObject.cpp:259
@@ +258,3 @@
+ ///
+ /// If this method returns false, and the set value isn't capturable for
+ /// some reason, the result of the expression will be void.
----------------
rjmccall wrote:
> "If this method returns *true*", since you picked this one.
Oops, thanks
http://reviews.llvm.org/D15174
More information about the cfe-commits
mailing list