Fixed class diagram test cases on LLVM 16
This commit is contained in:
@@ -132,7 +132,10 @@ struct relationship_hint_t {
|
||||
|
||||
using relationship_hints_t = std::map<std::string, relationship_hint_t>;
|
||||
|
||||
using type_aliases_t = std::map<std::string, std::string>;
|
||||
using type_aliases_t =
|
||||
std::map<std::string, std::string>;
|
||||
using type_aliases_longer_first_t =
|
||||
std::map<std::string, std::string, std::greater<std::string>>;
|
||||
|
||||
enum class location_t { marker, fileline, function };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user