[PATCH] D62138: [Docs] Increase Doxygen cache size

2019-05-21 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rC361343: [Docs] Increase Doxygen cache size (authored by dhinton, committed by ). Changed prior to commit: https://reviews.llvm.org/D62138?vs=200261=200617#toc Repository: rC Clang CHANGES SINCE

[PATCH] D62138: [Docs] Increase Doxygen cache size

2019-05-20 Thread Don Hinton via Phabricator via cfe-commits
hintonda accepted this revision. hintonda added a comment. This revision is now accepted and ready to land. Thanks, LGTM! I'll give it a day for further comments, and barring any, commit it for you tomorrow. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D62138: [Docs] Increase Doxygen cache size

2019-05-20 Thread J. Ryan Stinnett via Phabricator via cfe-commits
jryans added a comment. I don't currently have commit access, so I would need someone to land this for me assuming it's approved. If it would be easier for me to submit separate patches for the llvm and clang changes, please let me know!  Repository: rG LLVM Github Monorepo CHANGES SINCE

[PATCH] D62138: [Docs] Increase Doxygen cache size

2019-05-20 Thread J. Ryan Stinnett via Phabricator via cfe-commits
jryans created this revision. Herald added projects: clang, LLVM. Herald added subscribers: llvm-commits, cfe-commits. When building Doxygen docs for llvm and clang, it helpfully prints a warning at the end noting that the `LOOKUP_CACHE_SIZE` value was too small to keep all symbols in memory. By