[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)
commit100cd2bbbc712b3963f5c9eec36b5bb32b63ecb7
treea7db527abbe5b24a71e32d7d6565fbe74c8d1801
parent562e82945eec22679ae20fdb19b84dcd6959bf90
[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

llvm-svn: 278444
clang/include/clang/Basic/SourceManager.h