diff options
Diffstat (limited to 'include/clang')
-rw-r--r-- | include/clang/Basic/SourceManager.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/clang/Basic/SourceManager.h b/include/clang/Basic/SourceManager.h index c3c1a69631..b60d0dab23 100644 --- a/include/clang/Basic/SourceManager.h +++ b/include/clang/Basic/SourceManager.h @@ -334,9 +334,8 @@ public: return getContentCache(FID)->getBuffer(); } - /// getBufferData - Return a pointer to the start and end of the character + /// getBufferData - Return a pointer to the start and end of the source buffer /// data for the specified FileID. - std::pair<const char*, const char*> getBufferData(SourceLocation Loc) const; std::pair<const char*, const char*> getBufferData(FileID FID) const; /// getIncludeLoc - Return the location of the #include for the specified |