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.
================
Comment at: lib/AST/VTableBuilder.cpp:2109
+ llvm::sort(ThunksVector.begin(), ThunksVector.end(),
[](const ThunkInfo &LHS, const ThunkInfo &RHS) {
assert(LHS.Method == nullptr && RHS.Method == nullptr);
----------------
Reindent this (and other calls) please.
Repository:
rC Clang
https://reviews.llvm.org/D44362
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits