diff options
author | Jim Ingham <jingham@apple.com> | 2018-07-13 19:28:32 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2018-07-13 19:28:32 +0000 |
commit | 393fe62e3373c04ac9a2ab391335dfe6e08949e7 (patch) | |
tree | 5e74973e4fd8a341872bac637782c4996c264416 /clang/lib/AST/ItaniumMangle.cpp | |
parent | 0925c1fdffe79874e0f628024202e97354a49319 (diff) | |
download | bcm5719-llvm-393fe62e3373c04ac9a2ab391335dfe6e08949e7.tar.gz bcm5719-llvm-393fe62e3373c04ac9a2ab391335dfe6e08949e7.zip |
Fix the libcxx set, multiset, vector and bitset formatters to work on references.
The synthetic child providers for these classes had a type expression that matched
pointers & references to the type, but the Front End only worked on the actual object.
I fixed this by adding a way for the Synthetic Child FrontEnd provider to request dereference,
and then had these formatters use that mode.
<rdar://problem/40849836>
Differential Revision: https://reviews.llvm.org/D49279
llvm-svn: 337035
Diffstat (limited to 'clang/lib/AST/ItaniumMangle.cpp')
0 files changed, 0 insertions, 0 deletions