[cfe-commits] r58916 - in /cfe/trunk: include/clang/AST/DeclBase.h include/clang/AST/DeclCXX.h include/clang/Basic/DiagnosticKinds.def lib/Sema/Sema.cpp lib/Sema/Sema.h lib/Sema/SemaCXXScopeSpec.cpp lib/Sema/SemaDecl.cpp lib/Sema/SemaDeclCXX.cpp lib/Sema/SemaExpr.cpp test/SemaCXX/nested-name-spec.cpp

Argiris Kirtzidis akyrtzi at gmail.com
Sat Nov 8 09:50:48 PST 2008


Sebastian Redl wrote: 
> Awesome! Just today I put stuff into cxx_status.html about the lack of 
> out-of-line definitions. Patch looks good, as far as I can tell.

Hi Sebastian,

It would be great if you could take nested-names "for a ride" and try to 
uncover potential problems.
I'm mostly interested in crashes or hitting asserts.

As far as the functionality is concerned, pointer-to-members are 
missing, and semantic analysis needs more work to correctly handle 
out-of-line definitions.

-Argiris



More information about the cfe-commits mailing list