<p>I think this is an artifact of how they're implemented. I actually have a fix in the works for this. Care to file a PR and assign it to me? </p>
<div class="gmail_quote">On Sep 4, 2011 1:56 PM, "David Blaikie" <<a href="mailto:dblaikie@gmail.com">dblaikie@gmail.com</a>> wrote:<br type="attribution">> Is this by design? (the second diagnostic, the note about the first, is not<br>
> highlighted - not bold nor with black (grey) "note:", etc)<br>> <br>> /tmp/webcompile/_18466_0.cc:3:14: error: use of undeclared identifier<br>> 'fob'; did you mean 'foo'?int main() { call }<br>
> ^/tmp/webcompile/_18466_0.cc:1:14: note: instantiated from:<br>> #define call fob();             ^/tmp/webcompile/_18466_0.cc:2:6:<br>> note: 'foo' declared herevoid foo();     ^1 error generated.<br>> <br>
> <br>> source:<br>> <br>> #define call fob();<br>> void foo();<br>> int main() { call }<br></div>