summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src/cxa_demangle.cpp
diff options
context:
space:
mode:
authorErik Pilkington <erik.pilkington@gmail.com>2017-11-21 15:04:08 +0000
committerErik Pilkington <erik.pilkington@gmail.com>2017-11-21 15:04:08 +0000
commit1b7f8d5b043a2c97d4db17fdbd092cf097d8445d (patch)
treea1f1d4bb763acfaf20b30c1b4d359d03d7979bdb /libcxxabi/src/cxa_demangle.cpp
parenta054ea9848b94c5e51a07cc062c271f3162d6b88 (diff)
downloadbcm5719-llvm-1b7f8d5b043a2c97d4db17fdbd092cf097d8445d.tar.gz
bcm5719-llvm-1b7f8d5b043a2c97d4db17fdbd092cf097d8445d.zip
[demangler] Document some features that the demangler doesn't yet support, NFC
llvm-svn: 318765
Diffstat (limited to 'libcxxabi/src/cxa_demangle.cpp')
-rw-r--r--libcxxabi/src/cxa_demangle.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/libcxxabi/src/cxa_demangle.cpp b/libcxxabi/src/cxa_demangle.cpp
index 7d173189835..96e41f0d52f 100644
--- a/libcxxabi/src/cxa_demangle.cpp
+++ b/libcxxabi/src/cxa_demangle.cpp
@@ -7,6 +7,12 @@
//
//===----------------------------------------------------------------------===//
+// FIXME: (possibly) incomplete list of features that clang mangles that this
+// file does not yet support:
+// - enable_if attribute
+// - decomposition declarations
+// - C++ modules TS
+
#define _LIBCPP_NO_EXCEPTIONS
#include "__cxxabi_config.h"
OpenPOWER on IntegriCloud