Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang-tools-extra/clangd/IncludeCleaner.h | ||
---|---|---|
87 | nit: convention is to use /// for public documentation (as some tools don't export rest for public docs) | |
89 | FWIW, this function has nothing specific about includes. what about renaming it to rangeTillEOL(llvm::StringRef Code, unsigned Offset); // Returns the Range starting at Offset and spanning the whole line. and moving it to SourceCode.h? |
nit: convention is to use /// for public documentation (as some tools don't export rest for public docs)