Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
llvm-epi-0.8
clang
lib
Basic
SourceManager.cpp
Find file
Blame
History
Permalink
SourceManager::getLineNumber is logically const except for caching.
· 746d474b
Chris Lattner
authored
Nov 18, 2008
Use mutable to make it so. llvm-svn: 59498
746d474b
Loading