yaron.keren added inline comments.
Comment at: lib/AST/ASTContext.cpp:8258
return RHS;
-return isa(LHS) ? getReadPipeType(ResultType)
- : getWritePipeType(ResultType);
+const PipeType *PT = LHS->getAs();
+return PT->isReadOnly()
Author: kromanova
Date: Sat Nov 26 13:38:19 2016
New Revision: 287990
URL: http://llvm.org/viewvc/llvm-project?rev=287990&view=rev
Log:
[DOXYGEN] Updated instruction names corresponding to avxintrin.h intrinsics.
Documentation for some of the avxintrin.h's intrinsics errorneously said that
non VE
Author: marshall
Date: Sat Nov 26 12:45:03 2016
New Revision: 287988
URL: http://llvm.org/viewvc/llvm-project?rev=287988&view=rev
Log:
Implement conjuntion/disjuntion/negation for LFTS v2. Same code and tests for
the ones in std::
Added:
libcxx/trunk/test/std/experimental/utilities/meta/meta
SilverGeri updated this revision to Diff 79338.
SilverGeri added a comment.
Herald added a subscriber: JDevlieghere.
only warn, not fix when the 'if' statement has 'else' clause
keeping comments
https://reviews.llvm.org/D21298
Files:
clang-tidy/readability/CMakeLists.txt
clang-tidy/readabil
Author: marshall
Date: Sat Nov 26 09:49:40 2016
New Revision: 287981
URL: http://llvm.org/viewvc/llvm-project?rev=287981&view=rev
Log:
Implement the 'detection idiom' from LFTS v2
Added:
libcxx/trunk/test/std/experimental/utilities/meta/meta.detect/
libcxx/trunk/test/std/experimental/uti
blastrock abandoned this revision.
blastrock added a comment.
No, https://reviews.llvm.org/D23765 seems to fix this issue.
https://reviews.llvm.org/D27116
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/