[PATCH] D51314: Parse compile commands lazily in InterpolatingCompilationDatabase
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 28 06:56:22 PDT 2018
ilya-biryukov updated this revision to Diff 162849.
ilya-biryukov marked 6 inline comments as done.
ilya-biryukov added a comment.
- Update the comments
- Rename the new class to FileIndex
- Restore an accidentally lost comment
- Store file types in a parallel array instead of recomputing on each call
- Use foldType(guessType()) when obtaining lang type from filename
Repository:
rC Clang
https://reviews.llvm.org/D51314
Files:
lib/Tooling/InterpolatingCompilationDatabase.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51314.162849.patch
Type: text/x-patch
Size: 7976 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180828/1fd0c65e/attachment-0001.bin>
More information about the cfe-commits
mailing list