diff options
author | Reid Kleckner <reid@kleckner.net> | 2013-07-15 13:46:24 +0000 |
---|---|---|
committer | Reid Kleckner <reid@kleckner.net> | 2013-07-15 13:46:24 +0000 |
commit | cacb40c6c7277f85bdfe1f601f4b45fd93cebeef (patch) | |
tree | 1167a6295ce8fae549500af16e8b8e95b3f54969 /clang/lib/Format/Format.cpp | |
parent | d0d27ab306f47045efad43f1964d7ef7e0d92ac0 (diff) | |
download | bcm5719-llvm-cacb40c6c7277f85bdfe1f601f4b45fd93cebeef.tar.gz bcm5719-llvm-cacb40c6c7277f85bdfe1f601f4b45fd93cebeef.zip |
[Option] Store arg strings in a set backed by a BumpPtrAllocator
No functionality change.
This is preparing to move response file parsing into lib/Option so it
can be shared between clang and lld. This change isn't just a
micro-optimization. Clang's driver uses a std::set<std::string> to
unique arguments while parsing response files, so this matches that.
llvm-svn: 186319
Diffstat (limited to 'clang/lib/Format/Format.cpp')
0 files changed, 0 insertions, 0 deletions