[all-commits] [llvm/llvm-project] f50520: [clang-doc] add namespace references to VarInfo
Erick Velez via All-commits
all-commits at lists.llvm.org
Thu Jul 3 14:54:11 PDT 2025
Branch: refs/heads/users/evelez7/clang-doc-fix-vars-namespaces
Home: https://github.com/llvm/llvm-project
Commit: f505202482e624dd4f7950cded2768889f1ee2d8
https://github.com/llvm/llvm-project/commit/f505202482e624dd4f7950cded2768889f1ee2d8
Author: Erick Velez <erickvelez7 at gmail.com>
Date: 2025-07-03 (Thu, 03 Jul 2025)
Changed paths:
M clang-tools-extra/clang-doc/BitcodeReader.cpp
A clang-tools-extra/test/clang-doc/json/nested-namespace.cpp
Log Message:
-----------
[clang-doc] add namespace references to VarInfo
VarInfo was missing its addReference specialization. This causes errors
when a VarInfo is inside a namespace that isn't the global namespace.
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