[all-commits] [llvm/llvm-project] e1aaa3: [Tooling] Add stdlib::Symbol::all() and stdlib::Sy...
Sam McCall via All-commits
all-commits at lists.llvm.org
Fri Feb 3 04:22:40 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e1aaa314a46cd303019da117bfd330611d5b7a84
https://github.com/llvm/llvm-project/commit/e1aaa314a46cd303019da117bfd330611d5b7a84
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2023-02-03 (Fri, 03 Feb 2023)
Changed paths:
M clang/include/clang/Tooling/Inclusions/StandardLibrary.h
M clang/lib/Sema/SemaDecl.cpp
M clang/lib/Tooling/Inclusions/Stdlib/StandardLibrary.cpp
M clang/test/AST/dump.cpp
M clang/unittests/Tooling/StandardLibraryTest.cpp
Log Message:
-----------
[Tooling] Add stdlib::Symbol::all() and stdlib::Symbol::qualified_name()
These address some remaining reasons to #include StdSymbolMap.inc directly.
Differential Revision: https://reviews.llvm.org/D142467
More information about the All-commits
mailing list