[all-commits] [llvm/llvm-project] 909de4: Change the parameter type of resolveTypeToTagDecl(...
Nathan Ridge via All-commits
all-commits at lists.llvm.org
Fri Mar 21 13:46:52 PDT 2025
Branch: refs/heads/users/HighCommander4/issue-130468
Home: https://github.com/llvm/llvm-project
Commit: 909de4a22dcda164b8fcb539e0907a77f99b3b00
https://github.com/llvm/llvm-project/commit/909de4a22dcda164b8fcb539e0907a77f99b3b00
Author: Nathan Ridge <zeratul976 at hotmail.com>
Date: 2025-03-21 (Fri, 21 Mar 2025)
Changed paths:
M clang/lib/Sema/HeuristicResolver.cpp
Log Message:
-----------
Change the parameter type of resolveTypeToTagDecl() to QualType
Commit: d5be29e9f997ae707aff3d5d5c5255d3b87af9a2
https://github.com/llvm/llvm-project/commit/d5be29e9f997ae707aff3d5d5c5255d3b87af9a2
Author: Nathan Ridge <zeratul976 at hotmail.com>
Date: 2025-03-21 (Fri, 21 Mar 2025)
Changed paths:
M clang/include/clang/Sema/HeuristicResolver.h
M clang/lib/Sema/HeuristicResolver.cpp
Log Message:
-----------
Expose resolveTypeToTagDecl() publically in HeuristicResolver
Commit: e920479292e7f2b23a39b9c5e66594742127267e
https://github.com/llvm/llvm-project/commit/e920479292e7f2b23a39b9c5e66594742127267e
Author: Nathan Ridge <zeratul976 at hotmail.com>
Date: 2025-03-21 (Fri, 21 Mar 2025)
Changed paths:
M clang/include/clang/Sema/HeuristicResolver.h
M clang/lib/Sema/HeuristicResolver.cpp
Log Message:
-----------
Expose simplifyType() publically in HeuristicResolver
Commit: a2416f8512ed23d9bd1102949092f8c9a887a85e
https://github.com/llvm/llvm-project/commit/a2416f8512ed23d9bd1102949092f8c9a887a85e
Author: Nathan Ridge <zeratul976 at hotmail.com>
Date: 2025-03-21 (Fri, 21 Mar 2025)
Changed paths:
M clang/include/clang/Sema/Sema.h
M clang/lib/Parse/Parser.cpp
M clang/lib/Sema/SemaCodeComplete.cpp
Log Message:
-----------
Plumb a HeuristicResolver parameter into getAsRecordDec()
Commit: ba9b1bf14ba1b1343857562f37e927598db22eca
https://github.com/llvm/llvm-project/commit/ba9b1bf14ba1b1343857562f37e927598db22eca
Author: Nathan Ridge <zeratul976 at hotmail.com>
Date: 2025-03-21 (Fri, 21 Mar 2025)
Changed paths:
M clang/lib/Sema/SemaCodeComplete.cpp
M clang/test/CodeCompletion/member-access.cpp
Log Message:
-----------
Reimplement getAsRecordDecl() using HeuristicResolver
Commit: 9aff6098a14e4af122da647ce3e77368a3ccd079
https://github.com/llvm/llvm-project/commit/9aff6098a14e4af122da647ce3e77368a3ccd079
Author: Nathan Ridge <zeratul976 at hotmail.com>
Date: 2025-03-21 (Fri, 21 Mar 2025)
Changed paths:
M clang/lib/Sema/HeuristicResolver.cpp
Log Message:
-----------
Handle TSK_Undeclared in resolveTypeToTagDecl()
Compare: https://github.com/llvm/llvm-project/compare/838bd3a72774...9aff6098a14e
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list