[cfe-commits] r91779 - in /cfe/trunk: include/clang/AST/ include/clang/Analysis/ include/clang/Analysis/FlowSensitive/ include/clang/Analysis/PathSensitive/ include/clang/Parse/ lib/CodeGen/ lib/Driver/

Chris Lattner clattner at apple.com
Sat Dec 19 11:50:21 PST 2009


On Dec 19, 2009, at 11:07 AM, Daniel Dunbar wrote:

>>> URL: http://llvm.org/viewvc/llvm-project?rev=91779&view=rev
>>> Log:
>>> Remove ';' after method definition. Noticed by clang++, which one would
>>> think
>>> would have a higher respect for its own code. This is getting old, is this
>>> warning really adding value?
>> 
>> It's a -pedantic warning, which seems like the right level.
> 
> Right, seems fair, I forgot we compiled with -pedantic. We are getting
> our just deserts, I suppose. :)

I hear camels live in both just and unjust deserts! ;-)

-Chris



More information about the cfe-commits mailing list