Hi,

This patch implements Declarator::getSourceRange(). No regressions here,
but since this is such an important part of parsing, and also because I
don't really know how to write tests for this, I'd like people to have a
look at it before I commit.
The validation of new expressions uses the call a bit (some changes for
this are also in the patch), but that's all the testing that's really done.

Sebastian
M      test/SemaCXX/new-delete.cpp
M      include/clang/Parse/Parser.h
M      include/clang/Parse/DeclSpec.h
M      lib/Sema/SemaExprCXX.cpp
M      lib/Sema/Sema.h
M      lib/AST/Type.cpp
M      lib/Parse/AttributeList.cpp
M      lib/Parse/ParseDecl.cpp
M      lib/Parse/ParseExpr.cpp
M      lib/Parse/ParseDeclCXX.cpp
M      lib/Parse/ParseExprCXX.cpp
M      lib/Parse/Parser.cpp
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to