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
/
Sema.h
Age
Commit message (
Expand
)
Author
2008-05-07
Diagnose attempts to use C++ default arguments outside of a function declaration
Douglas Gregor
2008-05-06
Patch to refactor setter/getter names of property attributes into Selector
Fariborz Jahanian
2008-05-06
Several fixes to SemaInit.cpp. It's still not enabled (since it fails a few t...
Steve Naroff
2008-05-05
percolate @optional/@required protocols down to ASTs for
Fariborz Jahanian
2008-05-02
This patch is about merging ObjC2's properties declared in class
Fariborz Jahanian
2008-05-01
Replace Sema::CheckInitializerListTypes() with a helper class (InitListChecke...
Steve Naroff
2008-05-01
More ObjC2 property semantics work. Work in progress.
Fariborz Jahanian
2008-04-27
Parsing of namespaces:
Argyrios Kyrtzidis
2008-04-25
initial support for recognizing __transparent_union__ attributes
Nuno Lopes
2008-04-24
Patch to diagnose inconsistancies between properties declared in current and
Fariborz Jahanian
2008-04-22
"This patch renames
Chris Lattner
2008-04-21
Clean up handling of function redeclarations
Douglas Gregor
2008-04-18
OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris.
Nate Begeman
2008-04-18
Initial work for property implementation declarations.
Fariborz Jahanian
2008-04-14
New AST representation for each objc2's property declaration.
Fariborz Jahanian
2008-04-13
This patch adds very basic support for parsing and type-checking class
Douglas Gregor
2008-04-12
Added PushOnScopeChains method to Sema, that adds a decl to both the IdResolv...
Argyrios Kyrtzidis
2008-04-11
AST generation for objc2's property declarations.
Fariborz Jahanian
2008-04-11
Minor changes per Chris L's review.
Fariborz Jahanian
2008-04-11
Switch sema to maintaining its own scope chain information for variable
Chris Lattner
2008-04-10
Patch for:
Fariborz Jahanian
2008-04-08
Add support for C++ default arguments, and rework Parse-Sema
Chris Lattner
2008-04-07
move ObjCQualifiedIdTypesAreCompatible out of ASTContext into Sema.
Chris Lattner
2008-04-06
This patch contains these changes:
Chris Lattner
2008-04-04
Introduce ContextDecl, patch by Argiris Kirtzidis!
Chris Lattner
2008-04-02
Change ObjCInterfaceDecl to inherit from NamedDecl (not TypeDecl). While ObjC...
Steve Naroff
2008-04-02
Two changes to Sema::LookupDecl() interface.
Steve Naroff
2008-04-02
Fix a comment typo and add a couple suggestions from Chris.
Steve Naroff
2008-04-01
Fairly large "cleaup" related to changing ObjCCompatibleAliasDecl superclass ...
Steve Naroff
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner