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
/
SemaExprObjC.cpp
Age
Commit message (
Expand
)
Author
2012-10-10
Move Sema::PropertyIfSetterOrGetter to ObjCMethodDecl::findPropertyDecl.
Jordan Rose
2012-10-10
Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.
Jordan Rose
2012-09-28
-Wreceiver-is-weak: rephrase warning text and add a suggestion Note.
Jordan Rose
2012-09-07
objective-C: introduce __attribute((objc_requires_super)) on method
Fariborz Jahanian
2012-08-31
objective-C: underline name of the missing method
Fariborz Jahanian
2012-08-24
Push ArrayRef through the Expr hierarchy.
Benjamin Kramer
2012-08-23
Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl...
Benjamin Kramer
2012-08-23
Rip out remnants of move semantic emulation and smart pointers in Sema.
Benjamin Kramer
2012-08-23
Fix undefined behavior: member function calls where 'this' is a null pointer.
Richard Smith
2012-08-01
Fix an assertion failure instantiating a constexpr function from within a -de...
Eli Friedman
2012-07-31
Introduce new queries on ObjCRuntime for how to interpret subscripts
John McCall
2012-07-31
Explain why ACC_bottom should never occur in diagnosing ARC casts.
Jordan Rose
2012-07-28
assert on ACC_bottom when checking for invalid
Fariborz Jahanian
2012-07-28
more objc-arc: With ACC_bottom, we just provide
Fariborz Jahanian
2012-07-27
objc-arc: change per Jordy's comments.
Fariborz Jahanian
2012-07-27
objective-c arc: When function calls with known CFCreate naming convention
Fariborz Jahanian
2012-07-27
revert r160839 for now.
Fariborz Jahanian
2012-07-27
Consolidate ObjC lookupPrivateMethod methods from Sema and DeclObjC.
Anna Zaks
2012-07-26
objc-arc: When objects with known CF semantics are assigned to
Fariborz Jahanian
2012-06-28
Warn on weak properties declared in protocols as well.
Jordan Rose
2012-06-23
objective-c: issue deprecation/unavailability warnings for methods called on
Fariborz Jahanian
2012-06-22
Documentation cleanup:
James Dennett
2012-06-20
Restructure how the driver communicates information about the
John McCall
2012-06-07
Attach fixits for CFBridgingRetain/Release outside any casts.
Jordan Rose
2012-06-07
Insert a space if necessary when suggesting CFBridgingRetain/Release.
Jordan Rose
2012-06-04
objective-c: Handle more warning cases for when
Fariborz Jahanian
2012-06-01
[arcmt] Use CFBridgingRetain/CFBridgingRelease instead of __bridge_retained/_...
Argyrios Kyrtzidis
2012-05-30
objective-c: revert r157407. It broke a project
Fariborz Jahanian
2012-05-24
objective-c: warn on use of property setters
Fariborz Jahanian
2012-05-24
objective-c: Fixes a corner case and interesting bug.
Fariborz Jahanian
2012-05-19
Apparently empty names are allowed here.
Benjamin Kramer
2012-05-19
Simplify some users of DeclarationName::getNameKind. Fold getFETokenInfoAsVoi...
Benjamin Kramer
2012-05-16
[libclang/AST] Index references of protocols in "@protocol(...)" syntax.
Argyrios Kyrtzidis
2012-05-15
Allow objc @() syntax for enum types.
Argyrios Kyrtzidis
2012-05-12
Only check NSArray/NSDictionary boxing method params once.
Jordy Rose
2012-05-12
80-col violations and minor reformatting. No functionality change.
Jordy Rose
2012-05-12
Clean up ObjC boxing method checks by reducing duplicated code.
Jordy Rose
2012-05-12
Don't crash on boxed strings when +stringWithUTF8String: is missing.
Jordy Rose
2012-05-04
Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType()
Douglas Gregor
2012-05-01
Clean up changes suggested by Douglas Gregor:
Patrick Beard
2012-04-19
objective-arc: Retune my previous patch so warning
Fariborz Jahanian
2012-04-19
objective-c arc: Issue warning under -Wreceiver-is-weak
Fariborz Jahanian
2012-04-19
Implements boxed expressions for Objective-C. <rdar://problem/10194391>
Patrick Beard
2012-04-04
objc-arc: provide a warning when 'receiver' of a message is 'weak'
Fariborz Jahanian
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-06
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
Ted Kremenek
2012-02-27
After numerous requests, have Objective-C 'method declared here' notes mentio...
Ted Kremenek
2012-02-23
objective-c++: Type of an objc string literal is NSString, not 'id'.
Fariborz Jahanian
2012-02-18
Rewrite variable capture within lambda expressions and blocks,
Douglas Gregor
2012-02-16
Add fixits for ARC casting errors for implicit conversions as well. rdar://10...
Argyrios Kyrtzidis
[next]