diff options
author | Pavel Labath <pavel@labath.sk> | 2020-02-18 15:19:08 +0100 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2020-02-18 15:22:55 +0100 |
commit | b807a28787638f36a907f6f3ee832b840d1be08c (patch) | |
tree | 6ff86bf15a5c3ef6f2cade29a1bea24b826b0319 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 523cae324d79d2e532d2be797058a94e8214ec45 (diff) | |
download | llvm-b807a28787638f36a907f6f3ee832b840d1be08c.zip llvm-b807a28787638f36a907f6f3ee832b840d1be08c.tar.gz llvm-b807a28787638f36a907f6f3ee832b840d1be08c.tar.bz2 |
[lldb] Merge RangeArray and RangeVector
The two classes are equivalent, except:
- the former uses a llvm::SmallVector (with a configurable size), while
the latter uses std::vector.
- the former has a typo in one of the functions name
This patch just leaves one class, using llvm::SmallVector, and defaults
the small size to zero. This is the same thing we did with the
RangeDataVector class in D56170.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions