]> granicus.if.org Git - clang/commit
[Basic] Add const qualifier to SM.isInSystemMacro (NFC)
authorVedant Kumar <vsk@apple.com>
Fri, 12 Aug 2016 00:20:39 +0000 (00:20 +0000)
committerVedant Kumar <vsk@apple.com>
Fri, 12 Aug 2016 00:20:39 +0000 (00:20 +0000)
commit268e1ac4d54e82e75447b188958f99951f2257dd
treea1ec3e48f3878864fc040a97b142afa610f7aa7d
parent5f0128122c3803afe7f26919f3f898f981451f44
[Basic] Add const qualifier to SM.isInSystemMacro (NFC)

The member function is a predicate, and doesn't apply any changes on the
object.

Patch by Visoiu Mistrih Francis!

Differential Revision: https://reviews.llvm.org/D23433

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@278444 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/SourceManager.h