Use std::map<K, V> rather than std::map<K, std::unique_ptr<V>>
[oota-llvm.git] / .clang-format
1 BasedOnStyle: LLVM
2