summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclAttr.cpp
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2014-01-20 03:45:47 +0000
committerEd Maste <emaste@freebsd.org>2014-01-20 03:45:47 +0000
commite108405aaf6228868c846d7fa8d2a9bf3d79b994 (patch)
treecb2e9480889c734c0abc4c1bf9fecb0aed21dc85 /clang/lib/Sema/SemaDeclAttr.cpp
parent81fdde5d0e48808e9523e70bd15cb0d991dbdc7a (diff)
downloadbcm5719-llvm-e108405aaf6228868c846d7fa8d2a9bf3d79b994.tar.gz
bcm5719-llvm-e108405aaf6228868c846d7fa8d2a9bf3d79b994.zip
Relax alias test for failing command
The alias test "exprf x 1234" expands to "expr -f x 1234" and is expected to fail: it ends up trying to evaluate the invalid expression void $__lldb_expr(void *$__lldb_arg) { -f x 1234; } On FreeBSD LLDB ends up finding a static function f() in a math library, and thus the error produced does not include "use of undeclared identifier 'f'". We will report failure to parse the expression in any case, so require only that error message. llvm-svn: 199623
Diffstat (limited to 'clang/lib/Sema/SemaDeclAttr.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud