[all-commits] [llvm/llvm-project] 48ef91: [VFS] Avoid <stack> include (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Jun 21 06:18:09 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 48ef912e2b32798b704af242e551a7090102c750
https://github.com/llvm/llvm-project/commit/48ef912e2b32798b704af242e551a7090102c750
Author: Nikita Popov <npopov at redhat.com>
Date: 2024-06-21 (Fri, 21 Jun 2024)
Changed paths:
M clang-tools-extra/clang-tidy/abseil/RedundantStrcatCallsCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/MacroRepeatedSideEffectsCheck.cpp
M clang-tools-extra/clangd/GlobalCompilationDatabase.cpp
M clang-tools-extra/clangd/Selection.h
M clang/lib/Sema/SemaAPINotes.cpp
M clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
M clang/unittests/Support/TimeProfilerTest.cpp
M lldb/include/lldb/Target/StackFrameRecognizer.h
M llvm/include/llvm/Support/VirtualFileSystem.h
M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
M llvm/lib/Support/VirtualFileSystem.cpp
M llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
Log Message:
-----------
[VFS] Avoid <stack> include (NFC)
Directly use a vector instead of wrapping it in a stack, like we
do in most places.
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