[all-commits] [llvm/llvm-project] ce79c4: [Sema] Fix location of star ('*') inside MemberPoi...
Marcel Hlopko via All-commits
all-commits at lists.llvm.org
Fri Mar 13 02:52:21 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ce79c4246919d777346dd3821c087faa1dcc725e
https://github.com/llvm/llvm-project/commit/ce79c4246919d777346dd3821c087faa1dcc725e
Author: Marcel Hlopko <hlopko at google.com>
Date: 2020-03-13 (Fri, 13 Mar 2020)
Changed paths:
M clang/include/clang/Sema/DeclSpec.h
M clang/lib/Parse/ParseDecl.cpp
M clang/lib/Sema/SemaType.cpp
M clang/unittests/AST/CMakeLists.txt
M clang/unittests/AST/SourceLocationTest.cpp
Log Message:
-----------
[Sema] Fix location of star ('*') inside MemberPointerTypeLoc
Summary: Copy of https://reviews.llvm.org/D72073?id=235842, submitting with ilya-biryukov's permission.
Reviewers: gribozavr, gribozavr2
Reviewed By: gribozavr2
Subscribers: mgorny, gribozavr2, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D76061
More information about the All-commits
mailing list