]> granicus.if.org Git - clang/commit
Constify a read-only parameter and give function a better name
authorAlp Toker <alp@nuanti.com>
Sun, 6 Jul 2014 05:14:24 +0000 (05:14 +0000)
committerAlp Toker <alp@nuanti.com>
Sun, 6 Jul 2014 05:14:24 +0000 (05:14 +0000)
commitf7445e6c6fad8f3525bdac0e37e8ce9e8ed67106
tree281abd05af5091f09a77ce9341df8475b39ca9df
parent94c392ca3778bb9b0f07ae3d0a398b627437bcee
Constify a read-only parameter and give function a better name

This makes it clear that TargetInfo doesn't capture the LangOptions object,
rather uses it to apply adjustments.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212386 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/TargetInfo.h
lib/Basic/TargetInfo.cpp
lib/Frontend/ASTUnit.cpp
lib/Frontend/CompilerInstance.cpp