]> granicus.if.org Git - clang/commit
[Modules] Replace arrays with init lists.
authorBenjamin Kramer <benny.kra@googlemail.com>
Tue, 15 Nov 2016 18:56:39 +0000 (18:56 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Tue, 15 Nov 2016 18:56:39 +0000 (18:56 +0000)
commit76818825f6ca07107e55c63b7201f0e605801636
treef61f99ef73ef802ebb8343c20459a47cb4de5d04
parenta3e800be70c3fcddfd005a4a71b330a01e7db96d
[Modules] Replace arrays with init lists.

Thi way the compiler can pick the optimal storage duration. It's also
more readable. No functional change intended.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@287005 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/ModuleMap.cpp