summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/include-fixer/InMemorySymbolIndex.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [include-fixer] Simplify unittest code.Haojian Wu2016-05-131-18/+3
| | | | | | | | | | | | | | | Summary: The InMemorySymbolIndex only constructs hard-coded Class symbols from a string map. The patch provide a flexable way in InMemorySymbolIndex to create a custom SymbolInfo in the include-fixer unittest. Reviewers: bkramer Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D20232 llvm-svn: 269427
* [include-fixer] Rename XrefsDB to SymbolIndex.Benjamin Kramer2016-05-131-0/+47
It's not really containing xrefs so the name didn't fit. No functional change. llvm-svn: 269403
OpenPOWER on IntegriCloud