Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ODRHash] Extend hash to support all Type's. | Richard Trieu | 2018-09-04 | 1 | -1/+3 |
| | | | | llvm-svn: 341421 | ||||
* | Allow BlockDecl in CXXRecord scope to have no access specifier. | Richard Trieu | 2018-01-19 | 1 | -0/+119 |
Using a BlockDecl in a default member initializer causes it to be attached to CXXMethodDecl without its access specifier being set. This prevents a crash where getAccess is called on this BlockDecl, since that method expects any Decl in CXXRecord scope to have an access specifier. llvm-svn: 322984 |