hanm / clang

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

Store nested name specifier with RPL Elements for better error reporting #37

Open atzannes opened 11 years ago

atzannes commented 11 years ago

e.g., an error now may say "writes effect on R not covered by summary" meaning Namespace::R was not covered when in fact the effect summary covers writes R where R is a different region at global scope.