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
/
SemaDeclObjC.cpp
Age
Commit message (
Expand
)
Author
2011-01-08
Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter,
Sean Hunt
2010-12-23
Add -fobjc-default-synthesized-properties flag
Ted Kremenek
2010-12-21
Fix a major inconsistency in the representation of Objective-C
Douglas Gregor
2010-12-21
Warn when message is sent to receiver of
Fariborz Jahanian
2010-12-15
Fix diagnostic pragmas.
Argyrios Kyrtzidis
2010-12-11
Enhance my implementation of //rdar ://8747333 in r121597 to allow
Fariborz Jahanian
2010-12-10
Any property declared in a class extension might have user
Fariborz Jahanian
2010-10-29
Improve diagnostics reporting of un-implemented
Fariborz Jahanian
2010-10-28
Implement the newest status quo for method override checking. The idea now
John McCall
2010-10-26
Pending further discussion, re-enable warnings for Objective C
John McCall
2010-10-25
Only warn for mismatched types in Objective-C methods when they are incompati...
David Chisnall
2010-10-08
Method implemented in class's implementation may implement
Fariborz Jahanian
2010-10-06
Add message to attribute(deprecated).
Fariborz Jahanian
2010-10-05
Method declaration and its implementation must match in all their types.
Fariborz Jahanian
2010-09-17
Diagnose use of incomplete type on method argument type of
Fariborz Jahanian
2010-09-01
Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtoc...
Ted Kremenek
2010-08-31
Rename DeclContext::getLookupContext to getRedeclContext and change its seman...
Sebastian Redl
2010-08-26
De-memberify the VarDecl and FunctionDecl StorageClass enums.
John McCall
2010-08-25
Split out a header to hold APIs meant for the Sema implementation from Sema.h.
John McCall
2010-08-25
Split FunctionScopeInfo and BlockScopeInfo into their own header.
John McCall
2010-08-25
Remove the DenseSet dependency from Sema.h.
John McCall
2010-08-24
More header elimination. The goal of all this is to allow Parser to
John McCall
2010-08-24
Abstract out passing around types and kill off ActionBase.
John McCall
2010-08-21
DeclPtrTy -> Decl *
John McCall
2010-08-20
objective-c ivar refactoring patch. Iterations
Fariborz Jahanian
2010-08-20
Another step in the process of making the parser depend on Sema:
John McCall
2010-08-18
More PCH -> AST renaming.
Sebastian Redl
2010-08-18
Generate Attr subclasses with TableGen.
Sean Hunt
2010-08-13
Instead of modifying the ObjC AST to not modify existing declarations, teach ...
Sebastian Redl
2010-08-12
Move Sema's headers into include/clang/Sema, renaming a few along the way.
Douglas Gregor
2010-08-11
Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable,
Douglas Gregor
2010-08-09
Implements gcc's -Wstrict-selector-match.
Fariborz Jahanian
2010-08-09
- Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for...
Sebastian Redl
2010-08-07
Fix an Objective-C crasher, PR7839.
Douglas Gregor
2010-08-02
Simplify global method pool implementation in Sema. No functionality change.
Sebastian Redl
2010-07-25
Remove the vast majority of the Destroy methods from the AST library,
Douglas Gregor
2010-07-22
atch for implementation of objective-c's -Wselector
Fariborz Jahanian
2010-06-22
Patch to provide separate ASTs for multiple ObjC class extension
Fariborz Jahanian
2010-06-04
Alter the interface of GetTypeForDeclarator to return a TypeSourceInfo*.
John McCall
2010-05-21
Clang missing warning about conflicting declaration vs. definition
Fariborz Jahanian
2010-05-20
Various small fixes for construction/destruction of Objective-C++
Douglas Gregor
2010-05-15
Substantially alter the design of the Objective C type AST by introducing
John McCall
2010-05-14
Implement new default property synthesis rules. Essentially, no longer
Fariborz Jahanian
2010-05-05
This patch deals with Sema Part of Setter/Getter synthesis
Fariborz Jahanian
2010-05-03
Diagnose unused exception parameters under a different warning group
Douglas Gregor
2010-04-28
More of Sema to implement initialization of
Fariborz Jahanian
2010-04-27
Move CollectIvarsToConstructOrDestruct to Sema
Fariborz Jahanian
2010-04-26
Implement template instantiation for Objective-C @catch
Douglas Gregor
2010-04-26
Refactor Objective-C @catch parameter checking by detangling it from
Douglas Gregor
2010-04-26
Make the static type of the exception variable in an Objective-C
Douglas Gregor
[next]