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
/
lib
/
Index
/
IndexingAction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Fix typos in Clangd and Clang
Kirill Bobyrev
2019-12-16
1
-1
/
+1
*
[Index] Added a ShouldSkipFunctionBody callback to libIndex, and refactored c...
Dmitri Gribenko
2019-08-29
1
-9
/
+18
*
[Index] Stopped wrapping FrontendActions in libIndex and its users
Dmitri Gribenko
2019-08-29
1
-48
/
+14
*
[Index] Moved the IndexDataConsumer::finish call into the IndexASTConsumer fr...
Dmitri Gribenko
2019-08-29
1
-32
/
+24
*
[Index] Create PP callbacks in the ASTConsumer
Dmitri Gribenko
2019-08-29
1
-45
/
+31
*
[Index] Marked a bunch of classes 'final'
Dmitri Gribenko
2019-08-29
1
-4
/
+4
*
[clang][Index][NFC] Move IndexDataConsumer default implementation
Jan Korous
2019-08-27
1
-21
/
+0
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-6
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[index] Enhance indexing for module references
Argyrios Kyrtzidis
2018-09-18
1
-0
/
+1
*
[Index] Add an option to collect macros from preprocesor.
Eric Liu
2018-09-18
1
-1
/
+22
*
[Index] Ignore noop #undef's when handling macro occurrences.
Eric Liu
2018-07-09
1
-0
/
+2
*
[Index] Add indexing support for MACROs.
Eric Liu
2018-07-09
1
-34
/
+82
*
[Index] Remove unused index::IndexDataConsumer::_anchor()
Fangrui Song
2018-07-05
1
-2
/
+0
*
[index] Fix methods that take a shared_ptr to just take a reference.
Benjamin Kramer
2018-04-23
1
-16
/
+14
*
[Index] Return SourceLocation to consumers, not FileID/Offset pair.
Sam McCall
2018-04-09
1
-4
/
+5
*
[Index] Add setPreprocessor member to IndexDataConsumer.
Eric Liu
2017-12-07
1
-8
/
+14
*
[index] Added a method indexTopLevelDecls to run indexing on a list of Decls.
Ilya Biryukov
2017-07-14
1
-0
/
+12
*
[c-index-test] Provide capability to index module file imports and dump their...
Argyrios Kyrtzidis
2017-01-30
1
-0
/
+17
*
[index] Factor libclang's functionality to determing the mangled name of symb...
Argyrios Kyrtzidis
2016-02-14
1
-0
/
+2
*
[index] Allow calling createIndexingAction() without passing another action t...
Argyrios Kyrtzidis
2016-02-14
1
-22
/
+56
*
[libclang] Separate the underlying indexing functionality of libclang and int...
Argyrios Kyrtzidis
2016-02-12
1
-0
/
+140