Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libclang] Visit attributes for function and class templates | Jonathan Coe | 2017-10-16 | 1 | -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 Verbruggen | 2011-10-17 | 1 | -14/+14 |
| | | | | | | access specifier. The testcase has been changed to catch this too. llvm-svn: 142186 | ||||
* | Allow for annotate attributes after access specifiers. When such | Erik Verbruggen | 2011-10-13 | 1 | -0/+33 |
attributes are found, propagate them to subsequent declarations. llvm-svn: 141861 |