index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang-tools-extra
/
clangd
/
index
/
CanonicalIncludes.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFC: Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-04
1
-1
/
+1
*
[clangd] Attempt to fix failing Windows buildbots.
Ilya Biryukov
2019-09-09
1
-3
/
+6
*
[clangd] Use pre-populated mappings for standard symbols
Ilya Biryukov
2019-09-09
1
-37
/
+44
*
Fight a bit against global initializers. NFC.
Benjamin Kramer
2019-08-22
1
-657
/
+656
*
[clang-tools-extra] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
[clangd] Add include-mapping for C symbols.
Haojian Wu
2019-06-21
1
-5
/
+14
*
[clangd] Fix buildbot error.
Haojian Wu
2019-05-29
1
-0
/
+4
*
[clangd] Remove the whitelist std symbols in CanonicalIncludes.
Haojian Wu
2019-05-29
1
-17
/
+0
*
[clangd] Include insertion: require header guards, drop other heuristics, tre...
Sam McCall
2019-04-17
1
-21
/
+2
*
[clangd] Using symbol name to map includes for STL symbols.
Haojian Wu
2019-03-14
1
-35
/
+8
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clangd] Remove 'using namespace llvm' from .cpp files. NFC
Ilya Biryukov
2019-01-07
1
-15
/
+17
*
[clangd] Namespace style cleanup in cpp files. NFC.
Sam McCall
2018-10-20
1
-15
/
+13
*
[clangd] NFC: Migrate to LLVM STLExtras API where possible
Kirill Bobyrev
2018-10-07
1
-6
/
+5
*
[clangd] Fix header mapping for std::string. NFC
Eric Liu
2018-10-01
1
-0
/
+1
*
[clangd] Canonicalize include paths in clangd.
Eric Liu
2018-09-07
1
-1
/
+1
*
[clangd] Get rid of regexes in CanonicalIncludes
Ilya Biryukov
2018-08-22
1
-667
/
+675
*
[clangd] Skip .inc headers when canonicalizing header #include.
Eric Liu
2018-05-24
1
-4
/
+26
*
[clangd] Correctly handle IWYU prama with verbatim #include header.
Eric Liu
2018-05-22
1
-2
/
+3
*
[clangd] Minor fixes for C++ standard library header mapping.
Eric Liu
2018-04-25
1
-7
/
+24
*
[clangd] Make symbol name a required parameter for CanonicalIncludes::mapHeader
Eric Liu
2018-03-01
1
-5
/
+3
*
[clangd] Support include canonicalization in symbol leve.
Eric Liu
2018-03-01
1
-1
/
+60
*
[clangd] A few more fixes for STL header mapping.
Eric Liu
2018-02-28
1
-1
/
+7
*
[clangd] A few minor fixes for STL internal header mapping.
Eric Liu
2018-02-28
1
-4
/
+4
*
[clangd] Update canonical header mapping for STL
Eric Liu
2018-02-21
1
-0
/
+4
*
[clangd] Fixes for #include insertion.
Eric Liu
2018-02-19
1
-0
/
+1
*
[clangd] Try to fix build bot failure caused by r325343: escape regex string.
Eric Liu
2018-02-19
1
-1
/
+2
*
[clangd] remove redundant ';' introduced in r325343
Eric Liu
2018-02-16
1
-1
/
+1
*
[clangd] collect symbol #include & insert #include in global code completion.
Eric Liu
2018-02-16
1
-0
/
+704