v2.0.0
- Drop support for
GCC-XML.
-
Drop all the demangled name attributes
-
Drop declarations.class_t.USE_DEMANGLED_AS_NAME
-
Drop support for
Python 2.6,Python 2.7,Python 3.2,Python 3.3,Python 3.4. -
Add support for
Python 3.5,Python 3.6,Python 3.7,Python 3.8. -
Deprecated all the
i_depend_on_themmethods from thedeclaration_t
class hierarchy. Instead of usingdecl.i_depend_on_them(), please use the
declarations.get_dependencies_from_decl(decl)function from the
declarationsmodule, which returns the same result. -
Add support for
-std=c++17and-std=c++2aflags -
Add
g++andgccto better support gnu compilers on windows