I am using xerces xml parser with cmake .
The Clang cannot find the class XmlString and although the code compiles intellisense is dead 🙁 for this class.
Visual Studio 2017 Intellisense works just fine
Example code which is crossed with a red line using CLang
#include <xercesc/util/XMLString.hpp>
…
XMLString::release(&attributeName);
The class is in file XMLString.hpp in XERCES_ROOT\src\xercesc\util (the src folder is added to cmake include path ofcourse)
-
This topic was modified 6 years, 2 months ago by b.timofte.