summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/odr_hash-blocks.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [ODRHash] Extend hash to support all Type's.Richard Trieu2018-09-041-1/+3
| | | | llvm-svn: 341421
* Allow BlockDecl in CXXRecord scope to have no access specifier.Richard Trieu2018-01-191-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
OpenPOWER on IntegriCloud