diff options
author | Daniel Jasper <djasper@google.com> | 2013-02-23 08:07:18 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-02-23 08:07:18 +0000 |
commit | 37eff83413a064c504c5a42097e4f5dd0b2962d2 (patch) | |
tree | 435c5cb766867725395d7bfa3cf9b8e8eb2bf128 /lib/AST/DeclBase.cpp | |
parent | 3a204418482c9ae70ad482e781132c54306c3aa6 (diff) |
Don't recognize unnamed pointer parameters as casts.
This fixes llvm.org/PR15061.
Before: virtual void f(int *)const;
After: virtual void f(int *) const;
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175960 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/DeclBase.cpp')
0 files changed, 0 insertions, 0 deletions