Author Topic: Live Errors for C++?  (Read 1596 times)

Kurt

  • Junior Community Member
  • Posts: 8
  • Hero Points: 0
Live Errors for C++?
« on: February 05, 2018, 02:18:26 PM »
Does SlickEdit support Live Errors for C++, say via Clang?

Dennis

  • Senior Community Member
  • Posts: 3961
  • Hero Points: 517
Re: Live Errors for C++?
« Reply #1 on: February 05, 2018, 05:17:32 PM »
It is on our future-features list.  This is a difficult one.  A good, portable implementation is going to require at least three separate implementations (clang, g++, and VS), otherwise, it will just constantly fail because of difference in C++ dialects and compiler builtin functions.