[cfe-commits] r132660 - in /cfe/trunk: include/clang/Sema/Overload.h lib/Sema/SemaOverload.cpp test/SemaCXX/overload-call.cpp
    Sean Hunt 
    scshunt at csclub.uwaterloo.ca
       
    Sat Jun  4 23:23:00 PDT 2011
    
    
  
On 11-06-04 11:15 PM, Douglas Gregor wrote:
> +  void f(int * const&); // expected-note{{candidate function}}
> +  void f(int const(&)[1]); // expected-note{{candidate function}}
I died a little inside.
Sean
    
    
More information about the cfe-commits
mailing list