hanm / clang

Mirror of the official Clang GIT repository
Other
2 stars 0 forks source link

Add support for Attributes appertaining to CXXBaseSpecifier AST nodes #45

Closed atzannes closed 11 years ago

atzannes commented 11 years ago

SemaDeclCXX.cpp is where the Attrs should be attached to the base specifiers, and CXXBaseSpecifiers will have to be extended with functions and field to support adding and accessing attributes.

atzannes commented 11 years ago

We decided to introduce instead the attribute base_arg("BaseClass", "Rpls") on the class itself since it is currently supported by clang and will not require modifications to clang's code.