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)
commit28b45ce151f3d4248646f2395c5319caa93cd015
tree467bef0e365aabd6b794b0f31af5550f022f1040
parent1e03f5d10df77b85a20d0dfb6f707f51e9408943
Make constant static variables const so they can go into a read-only section

NFC.

llvm-svn: 231597
clang/lib/Format/Format.cpp
clang/lib/Format/TokenAnnotator.cpp