index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Index
/
get-cursor.m
Age
Commit message (
Expand
)
Author
2012-08-28
[libclang] When determining the cursor via a location, ignore synthesized iva...
Argyrios Kyrtzidis
2012-06-16
[AST/libclang] Fix the selector locations that are reported for a
Argyrios Kyrtzidis
2012-06-09
[libclang] When doing the cursor visitation make sure declarations
Argyrios Kyrtzidis
2012-04-16
[libclang] Make sure that when we have multiple @class references in the same...
Argyrios Kyrtzidis
2012-04-16
[libclang] Spelling range for a objc category should the category name range,...
Argyrios Kyrtzidis
2012-03-30
[libclang] Introduce clang_Cursor_getObjCSelectorIndex() function.
Argyrios Kyrtzidis
2012-03-30
[libclang] Introduce clang_Cursor_getSpellingNameRange().
Argyrios Kyrtzidis
2012-03-30
Add info to ObjCPropertyRefExpr to indicate whether the dot syntax property
Argyrios Kyrtzidis
2012-03-30
[libclang] A MemberRefExpr cursor for a property dot syntax should have as
Argyrios Kyrtzidis
2012-03-30
[libclang] Have c-index-test output more information about a cursor with -cur...
Argyrios Kyrtzidis
2012-03-23
[libclang] For a CXCursor_ObjCInstanceMethodDecl/CXCursor_ObjCClassMethodDecl...
Argyrios Kyrtzidis
2012-02-23
[libclang] Make sure that all top-level decls in a @implementation are
Argyrios Kyrtzidis
2012-01-20
rename -ccc-host-triple into -target
Sebastian Pop
2012-01-13
Revert r148138; it's causing test failures.
Eli Friedman
2012-01-13
rename -ccc-host-triple into -target
Sebastian Pop
2011-08-17
Mark objc methods that are implicitly declared for properties (not user-decla...
Argyrios Kyrtzidis
2011-08-15
Fix tests for non-darwin hosts.
Argyrios Kyrtzidis
2011-08-15
[libclang] Handle AttributedTypeLoc for cursor visitation. Fixes rdar://9535717.
Argyrios Kyrtzidis
2011-08-10
[libclang] When pointing at an objc property don't return a cursor that point...
Argyrios Kyrtzidis