diff options
author | Eric Fiselier <eric@efcs.ca> | 2017-10-17 19:12:23 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2017-10-17 19:12:23 +0000 |
commit | 0a412f4db00d3bf5e636a68a4942b6fecb74ae02 (patch) | |
tree | 66fc015061544856114d48a307221030cb05d66d /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | |
parent | 85af63d0448cfac7d4824dd054b64cdf2cdc6080 (diff) | |
download | llvm-0a412f4db00d3bf5e636a68a4942b6fecb74ae02.zip llvm-0a412f4db00d3bf5e636a68a4942b6fecb74ae02.tar.gz llvm-0a412f4db00d3bf5e636a68a4942b6fecb74ae02.tar.bz2 |
Refactor std::list node allocation logic.
The logic to allocate a node within std::list was repeated
in a bunch of places. This is unneeded. This patch refactors
the shared logic into a single function to reduce duplication.
This patch is part of a set to clean up node construction in
general, but refactoring construction requires some more work
to make it work cleanly in C++03
llvm-svn: 316021
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions