User Details
- User Since
- May 24 2019, 4:03 PM (87 w, 5 d)
Aug 21 2019
LGTM
Aug 16 2019
Add comments.
Fix clang-doc version.
Run clang-format
Update clang-doc documentation.
Aug 15 2019
Fix tests that were going to fail in Windows.
Fix tests broken after rebasing.
Rebase to master
Aug 14 2019
Increase version number of clang-doc bitcode.
Rename documentInfo function to shouldSerializeInfo.
In new parseBases a BaseRecordInfo object is created and then added to Bases of main RecordInfo.
Fix comments.
Use getAccess() instead of getAccessUnsafe() for CXXMethodDecl.
Add comments in YAML generator to specify that AS_none is used as the default here because it's the AS that shouldn't be part of the output. Even though AS_public is the default in the struct, it should be displayed in the YAML output.
Aug 13 2019
Default value of AccessSpecifier attributes is now AS_public.
Multiple tests modified.
Aug 12 2019
Aug 9 2019
Change the implementation of computeRelativePath
Aug 8 2019
Aug 7 2019
Rebase to master
Add comments.
Move definition of ClangDocContext constructor to .cpp file.
Add comment
Use pre-existing concurrency flag --execute-concurrency instead implementing a new one.
Aug 6 2019
Remove unnecessary type casting.
Add comments.
Change name of flag; root-directory -> --source-root
Moved fixing of repository link to ClangDocContext constructor and add test where the prefix is omitted.
RepositoryLink in ClangDocContext struct and writeFileDefinition function is now llvm::Optional<>
Changed JumpToSection in Index struct and genHTML(const Index &Index, ...) function to llvm::Optional<StringRef>.
Aug 5 2019
Moved serialization of Index to HTML generator.
D65690 replaces this revision.
Fix comments.