Dmitri Gribenko
|
f2dd7c9899
[Index] Added a ShouldSkipFunctionBody callback to libIndex, and refactored clients to use it instead of inventing their own solution
|
6 vuotta sitten |
Dmitri Gribenko
|
ca74871906
[Index] Stopped wrapping FrontendActions in libIndex and its users
|
6 vuotta sitten |
Dmitri Gribenko
|
be0b64577e
[Index] Moved the IndexDataConsumer::finish call into the IndexASTConsumer from IndexAction
|
6 vuotta sitten |
Dmitri Gribenko
|
fd5b0011a7
[Index] Create PP callbacks in the ASTConsumer
|
6 vuotta sitten |
Dmitri Gribenko
|
ca0fc1ec65
[Index] Marked a bunch of classes 'final'
|
6 vuotta sitten |
Jan Korous
|
9e9f8b7c6f
[clang][Index][NFC] Move IndexDataConsumer default implementation
|
6 vuotta sitten |
Jonas Devlieghere
|
49a6b09101
[Clang] Migrate llvm::make_unique to std::make_unique
|
6 vuotta sitten |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 vuotta sitten |
Argyrios Kyrtzidis
|
16f27fb3e9
[index] Enhance indexing for module references
|
7 vuotta sitten |
Eric Liu
|
0c965af23b
[Index] Add an option to collect macros from preprocesor.
|
7 vuotta sitten |
Eric Liu
|
f983ca8122
[Index] Ignore noop #undef's when handling macro occurrences.
|
7 vuotta sitten |
Eric Liu
|
8576df59f2
[Index] Add indexing support for MACROs.
|
7 vuotta sitten |
Fangrui Song
|
90dccc4bb9
[Index] Remove unused index::IndexDataConsumer::_anchor()
|
7 vuotta sitten |
Benjamin Kramer
|
6c13970b48
[index] Fix methods that take a shared_ptr to just take a reference.
|
7 vuotta sitten |
Sam McCall
|
669d5dd00e
[Index] Return SourceLocation to consumers, not FileID/Offset pair.
|
7 vuotta sitten |
Eric Liu
|
cbe186c3f1
[Index] Add setPreprocessor member to IndexDataConsumer.
|
7 vuotta sitten |
Ilya Biryukov
|
1c7fd213d5
[index] Added a method indexTopLevelDecls to run indexing on a list of Decls.
|
8 vuotta sitten |
Argyrios Kyrtzidis
|
5625df6660
[c-index-test] Provide capability to index module file imports and dump their input files.
|
8 vuotta sitten |
Argyrios Kyrtzidis
|
62caeb12d2
[index] Factor libclang's functionality to determing the mangled name of symbols into the clangIndex library.
|
9 vuotta sitten |
Argyrios Kyrtzidis
|
43eeb3bb6b
[index] Allow calling createIndexingAction() without passing another action to wrap over.
|
9 vuotta sitten |
Argyrios Kyrtzidis
|
754b721c20
[libclang] Separate the underlying indexing functionality of libclang and introduce it into the clangIndex library.
|
9 vuotta sitten |