aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectFrame.cpp
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2012-01-26 20:04:03 +0000
committerJohn McCall <rjmccall@apple.com>2012-01-26 20:04:03 +0000
commit18a962bab521ca6f7d0908a123c43a782ae5ee99 (patch)
treeb0dfc557e2a3b9525034e3362cb7a8229cd1df59 /lldb/source/Commands/CommandObjectFrame.cpp
parentfc98d453dfecf0bcad0f23ee68c8d1b5ce1ddb19 (diff)
downloadllvm-18a962bab521ca6f7d0908a123c43a782ae5ee99.zip
llvm-18a962bab521ca6f7d0908a123c43a782ae5ee99.tar.gz
llvm-18a962bab521ca6f7d0908a123c43a782ae5ee99.tar.bz2
Don't suppress access-control or invalid-type diagnostics from a
declarator just because we were able to build an invalid decl for it. The invalid-type diagnostics, in particular, are still useful to know, and may indicate something about why the decl is invalid. Also, recover from an illegal pointer/reference-to-unqualified-retainable type using __strong instead of __autoreleasing; in general, a random object is much more likely to be __strong, so this avoids unnecessary cascading errors in the most common case. llvm-svn: 149074
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
0 files changed, 0 insertions, 0 deletions