[all-commits] [llvm/llvm-project] 205447: [libc++] NFC: Refactor Lit annotations
Louis Dionne via All-commits
all-commits at lists.llvm.org
Sat May 8 09:17:08 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 20544746402a94fece90dd2500cdaf62320310cc
https://github.com/llvm/llvm-project/commit/20544746402a94fece90dd2500cdaf62320310cc
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-05-08 (Sat, 08 May 2021)
Changed paths:
M libcxx/test/std/thread/futures/futures.task/futures.task.members/ctor_func_alloc.pass.cpp
A libcxx/test/std/thread/futures/futures.task/futures.task.nonmembers/uses_allocator.compile.pass.cpp
R libcxx/test/std/thread/futures/futures.task/futures.task.nonmembers/uses_allocator.pass.cpp
Log Message:
-----------
[libc++] NFC: Refactor Lit annotations
Annotations for c++03 mode are useless, since we only run these tests
in C++11 and C++14.
More information about the All-commits
mailing list