summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaCodeComplete.cpp
diff options
context:
space:
mode:
authorJoel E. Denny <jdenny.ornl@gmail.com>2018-11-20 22:04:45 +0000
committerJoel E. Denny <jdenny.ornl@gmail.com>2018-11-20 22:04:45 +0000
commitd586bc6db9921c495243cd2691bd54f540dff481 (patch)
treeb4a96de32e8e5462cf4844f7ceefdbd5769865cc /clang/lib/Sema/SemaCodeComplete.cpp
parentd16944eefe33114db57c9fb3a0281e1427d451d4 (diff)
downloadbcm5719-llvm-d586bc6db9921c495243cd2691bd54f540dff481.tar.gz
bcm5719-llvm-d586bc6db9921c495243cd2691bd54f540dff481.zip
[OpenMP] Update CHECK-DAG usage in for_codegen.cpp
This patch adjusts a test not to depend on deprecated FileCheck behavior that permits overlapping matches within a block of CHECK-DAG directives. Thus, this patch also removes uses of FileCheck's -allow-deprecated-dag-overlap command-line option. Specifically, the FileCheck variables DBG_LOC_START, DBG_LOC_END, and DBG_LOC_CANCEL were all set to the same value. As a result, three TERM_DEBUG-DAG patterns, one for each variable, all matched the same text under the old overlapping behavior. Under the new non-overlapping behavior, that's not permitted. This patch's solution is to replace these variables with one variable and replace these patterns with one pattern. Reviewed By: ABataev Differential Revision: https://reviews.llvm.org/D54764 llvm-svn: 347350
Diffstat (limited to 'clang/lib/Sema/SemaCodeComplete.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud