[cfe-commits] r60615 - in /cfe/trunk: include/clang/AST/ASTContext.h include/clang/AST/Expr.h include/clang/AST/Type.h lib/AST/ASTContext.cpp lib/AST/CFG.cpp lib/AST/Expr.cpp lib/AST/StmtIterator.cpp lib/AST/Type.cpp lib/AST/TypeSerialization.cpp lib/CodeGen/CodeGenTypes.cpp lib/Sema/SemaDecl.cpp lib/Sema/SemaExpr.cpp lib/Sema/SemaExprCXX.cpp lib/Sema/SemaStmt.cpp lib/Sema/SemaTemplate.cpp lib/Sema/SemaType.cpp test/SemaCXX/dependent-types.cpp test/SemaCXX/type-dependent-exprs.cpp
Sebastian Redl
sebastian.redl at getdesigned.at
Wed Dec 10 13:11:37 PST 2008
Douglas Gregor wrote:
>
> I was starting to think that it would be great to have SemaCXX's
> directory structure reflect the structure of the standard itself, so
> SemaCXX/temp would be template chapter, SemaCXX/over would be
> overloading, etc. Eventually, we'll have to do something to break
> things up.
>
But as you point out in the cxx_status document, the complete
description of some features in C++ is spread pretty far. This may make
it hard to correctly sort tests into the appropriate place, since they
may end up testing various points of the standard.
Sebastian
More information about the cfe-commits
mailing list