diff options
Diffstat (limited to 'source/Core/CxaDemangle.cpp')
| -rw-r--r-- | source/Core/CxaDemangle.cpp | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/source/Core/CxaDemangle.cpp b/source/Core/CxaDemangle.cpp index 7d21138c2899..62335a9175cd 100644 --- a/source/Core/CxaDemangle.cpp +++ b/source/Core/CxaDemangle.cpp @@ -20,6 +20,7 @@  #include "lldb/Host/windows/win32.h" // snprintf  #endif  #include "llvm/Support/Compiler.h"   // LLVM_{NOEXCEPT, CONSTEXPR, ALIGNAS} +#include "lldb/lldb-private.h"  #undef _LIBCPP_EXTERN_TEMPLATE       // Avoid warning below  //===-------------------------- cxa_demangle.cpp --------------------------===// @@ -2262,7 +2263,7 @@ parse_type(const char* first, const char* last, C& db)                                  break;                              }                          } -                        // drop through +                        LLVM_FALLTHROUGH;                      default:                          // must check for builtin-types before class-enum-types to avoid                          // ambiguities with operator-names  | 
