summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaCodeComplete.cpp
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-11-18 01:40:20 +0000
committerEric Fiselier <eric@efcs.ca>2016-11-18 01:40:20 +0000
commit4b10f489fb700f396a4e2046bec7c69bb18603a9 (patch)
tree992c5cfee836c63123bd5487139726b90c7280ac /clang/lib/Sema/SemaCodeComplete.cpp
parent4497a28bd12888ea726a4d3bf26c6ddc04b6381b (diff)
downloadbcm5719-llvm-4b10f489fb700f396a4e2046bec7c69bb18603a9.tar.gz
bcm5719-llvm-4b10f489fb700f396a4e2046bec7c69bb18603a9.zip
Change sym_check to filter non-stdlib symbols.
Currently sym_check almost all names found in the binary, including those which are defined in other libraries. This makes our ABI lists harder to maintain. This patch adds a --only-stdlib-symbols option to sym_check which removes all symbols which aren't possibly provided by libc++. It also re-generates the linux ABI list after making this change. llvm-svn: 287294
Diffstat (limited to 'clang/lib/Sema/SemaCodeComplete.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud