]> granicus.if.org Git - clang/commit
Make constant static variables const so they can go into a read-only section
authorBenjamin Kramer <benny.kra@googlemail.com>
Sun, 8 Mar 2015 16:06:46 +0000 (16:06 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sun, 8 Mar 2015 16:06:46 +0000 (16:06 +0000)
commit5324ac0774fb74ec58a407c622f9fc2c1807e979
treeac7bfdd96ae8d26ce0040a0029ab5b82895f6820
parentb90bec812a0e687c091b14a223613bd777736e96
Make constant static variables const so they can go into a read-only section

NFC.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@231597 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/Format.cpp
lib/Format/TokenAnnotator.cpp