提交歷史

作者 SHA1 備註 提交日期
  Fangrui Song ce76f242a3 Range-style std::find{,_if} -> llvm::find{,_if}. NFC 6 年之前
  Kadir Cetinkaya 87becae02c [clang][Index] Mark references from Constructors and Destructors to class as NameReference 6 年之前
  Kadir Cetinkaya 06c2fc247a [clang][Index] Enable indexing of Template Type Parameters behind a flag 6 年之前
  Kadir Cetinkaya 13553b75f5 [clang][Index] Add a knob to index function parameters in declarations 6 年之前
  Chandler Carruth 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 年之前
  Argyrios Kyrtzidis 16f27fb3e9 [index] Enhance indexing for module references 7 年之前
  Fangrui Song abdbb605f2 Remove trailing space 7 年之前
  Eric Liu 3f7d4073a8 [Index] Set OrigD before D is changed. 7 年之前
  Fangrui Song b1e72a63c2 [Index] Add index::IndexingOptions::IndexImplicitInstantiation 7 年之前
  Eric Liu 8576df59f2 [Index] Add indexing support for MACROs. 7 年之前
  Sam McCall 669d5dd00e [Index] Return SourceLocation to consumers, not FileID/Offset pair. 7 年之前
  Argyrios Kyrtzidis 5280dab80a [index] Update indexing to handle CXXDeductionGuideDecls properly 8 年之前
  Krasimir Georgiev 906b61f528 [Index] Prevent canonical decl becoming nullptr 8 年之前
  Ben Langmuir 2d77c354f1 [index] Don't add relation to a NamedDecl with no name 8 年之前
  Alex Lorenz ac61568545 [index] The references to enum constants from member enums that are 8 年之前
  Alex Lorenz bc594a9122 [index] The references to member enums from template instantiations should 8 年之前
  Alex Lorenz b1ce6ece84 [index] The references to type aliases and typedefs from template 8 年之前
  Alex Lorenz d09de5f21a [index] The references to fields from nested records in template instantiations 8 年之前
  Alex Lorenz 2f0d6ee837 [index] The references to records from template instantiations should refer 8 年之前
  Alex Lorenz 96ab5e6080 [index] References to fields from template instantiations should refer to 8 年之前
  Alex Lorenz 6d3ec86383 [index] The relation between the declarations in template specializations 8 年之前
  Argyrios Kyrtzidis efab042a8b [index] Take advantage of 'external_source_symbol' attribute for indexing purposes 8 年之前
  Alex Lorenz 59a0c5ecb8 [index] Record class template specializations using a new 'SpecializationOf' 8 年之前
  Simon Pilgrim 91167dbab2 Fix MSVC 'not all control paths return a value' warning. 8 年之前
  Argyrios Kyrtzidis 53160ec419 [index] When indexing system headers make sure to report important reference relations 8 年之前
  Argyrios Kyrtzidis 1d680d2459 [index] Add 'Parameter' symbol kind and 'Local' symbol property to distinguish function-local symbols 8 年之前
  Argyrios Kyrtzidis 10d3537953 [index] Improvde how we handle synthesized ObjC properties and the associated ivars. 8 年之前
  Argyrios Kyrtzidis 8293248be4 [index] Add 'IBTypeOf' relation for ObjC methods marked with IBAction and properties with IBOutletCollection. 8 年之前
  Argyrios Kyrtzidis 231cda663b [index] Add 'contained-by' relation between references and their lexical container. 8 年之前
  Argyrios Kyrtzidis 0e2326e6f9 [index] Handle properly C++14's template variables. 8 年之前