[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

Sebastian Redl sebastian.redl at getdesigned.at
Sat Nov 8 09:38:53 PST 2008


Argiris Kirtzidis wrote:
> Author: akirtzidis
> Date: Sat Nov  8 11:17:31 2008
> New Revision: 58916
>
> URL: http://llvm.org/viewvc/llvm-project?rev=58916&view=rev
> Log:
> Implement Sema support for C++ nested-name-specifiers.
>   
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.

Sebastian



More information about the cfe-commits mailing list