aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Index
AgeCommit message (Expand)AuthorFilesLines
2022-04-28[AST] Improve traversal of concepts and concept requirementsIlya Biryukov1-7/+4
2022-04-26[Index] [clangd] Support for concept declarations and requires expressionsIlya Biryukov6-30/+88
2022-04-22[Index] Remove reference to `UnresolvedUsingIfExists`Ben Barham1-1/+8
2022-03-24[clang] ReformatNathan Sidwell1-11/+11
2021-10-25[clang] Visit enum base specifiers in libIndexKadir Cetinkaya1-0/+10
2021-09-06[Clang] Add __ibm128 type to represent ppc_fp128Qiu Chaofan1-0/+1
2021-08-11[llvm][clang][NFC] updates inline licence infoChristopher Di Bella1-4/+3
2021-06-16[index] Fix performance regression with indexing macrosBen Langmuir2-22/+16
2021-06-08[clang] p1099 using enum part 2Nathan Sidwell1-0/+7
2021-06-01[clang] RecursiveASTVisitor visits ObjCPropertyRefExpr's class receiverDavid Goldman1-3/+0
2021-05-27Speculatively fix this harder and with improved spelling capabilities.Aaron Ballman1-0/+2
2021-05-27Add support for #elifdef and #elifndefAaron Ballman1-0/+17
2021-05-06[Index] Ignore nullptr decls for indexingAlex Hoppen1-1/+1
2021-04-06[index] Improve macro indexing supportBen Langmuir6-42/+176
2021-02-18[Clang][RISCV] Define RISC-V V builtin typesHsiangkai Wang1-0/+2
2021-02-11[clang][index] report references from unreslovedLookupExpr.Haojian Wu1-0/+9
2021-01-20Revert "Following up on PR48517, fix handling of template arguments that refer"Hans Wennborg1-4/+0
2021-01-18[c++20] P1907R1: Support for generalized non-type template arguments of scala...Richard Smith1-0/+4
2020-12-22Revert "[c++20] P1907R1: Support for generalized non-type template arguments ...Arthur Eubanks1-4/+0
2020-12-18[c++20] P1907R1: Support for generalized non-type template arguments of scala...Richard Smith1-0/+4
2020-12-15[PowerPC] Enable paired vector type and intrinsics when MMA is disabledBaptiste Saleil1-1/+1
2020-12-04Index: Remove unused internal header SimpleFormatContext.h, NFCDuncan P. N. Exon Smith2-73/+0
2020-10-28[Clang][PowerPC] Add __vector_pair and __vector_quad typesBaptiste Saleil1-0/+3
2020-09-22[clang] Traverse init-captures while indexingNathan Ridge1-1/+3
2020-09-01[clang] Do not consider the template arguments of bases to be bases themselvesNathan Ridge1-0/+21
2020-08-20[clangd] Fix crash-bug in preamble indexing when using modules.Adam Czachorowski1-1/+10
2020-08-13[clangd] Revert "[clangd] Fix crash-bug in preamble indexing when using modul...Adam Czachorowski1-10/+1
2020-08-10[clangd] Fix crash-bug in preamble indexing when using modules.Adam Czachorowski1-1/+10
2020-08-05[clang][nearly-NFC] Remove some superfluous uses of NamedDecl::getNameAsStringBruno Ricci1-1/+1
2020-06-23[openmp] Base of tablegen generated OpenMP common declarationValentin Clement1-0/+3
2020-06-05[ARM] Add __bf16 as new Bfloat16 C TypeTies Stuij1-0/+1
2020-05-26[clangd] Don't traverse the AST within uninteresting files during indexingSam McCall2-0/+18
2020-05-21[clang][index] Fix a crash for accessing a null field decl.Haojian Wu1-1/+1
2020-03-11Avoid including FileManager.h from SourceManager.hReid Kleckner2-0/+2
2020-03-08Fix GCC warnings. NFC.Michael Liao1-1/+1
2020-03-07[Index/USRGeneration] Make sure that ObjC properties in categories also get n...Argyrios Kyrtzidis1-9/+9
2020-02-27Avoid SourceManager.h include in RawCommentList.h, add missing incsReid Kleckner2-0/+2
2020-02-20[clang][Index] Fix the incomplete instantiations in libindex.Haojian Wu1-1/+10
2020-02-18[NFC] Remove trailing spaceJim Lin1-1/+1
2020-02-17[clang][Index] Visit the default parameter arguements in libindex.Haojian Wu1-4/+9
2020-02-14[clang][Index] Introduce a TemplateParm SymbolKindKadir Cetinkaya1-0/+12
2020-01-22[clang][index] Index the injected class name types.Haojian Wu1-0/+5
2019-12-21[Wdocumentation] Implement \anchorMark de Wever1-0/+8
2019-12-16[NFC] Fix typos in Clangd and ClangKirill Bobyrev2-9/+8
2019-12-06Remove Expr.h include from ASTContext.h, NFCReid Kleckner4-4/+8
2019-11-08Redeclare Objective-C property accessors inside the ObjCImplDecl in which the...Adrian Prantl1-13/+13
2019-09-05[clang][Index] Replace CodegenNameGenerator with ASTNameGeneratorJan Korous2-37/+0
2019-08-29[Index] Added a ShouldSkipFunctionBody callback to libIndex, and refactored c...Dmitri Gribenko1-9/+18
2019-08-29[Index] Stopped wrapping FrontendActions in libIndex and its usersDmitri Gribenko1-48/+14
2019-08-29[Index] Moved the IndexDataConsumer::finish call into the IndexASTConsumer fr...Dmitri Gribenko1-32/+24