[all-commits] [llvm/llvm-project] 4a4b8e: [AST] Add more source information for DecltypeType...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Mon Jan 10 00:34:42 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4a4b8e4f99e2a82286b0595d561a51e7ad1945d2
https://github.com/llvm/llvm-project/commit/4a4b8e4f99e2a82286b0595d561a51e7ad1945d2
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2022-01-10 (Mon, 10 Jan 2022)
Changed paths:
M clang-tools-extra/clangd/Selection.cpp
M clang-tools-extra/clangd/unittests/SelectionTests.cpp
M clang/include/clang/AST/TypeLoc.h
M clang/lib/Parse/ParseDeclCXX.cpp
M clang/lib/Sema/SemaCXXScopeSpec.cpp
M clang/lib/Sema/SemaExprCXX.cpp
M clang/lib/Sema/SemaType.cpp
M clang/lib/Sema/TreeTransform.h
M clang/lib/Serialization/ASTReader.cpp
M clang/lib/Serialization/ASTWriter.cpp
M clang/unittests/AST/SourceLocationTest.cpp
Log Message:
-----------
[AST] Add more source information for DecltypeTypeLoc.
Adds the paren source location, and removes the hack in clangd.
Differential Revision: https://reviews.llvm.org/D116793
More information about the All-commits
mailing list