Details
Details
- Reviewers
chandlerc • tstellarAMD
Diff Detail
Diff Detail
Event Timeline
include/clang/Lex/HeaderSearchOptions.h | ||
---|---|---|
145 | There is clearly a use case for a fast StringSetVector. If it is something other than SetVector<std::string>, we should put it in LLVM's ADT and use it everywhere rather than reproducing this huge type. | |
include/clang/Sema/Sema.h | ||
6847 | Wow, do we really not have DenseMapInfo for SourceLocation? It seems like this would be a great candidate for DenseSet.... | |
lib/Driver/Tools.cpp | ||
6227 | Does this belong is this patch? If so, why? |
There is clearly a use case for a fast StringSetVector. If it is something other than SetVector<std::string>, we should put it in LLVM's ADT and use it everywhere rather than reproducing this huge type.