Skip to content

Commit d4667ba

Browse files
authored
[clang] Add Pattern Matching C++ Prototype (compiler-explorer#442)
1 parent 7035640 commit d4667ba

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

admin-daily-builds.sh

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ build_latest clang clang_autonsdmi build.sh autonsdmi-trunk
103103
build_latest clang clang_lifetime build.sh lifetime-trunk
104104
build_latest clang clang_llvmflang build.sh llvmflang-trunk
105105
build_latest clang clang_parmexpr build-parmexpr.sh trunk
106+
build_latest clang clang_patmat build.sh patmat-trunk
106107
build_latest clang clang_embed build.sh embed-trunk
107108
build_latest go go build.sh trunk
108109

bin/yaml/cpp.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@ compilers:
392392
- autonsdmi-trunk
393393
- lifetime-trunk
394394
- parmexpr-trunk
395+
- patmat-trunk
395396
- name: llvmflang-trunk
396397
check_exe: bin/flang
397398
after_stage_script:

remove_old_compilers.sh

+1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ remove_older clang-autonsdmi
2727
remove_older clang-lifetime
2828
remove_older clang-llvmflang
2929
remove_older clang-parmexpr
30+
remove_older clang-patmat
3031
remove_older clang-embed
3132
remove_older go

0 commit comments

Comments
 (0)