summaryrefslogtreecommitdiff
path: root/src
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
commit1c300b9e6592df8e2259cf79f5abb121fb95de30 (patch)
treee2d8d6087f6b509617d40c24f1c272f95e81305b /src
parent43600b48fcd9201db390d94ffcce2625c5925f07 (diff)
[demangler] Document some features that the demangler doesn't yet support, NFC
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@318765 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'src')
-rw-r--r--src/cxa_demangle.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cxa_demangle.cpp b/src/cxa_demangle.cpp
index 7d17318..96e41f0 100644
--- a/src/cxa_demangle.cpp
+++ b/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"