]> granicus.if.org Git - clang/commit
constify the feature vector going into initFeatureMap as it shouldn't
authorEric Christopher <echristo@gmail.com>
Fri, 9 Oct 2015 18:39:55 +0000 (18:39 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 9 Oct 2015 18:39:55 +0000 (18:39 +0000)
commit515e85c9a4783cbadc7dcd8c9c5d53dc867ad552
treef5ef9af2918f6593716502796e4681f94fc71182
parentba2d572d2604e72dae52571a8baa824c2c87c528
constify the feature vector going into initFeatureMap as it shouldn't
change the set of features.

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