[all-commits] [llvm/llvm-project] 504736: [clang][extract-api] Don't emit symbols prefixed w...
Daniel Grumberg via All-commits
all-commits at lists.llvm.org
Wed May 25 11:02:47 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 504736cedff39d46fffc1293a35602ba140b19a8
https://github.com/llvm/llvm-project/commit/504736cedff39d46fffc1293a35602ba140b19a8
Author: Daniel Grumberg <dgrumberg at apple.com>
Date: 2022-05-25 (Wed, 25 May 2022)
Changed paths:
M clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp
A clang/test/ExtractAPI/underscored.c
Log Message:
-----------
[clang][extract-api] Don't emit symbols prefixed with an underscore
These symbols are understood to not be used for client API consumption
by convention so they should not appear in the generated symbol graph.
Differential Revision: https://reviews.llvm.org/D125678
More information about the All-commits
mailing list