swift
dbe5ee77 - [Demangler] Implement isObjCSymbol().

Commit
6 years ago
[Demangler] Implement isObjCSymbol(). This function can be queried to find out whether the passed mangled name is an Objective-C symbol. This will be used in the debugger to replace an hardcoded check that would break if the mangling prefix changed. <rdar://problem/44467875>
Author
Davide Italiano
Parents
  • include/swift/Demangling
    • File
      Demangle.h
  • lib/Demangling
    • File
      Demangler.cpp
  • unittests/Basic
    • File
      DemangleTest.cpp