index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Index
/
properties-class-extensions.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libclang] Sync-up the way top-level decls in an ASTUnit are handled with how...
Argyrios Kyrtzidis
2016-07-01
1
-1
/
+1
*
[libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the writ...
Argyrios Kyrtzidis
2013-04-18
1
-5
/
+5
*
[libclang] For a CXCursor_ObjCInstanceMethodDecl/CXCursor_ObjCClassMethodDecl...
Argyrios Kyrtzidis
2012-03-23
1
-1
/
+1
*
[libclang] In clang::getCursorKindForDecl() don't return "UnexposedDecl"
Argyrios Kyrtzidis
2012-01-24
1
-1
/
+1
*
Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl
Douglas Gregor
2011-12-27
1
-1
/
+1
*
Improve location fidelity of objc decls.
Argyrios Kyrtzidis
2011-10-04
1
-2
/
+2
*
[libclang] Report implicit objc methods for properties when indexing.
Argyrios Kyrtzidis
2011-09-26
1
-1
/
+16
*
Mark objc methods that are implicitly declared for properties (not user-decla...
Argyrios Kyrtzidis
2011-08-17
1
-16
/
+1
*
Expose @synthesize and @dynamic via their own cursor kinds in
Douglas Gregor
2011-06-03
1
-1
/
+1
*
Fix source-range information for Objective-C properties. Previously,
Douglas Gregor
2010-11-17
1
-7
/
+12
*
Extend libclang with an API that determines, given a C++ virtual
Douglas Gregor
2010-10-01
1
-1
/
+1
*
Add test case for c-index-test showing that @property declarations added in c...
Ted Kremenek
2010-09-23
1
-0
/
+15
*
For properties declared in a @protocol and redeclared in a class extension, u...
Ted Kremenek
2010-09-23
1
-4
/
+32
*
Correctly register the class extension as the lexical DeclContext for ObjC me...
Ted Kremenek
2010-09-21
1
-3
/
+3
*
For ObjCPropertyDecls in class extensions, use the class extension as the lex...
Ted Kremenek
2010-09-21
1
-12
/
+35
*
Teach CursorVisitor about duplicate ObjCPropertyDecls that can arise because ...
Ted Kremenek
2010-05-18
1
-0
/
+28