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
2013-05-05
ArrayRef'ize Sema::CheckObjCMethodCall
Dmitri Gribenko
2013-05-05
Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...
Dmitri Gribenko
2013-05-03
ArrayRef'ize InitializationSequence constructor and InitializationSequence::D...
Dmitri Gribenko
2013-05-03
Correctly emit certain implicit references to 'self' even within
John McCall
2013-05-01
Point diagnostics that complain about a use of a selector in an objc message,...
Argyrios Kyrtzidis
2013-04-04
Objective-C: Issue deprecated warning when using a
Fariborz Jahanian
2013-04-03
Add 178663 back.
Rafael Espindola
2013-04-03
Revert 178663.
Rafael Espindola
2013-04-03
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-03-19
Add a clarifying note when a return statement is rejected because
John McCall
2013-03-11
Objective-C: When using super.prop, property should be
Fariborz Jahanian
2013-03-04
Centralize and refine the __unknown_anytype argument rules
John McCall
2013-03-01
Perform the receiver-expression transformations regardless of
John McCall
2013-02-22
objective-C arg: provide fixit support when
Fariborz Jahanian
2013-02-22
objective-C arc: Diagnostic can not say to use bridge
Fariborz Jahanian
2013-02-20
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-15
Fix crash-on-invalid where a ParenListExpr shows up as a message receiver
Argyrios Kyrtzidis
2013-01-22
Small code change to improve performance
Fariborz Jahanian
2013-01-22
objectiveC (take two): don't warn when in -Wselector mode and
Fariborz Jahanian
2013-01-21
objectiveC: don't warn when in -Wselector mode and
Fariborz Jahanian
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-11-28
objective-C arc: Underline the selector when issuing
Fariborz Jahanian
2012-11-14
Accept and pass arguments to __unknown_anytype in argument
John McCall
2012-10-19
Allow objc_requires_super to be used to check class methods as well.
Jordan Rose
2012-10-11
-Warc-repeated-use-of-weak: Check messages to property accessors as well.
Jordan Rose
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
[next]