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
/
IndexAction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Set RetainCommentsFromSystemHeaders to true
Ilya Biryukov
2019-11-07
1
-0
/
+1
*
[clangd] Use pre-populated mappings for standard symbols
Ilya Biryukov
2019-09-09
1
-1
/
+1
*
[clang][Index][NFC] Put IndexingOptions to a separate header
Jan Korous
2019-09-06
1
-0
/
+1
*
[Index] Added a ShouldSkipFunctionBody callback to libIndex, and refactored c...
Dmitri Gribenko
2019-08-29
1
-30
/
+9
*
[Index] Stopped wrapping FrontendActions in libIndex and its users
Dmitri Gribenko
2019-08-29
1
-43
/
+34
*
Fix clangd's IndexAction for FileSkipped API update
Alex Lorenz
2019-08-27
1
-2
/
+2
*
[clangd] Skip function bodies inside processed files while indexing
Ilya Biryukov
2019-08-20
1
-1
/
+49
*
[clang-tools-extra] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-3
/
+3
*
[clangd] Add HadErrors field into shards
Kadir Cetinkaya
2019-07-04
1
-1
/
+3
*
[clangd] Also cache failures while indexing
Kadir Cetinkaya
2019-07-04
1
-6
/
+3
*
[clangd] Add include-mapping for C symbols.
Haojian Wu
2019-06-21
1
-1
/
+1
*
[clangd] Index API and implementations for relations
Nathan Ridge
2019-06-15
1
-1
/
+8
*
[clangd] Count number of references while merging RefSlabs inside FileIndex
Kadir Cetinkaya
2019-05-09
1
-1
/
+0
*
Disable warnings when indexing as a standalone action.
Sam McCall
2019-03-28
1
-0
/
+5
*
[clangd] Support utf-8 offsets (rather than utf-16) as a protocol extension
Sam McCall
2019-03-27
1
-1
/
+0
*
[clangd] Respect Origin option in createStaticIndexingAction
Kadir Cetinkaya
2019-03-11
1
-1
/
+2
*
Added missing license headers
Dmitri Gribenko
2019-02-28
1
-1
/
+8
*
Moved SymbolOrigin into its own header and implementation file
Dmitri Gribenko
2019-02-28
1
-0
/
+2
*
[clangd] Drop documentation in static index if symbols are not indexed for co...
Haojian Wu
2019-02-25
1
-0
/
+1
*
[clangd] Remove 'using namespace llvm' from .cpp files. NFC
Ilya Biryukov
2019-01-07
1
-7
/
+6
*
[clangd] Populate include graph during static indexing action.
Kadir Cetinkaya
2018-11-30
1
-7
/
+115
*
[clangd] Namespace style cleanup in cpp files. NFC.
Sam McCall
2018-10-20
1
-1
/
+3
*
[clangd] Collect refs from headers.
Haojian Wu
2018-10-17
1
-1
/
+3
*
[clangd] NFC fix semicolon warning
Jonas Toth
2018-10-12
1
-1
/
+1
*
[clangd] clangd-indexer gathers refs and stores them in index files.
Sam McCall
2018-10-04
1
-6
/
+13
*
Removed extra semicolon to fix Wpedantic. (NFCI).
Simon Pilgrim
2018-09-26
1
-1
/
+1
*
[clangd] Extract mapper logic from clangd-indexer into a library.
Sam McCall
2018-09-25
1
-0
/
+73