rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
lgtm
Repository:
rC Clang
https://reviews.llvm.org/D44362
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mail
mgrang added a comment.
Ping for reviews please.
Repository:
rC Clang
https://reviews.llvm.org/D44362
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
mgrang updated this revision to Diff 137966.
mgrang added a comment.
Fixed indentation.
Repository:
rC Clang
https://reviews.llvm.org/D44362
Files:
include/clang/Basic/Attr.td
include/clang/Serialization/ContinuousRangeMap.h
lib/AST/ASTContext.cpp
lib/AST/ItaniumMangle.cpp
lib/AST/
rsmith added inline comments.
Comment at: include/clang-c/Index.h:2133
* void abssort(float *x, unsigned N) {
- * std::sort(x, x + N,
+ * llvm::sort(x, x + N,
* [](float a, float b) {
This shouldn't be changed.
Comme
mgrang created this revision.
mgrang added reviewers: rsmith, rnk, chandlerc.
mgrang added a project: clang.
Herald added a subscriber: klimek.
r327219 added wrappers to std::sort which randomly shuffle the container before
sorting.
This will help in uncovering non-determinism caused due to undef