mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[IDE] Search all comments for 'FIXME:', 'TODO:', 'MARK:' and report them in the syntax model.
Swift SVN r19423
This commit is contained in:
@@ -213,7 +213,8 @@ public:
|
||||
return LLVMSourceMgr.FindLineNumber(Loc.Value, BufferID);
|
||||
}
|
||||
|
||||
StringRef extractText(CharSourceRange Range) const;
|
||||
StringRef extractText(CharSourceRange Range,
|
||||
Optional<unsigned> BufferID = {}) const;
|
||||
|
||||
llvm::SMDiagnostic GetMessage(SourceLoc Loc, llvm::SourceMgr::DiagKind Kind,
|
||||
const Twine &Msg,
|
||||
|
||||
Reference in New Issue
Block a user