提交历史

作者 SHA1 备注 提交日期
  Chandler Carruth 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 年之前
  Haojian Wu 879a28b425 [Index] Index paremeters in lambda expressions. 6 年之前
  Argyrios Kyrtzidis 712a70e658 [index] For an ObjC message call, also record as receivers the protocols if they are present in the ObjC type 7 年之前
  Stephen Kelly 2dfd8132cf Port getLocEnd -> getEndLoc 7 年之前
  Stephen Kelly d7b659b592 Port getLocStart -> getBeginLoc 7 年之前
  Fangrui Song abdbb605f2 Remove trailing space 7 年之前
  Alex Lorenz df12300eec [index] __builtin_offset's field reference is located at the end location 7 年之前
  Alex Lorenz 74ca15e3f7 [index] index field references in __builtin_offset 7 年之前
  Alex Lorenz 0305311a4e [index] Remove 'implicit' role for message sends in implicit ObjC 8 年之前
  Alex Lorenz fa589cc930 [index] The references to explicit class properties should be recorded 8 年之前
  Alex Lorenz d195511ec2 [index] Record references to class receivers used in property references 8 年之前
  Alex Lorenz 7c14490d8a [index] Avoid a crash that happens when looking up a dependent name 8 年之前
  Alex Lorenz 35fdd442cf [index] Index simple dependent declaration references 8 年之前
  Argyrios Kyrtzidis 10eccfa5a0 [index/AST] Add references for ObjC getter=/setter= property attributes and related property getter/setter role fixes 8 年之前
  Argyrios Kyrtzidis 1d680d2459 [index] Add 'Parameter' symbol kind and 'Local' symbol property to distinguish function-local symbols 8 年之前
  Argyrios Kyrtzidis ba894e9784 [index] Avoid using a RecursiveASTVisitor for SyntacticFormIndexer and iterate the DesignatedInitExprs of the InitListExpr directly. 8 年之前
  Argyrios Kyrtzidis e30072cab9 [index] Fix repeated visitation of the same InitListExpr for indexing. 8 年之前
  Martin Bohme 70e216b530 Visit lambda capture inits from RecursiveASTVisitor::TraverseLambdaCapture(). 9 年之前
  Argyrios Kyrtzidis 9f9a4eb120 [index] Fix crash with indexing designated init expressions inside templates. 9 年之前
  David Majnemer 7bec35427e Use ranges to concisely express iteration 9 年之前
  Argyrios Kyrtzidis 82ff39a499 [index] Fix issue where data visitation was disabled with C++ operator call expressions, during indexing. 9 年之前
  Argyrios Kyrtzidis 46f43fd040 [index] Add a caller relation for a call reference. 9 年之前
  Argyrios Kyrtzidis fe6dce9307 [RecursiveASTVisitor] Introduce dataTraverseStmtPre()/dataTraverseStmtPost() to allow clients to do before/after actions during data recursive visitation. 9 年之前
  Argyrios Kyrtzidis 754b721c20 [libclang] Separate the underlying indexing functionality of libclang and introduce it into the clangIndex library. 9 年之前