Author: rsmith
Date: Tue Nov 14 19:03:56 2017
New Revision: 318258
URL: http://llvm.org/viewvc/llvm-project?rev=318258&view=rev
Log:
PR35214: don't crash if we see an array of unknown bound added to an empty but
invalid designator.
Modified:
cfe/trunk/lib/AST/ExprConstant.cpp
cfe/trunk/t
Author: marshall
Date: Tue Nov 14 19:08:39 2017
New Revision: 318259
URL: http://llvm.org/viewvc/llvm-project?rev=318259&view=rev
Log:
Named the macro wrong in the test.
Modified:
libcxx/trunk/test/libcxx/diagnostics/nodiscard.pass.cpp
Modified: libcxx/trunk/test/libcxx/diagnostics/nodiscard
arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.
LGTM
https://reviews.llvm.org/D40062
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-c
Author: jvesely
Date: Tue Nov 14 20:10:39 2017
New Revision: 318265
URL: http://llvm.org/viewvc/llvm-project?rev=318265&view=rev
Log:
math: Implement minmag
Reviewer: Aaron Watry
Signed-off-by: Jan Vesely
Added:
libclc/trunk/generic/include/clc/math/minmag.h
libclc/trunk/generic/lib/mat
Author: jvesely
Date: Tue Nov 14 20:10:37 2017
New Revision: 318264
URL: http://llvm.org/viewvc/llvm-project?rev=318264&view=rev
Log:
math: Implement maxmag
Reviewer: Aaron Watry
Signed-off-by: Jan Vesely
Added:
libclc/trunk/generic/include/clc/math/maxmag.h
libclc/trunk/generic/lib/mat
Author: marshall
Date: Tue Nov 14 21:25:36 2017
New Revision: 318268
URL: http://llvm.org/viewvc/llvm-project?rev=318268&view=rev
Log:
Still more missing tests - this time for the unordered containers
Added:
libcxx/trunk/test/std/containers/unord/unord.map/empty.pass.cpp
libcxx/trunk/test
Author: marshall
Date: Tue Nov 14 21:51:26 2017
New Revision: 318269
URL: http://llvm.org/viewvc/llvm-project?rev=318269&view=rev
Log:
First part of P0600 - '[[nodiscard] in the standard library'. Mark the
'empty()' methods of all the containers as nodiscard. If you're calling empty()
w/o lookin
Author: chapuni
Date: Tue Nov 14 22:53:45 2017
New Revision: 318274
URL: http://llvm.org/viewvc/llvm-project?rev=318274&view=rev
Log:
ASTMatchers.h: Avoid warnings due to "@throw". [-Wdocumentation]
Modified:
cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h
Modified: cfe/trunk/include/clang
Author: bion
Date: Tue Nov 14 23:40:37 2017
New Revision: 318276
URL: http://llvm.org/viewvc/llvm-project?rev=318276&view=rev
Log:
Tolerate [[nodiscard]] annotations in the STL. Reviewed as
https://reviews.llvm.org/D39033
Modified:
libcxx/trunk/test/std/containers/associative/map/map.ops/cou
Author: bion
Date: Tue Nov 14 23:45:07 2017
New Revision: 318277
URL: http://llvm.org/viewvc/llvm-project?rev=318277&view=rev
Log:
Tolerate even more [[nodiscard]] in the STL. Reviewed as
https://reviews.llvm.org/D39080
Modified:
libcxx/trunk/test/std/algorithms/alg.nonmodifying/alg.search/
101 - 110 of 110 matches
Mail list logo