[all-commits] [llvm/llvm-project] 68ffcd: Properly determine the end location of an ObjCObje...
Richard Smith via All-commits
all-commits at lists.llvm.org
Fri Oct 29 13:16:14 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 68ffcd521347e3c8b97ca233239d503beff239f4
https://github.com/llvm/llvm-project/commit/68ffcd521347e3c8b97ca233239d503beff239f4
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2021-10-29 (Fri, 29 Oct 2021)
Changed paths:
M clang/lib/AST/TypeLoc.cpp
M clang/test/AST/ast-dump-decl.mm
Log Message:
-----------
Properly determine the end location of an ObjCObjectPointerType.
After rGa9db0a804a53, we correctly determined the end for pointer types
like `id` that are spelled without a `*`, but incorrectly determined the
end for pointer types spelled with a `*`.
More information about the All-commits
mailing list