summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjCXX/thread-safety-analysis.h
Commit message (Collapse)AuthorAgeFilesLines
* Thread Safety: also look at ObjC methodsJF Bastien2019-03-251-0/+17
Summary: SExprBuilder::translateDeclRefExpr was only looking at FunctionDecl and not also looking at ObjCMethodDecl. It should consider both because the attributes can be used on Objective-C as well. <rdar://problem/48941331> Reviewers: dexonsmith, erik.pilkington Subscribers: jkorous, jdoerfert, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D59523 llvm-svn: 356940
OpenPOWER on IntegriCloud