]> granicus.if.org Git - clang/commit
[Parse] Use StringSwitch to improve readability. NFC
authorAdam Nemet <anemet@apple.com>
Tue, 19 Apr 2016 22:17:45 +0000 (22:17 +0000)
committerAdam Nemet <anemet@apple.com>
Tue, 19 Apr 2016 22:17:45 +0000 (22:17 +0000)
commit01c891b6762ad2a6eb80770cf108ad42f098139b
tree96d487f71b39d989dc90419076d91e30cbe45a8e
parente9a4138a11d0299a590e957489d0c84ed6444489
[Parse] Use StringSwitch to improve readability. NFC

A subsequent patch will propose a "distribute" loop hint.  Similarly to
unroll, this does not have a "assume_safety" argument either so this
condition will get more complex.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@266827 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParsePragma.cpp