kadircet added a comment.
What about surfacing compile command itself as well? IMO, it is an important
information that we always extract from logs by digging currently.
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60323/new/
https://reviews.llvm.
hokein accepted this revision.
hokein added inline comments.
This revision is now accepted and ready to land.
Comment at: clangd/GlobalCompilationDatabase.cpp:70
/*Output=*/"");
+ Result.Heuristic = "default flags for unknown file";
+ return Re
sammccall created this revision.
sammccall added a reviewer: hokein.
Herald added subscribers: cfe-commits, kadircet, arphaman, jkorous, MaskRay,
ioeric, javed.absar, ilya-biryukov.
Herald added a project: clang.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D60323
Files:
clan