summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/index/CanonicalIncludes.cpp
Commit message (Expand)AuthorAgeFilesLines
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-041-1/+1
* [clangd] Attempt to fix failing Windows buildbots.Ilya Biryukov2019-09-091-3/+6
* [clangd] Use pre-populated mappings for standard symbolsIlya Biryukov2019-09-091-37/+44
* Fight a bit against global initializers. NFC.Benjamin Kramer2019-08-221-657/+656
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [clangd] Add include-mapping for C symbols.Haojian Wu2019-06-211-5/+14
* [clangd] Fix buildbot error.Haojian Wu2019-05-291-0/+4
* [clangd] Remove the whitelist std symbols in CanonicalIncludes.Haojian Wu2019-05-291-17/+0
* [clangd] Include insertion: require header guards, drop other heuristics, tre...Sam McCall2019-04-171-21/+2
* [clangd] Using symbol name to map includes for STL symbols.Haojian Wu2019-03-141-35/+8
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-071-15/+17
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-15/+13
* [clangd] NFC: Migrate to LLVM STLExtras API where possibleKirill Bobyrev2018-10-071-6/+5
* [clangd] Fix header mapping for std::string. NFCEric Liu2018-10-011-0/+1
* [clangd] Canonicalize include paths in clangd.Eric Liu2018-09-071-1/+1
* [clangd] Get rid of regexes in CanonicalIncludesIlya Biryukov2018-08-221-667/+675
* [clangd] Skip .inc headers when canonicalizing header #include.Eric Liu2018-05-241-4/+26
* [clangd] Correctly handle IWYU prama with verbatim #include header.Eric Liu2018-05-221-2/+3
* [clangd] Minor fixes for C++ standard library header mapping.Eric Liu2018-04-251-7/+24
* [clangd] Make symbol name a required parameter for CanonicalIncludes::mapHeaderEric Liu2018-03-011-5/+3
* [clangd] Support include canonicalization in symbol leve.Eric Liu2018-03-011-1/+60
* [clangd] A few more fixes for STL header mapping.Eric Liu2018-02-281-1/+7
* [clangd] A few minor fixes for STL internal header mapping.Eric Liu2018-02-281-4/+4
* [clangd] Update canonical header mapping for STLEric Liu2018-02-211-0/+4
* [clangd] Fixes for #include insertion.Eric Liu2018-02-191-0/+1
* [clangd] Try to fix build bot failure caused by r325343: escape regex string.Eric Liu2018-02-191-1/+2
* [clangd] remove redundant ';' introduced in r325343Eric Liu2018-02-161-1/+1
* [clangd] collect symbol #include & insert #include in global code completion.Eric Liu2018-02-161-0/+704
OpenPOWER on IntegriCloud