Skip to content
  • Sergey Kalinichev's avatar
    Automatically change member access operator. · 184993a1
    Sergey Kalinichev authored
    This automatically changes '.' to '->' and vice-versa, based on
    LibClang diagnostics.
    
    Sadly, Clang doesn't provide the diagnostic when '.' used instead of '->',
    so in that case automatic replacement doesn't work.
    
    REVIEW: 124735
    184993a1