Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master' into file
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersbakken committed Mar 9, 2015
2 parents 7536799 + 5c7a4a7 commit ba85598
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ClangIndexer.cpp
Original file line number Diff line number Diff line change
@@ -523,6 +523,7 @@ static inline CXCursor findDestructorForDelete(const CXCursor &deleteStatement)
const CXCursor var = clang_getCursorReferenced(child);
kind = clang_getCursorKind(var);
switch (kind) {
case CXCursor_ObjCIvarDecl:
case CXCursor_VarDecl:
case CXCursor_FieldDecl:
case CXCursor_ParmDecl:

0 comments on commit ba85598

Please sign in to comment.