index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Sema
/
SemaObjCProperty.cpp
Age
Commit message (
Expand
)
Author
2012-06-29
objc diagnostic: pass IdentifierInfo* to the diagnostic system
Fariborz Jahanian
2012-06-27
objective-c mrc: Issue warning for mrc, as is done for arc, when
Fariborz Jahanian
2012-06-20
objc: tweak my last patch to warn if class extension
Fariborz Jahanian
2012-06-20
objective-c: Normally, a property cannot be both 'readonly' and having a
Fariborz Jahanian
2012-06-20
objc: improved diagnostic when property autosynthesis may cause
Fariborz Jahanian
2012-06-20
Restructure how the driver communicates information about the
John McCall
2012-06-19
objective-c: warn when autosynthesizing a property which has same
Fariborz Jahanian
2012-06-15
Documentation cleanup:
James Dennett
2012-06-08
[libclang/AST]
Argyrios Kyrtzidis
2012-06-06
Revert Decl's iterators back to pointer value_type rather than reference valu...
David Blaikie
2012-05-29
objective-c: fix a sema and IRGen crash when property
Fariborz Jahanian
2012-05-27
Use the SelectorSet typedef more widely throughout Sema.
Benjamin Kramer
2012-05-21
Remove unused argument in my last patch.
Fariborz Jahanian
2012-05-21
objective-c: When default synthesizing readonly IBOutlet properties
Fariborz Jahanian
2012-05-19
objective-c: Warn if default synthesizing readonly IBOutlet properties
Fariborz Jahanian
2012-05-15
objective-c: perform strict type checking on property
Fariborz Jahanian
2012-05-15
objc: avoid duplicate diagnostics on certain type mismatches
Fariborz Jahanian
2012-05-09
[AST/libclang] Speed up clang_getOverriddenCursors() considerably by reservin...
Argyrios Kyrtzidis
2012-05-08
Fixes a typo. note_xxx not not_xxx.
Fariborz Jahanian
2012-05-04
Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType()
Douglas Gregor
2012-05-03
objective-c: warn for properties being default synthesized
Fariborz Jahanian
2012-05-01
Add a missing RequireCompleteType call when synthesizing properties. <rdar:/...
Eli Friedman
2012-04-30
Remove the ref/value inconsistency in filter_decl_iterator.
David Blaikie
2012-03-13
Fix PR10447: lazily building name lookup tables for DeclContexts was broken.
Richard Smith
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-10
Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to
John McCall
2012-02-29
objective-c: provide fixit hint when atomic property does not
Fariborz Jahanian
2012-02-28
[AST] When we @synthesize a property with a user-defined ivar name,
Argyrios Kyrtzidis
2012-02-28
[AST] Associate the getter/setter methods to a property of a objc class exten...
Argyrios Kyrtzidis
2012-02-23
objective-c default synthesis. classes which adopt protocol properties
Fariborz Jahanian
2012-02-21
Don't crash on attempts to synthesize an invalid property.
John McCall
2012-02-05
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-04
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-02-02
Further enhance comment for property in continuation class.
Fariborz Jahanian
2012-02-02
objc: comment the code which allows narroing of property object
Fariborz Jahanian
2012-02-02
objective-c: When redeclaraing in continuation class a 'readonly'
Fariborz Jahanian
2012-01-11
minor refactoring to improve compile-time performance.
Fariborz Jahanian
2012-01-11
objc-arc: evaluate 'readonly' property with no known
Fariborz Jahanian
2012-01-10
objc++: patch for IRgen for atomic properties of
Fariborz Jahanian
2012-01-05
After further discussion, rename attribute 'objc_disable_automatic_synthesis'...
Ted Kremenek
2012-01-04
objc: When issuing warning for missing synthesis for
Fariborz Jahanian
2012-01-04
In non-gc, non-arc mode, property of 'Class' type
Fariborz Jahanian
2012-01-03
objc: use objc_suppress_autosynthesis attribute on classes
Fariborz Jahanian
2011-12-15
objc: do not auto synthesize properties declared in
Fariborz Jahanian
2011-12-15
Replace all comparisons between ObjCInterfaceDecl pointers with calls
Douglas Gregor
2011-12-09
objc-arc: diagnose synthesis of a 'weak unavailable' property.
Fariborz Jahanian
2011-11-28
objc: turn warning for property type mismatch in
Fariborz Jahanian
2011-11-14
[PCH] Do not crash if a class extension in a chained PCH introduces/redeclare...
Argyrios Kyrtzidis
2011-11-08
objc-arc: 'readonly' property of retainable object
Fariborz Jahanian
2011-11-06
Make sure when setting AttributesAsWritten of a property that they do not
Argyrios Kyrtzidis
[prev]
[next]