summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/annotate-attribute.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [libclang] Visit attributes for function and class templatesJonathan Coe2017-10-161-0/+12
| | | | | | | | | | | | | | | | | | Summary: Previously, `VisitAttributes` was not called for function and class templates and thus their attributes were not accessible using libclang. Reviewers: bkramer, arphaman, rsmith, jbcoe Reviewed By: jbcoe Subscribers: cfe-commits Tags: #clang Patch by jklaehn (Johann Klähn) Differential Revision: https://reviews.llvm.org/D36955 llvm-svn: 315958
* Fixed merge-mistake where ActOnAccessSpecifier was called twice for every ↵Erik Verbruggen2011-10-171-14/+14
| | | | | | access specifier. The testcase has been changed to catch this too. llvm-svn: 142186
* Allow for annotate attributes after access specifiers. When suchErik Verbruggen2011-10-131-0/+33
attributes are found, propagate them to subsequent declarations. llvm-svn: 141861
OpenPOWER on IntegriCloud