]> granicus.if.org Git - clang/commit
Add script to update OpenMP -ast-dump test expectations, and use it to
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 2 Jun 2019 04:00:38 +0000 (04:00 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 2 Jun 2019 04:00:38 +0000 (04:00 +0000)
commite150289ce2b80d9b86bddee008355b6b05e60b57
tree460e00587f1dd6e3c23f730aa758fbc1fb48d716
parent2c469237d842f397cb3d98ba8c243d9fbcd6d92a
Add script to update OpenMP -ast-dump test expectations, and use it to
regenerate the test expectations.

(Only two tests change, as a result of no longer matching the 0x in a
pointer; the other tests were already excluding that.)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@362316 91177308-0d34-0410-b5e6-96231b3b80d8
test/AST/ast-dump-openmp-for.c
test/AST/ast-dump-openmp-parallel.c
utils/make-ast-dump-check.sh [new file with mode: 0755]