summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ItaniumMangle.cpp
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2018-07-13 19:28:32 +0000
committerJim Ingham <jingham@apple.com>2018-07-13 19:28:32 +0000
commit393fe62e3373c04ac9a2ab391335dfe6e08949e7 (patch)
tree5e74973e4fd8a341872bac637782c4996c264416 /clang/lib/AST/ItaniumMangle.cpp
parent0925c1fdffe79874e0f628024202e97354a49319 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud