llvm-project
94bb9e12 - [clang-doc] Serialize record files with mangled name (#148021)

Commit
177 days ago
[clang-doc] Serialize record files with mangled name (#148021) This patch changes JSON file serialization. Now, files are serialized to a single directory instead of nesting them based on namespaces. The global namespace retains the "index.json" name. This solves the problem of class template specializations being serialized to the same file as its base template. This is also planned as part of future integration with the Mustache generator which will consume the JSON files.
Author
Parents
Loading