[cfe-commits] r167604 - in /cfe/trunk: lib/Sema/SemaOverload.cpp	test/SemaCXX/overloaded-operator-decl.cpp
    Brian Brooks 
    brooks.brian at gmail.com
       
    Thu Nov  8 22:33:02 PST 2012
    
    
  
The assert fails if method is static, but the Decl should also be marked
invalid.  I didn't try this.
I went down a bad path of not returning the Decl if it was marked invalid
due to static function member.  That caused a handful of issues with
existing test cases.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121109/7ee8b70d/attachment.html>
    
    
More information about the cfe-commits
mailing list