pugixml/src
Arseny Kapoulkine 81c82588bd Work around clang --analyze warnings
clang doesn't understand the invariants guaranteed for specific AST node
types and, when seeing null pointer checks in optimize(), assumes any
pointers in the node might be null. Work around this by adding explicit
- redundant - null pointer checks.
2018-09-24 20:38:09 -07:00
..
pugiconfig.hpp Update version to 1.9 2018-04-02 21:46:14 -07:00
pugixml.cpp Work around clang --analyze warnings 2018-09-24 20:38:09 -07:00
pugixml.hpp XPath: Refactor xpath_node_set short buffer optimization 2018-09-24 20:19:31 -07:00