diff options
author | Sam Panzer <espanz@gmail.com> | 2012-08-21 00:52:01 +0000 |
---|---|---|
committer | Sam Panzer <espanz@gmail.com> | 2012-08-21 00:52:01 +0000 |
commit | 0f38443616f503f6c1f86e4f3ec9255a91058306 (patch) | |
tree | 44c4f850eb7a5751d87564f73a67dac1bab31eaf /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 74e6f9fc6546c4b0104e1b5e8e037415ea62ff7c (diff) | |
download | bcm5719-llvm-0f38443616f503f6c1f86e4f3ec9255a91058306.tar.gz bcm5719-llvm-0f38443616f503f6c1f86e4f3ec9255a91058306.zip |
Better diagnostics for range-based for loops with bad range types.
The old error message stating that 'begin' was an undeclared identifier
is replaced with a new message explaining that the error is in the range
expression, along with which of the begin() and end() functions was
problematic if relevant.
Additionally, if the range was a pointer type or defines operator*,
attempt to dereference the range, and offer a FixIt if the modified range
works.
llvm-svn: 162248
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions