Is this by design? (the second diagnostic, the note about the first, is not highlighted - not bold nor with black (grey) "note:", etc)<br><br><div><span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: medium; "><pre>
<span class="terminalStyle1" style="font-weight: bold; ">/tmp/webcompile/_18466_0.cc:3:14: </span><span class="terminalStyle0"></span><span class="terminalStyle131" style="color: red; font-weight: bold; ">error: </span><span class="terminalStyle0"></span><span class="terminalStyle1" style="font-weight: bold; ">use of undeclared identifier 'fob'; did you mean 'foo'?
</span><span class="terminalStyle0">int main() { call }
</span><span class="terminalStyle132" style="color: green; font-weight: bold; ">             ^
</span><span class="terminalStyle0">/tmp/webcompile/_18466_0.cc:1:14: note: instantiated from:
#define call fob();
</span><span class="terminalStyle132" style="color: green; font-weight: bold; ">             ^
</span><span class="terminalStyle0"></span><span class="terminalStyle1" style="font-weight: bold; ">/tmp/webcompile/_18466_0.cc:2:6: </span><span class="terminalStyle0"></span><span class="terminalStyle130" style="color: gray; font-weight: bold; ">note: </span><span class="terminalStyle0">'foo' declared here
</span><span class="terminalStyle0">void foo();
</span><span class="terminalStyle132" style="color: green; font-weight: bold; ">     ^
</span><span class="terminalStyle0">1 error generated.</span></pre><pre><span class="terminalStyle0"><br></span></pre><pre><span class="terminalStyle0">source:</span></pre><pre><span class="terminalStyle0">#define call fob();
void foo();
int main() { call }</span></pre><pre><span class="terminalStyle0"><br></span></pre></span></div>