[cfe-commits]  r154982 - /cfe/trunk/lib/Sema/SemaAccess.cpp
    Gabor Greif 
    gabor at mac.com
       
    Tue Apr 17 22:59:33 PDT 2012
    
    
  
François wrote:
> +        // a static function member functions.
> +        if (S.getLangOpts().MicrosoftMode && !EC.Functions.empty())
> +          if (CXXMethodDecl* MD = dyn_cast<CXXMethodDecl> 
> (EC.Functions.front()))
> +            if (MD->isStatic()) return AR_accessible;
The comment does not parse for me.
Cheers,
	Gabor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120418/ebc16414/attachment.html>
    
    
More information about the cfe-commits
mailing list