index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Sema
/
SemaType.cpp
Age
Commit message (
Expand
)
Author
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-02-21
add a fixme.
Chris Lattner
2008-02-21
Collect and build and process type attributes on pointers. For
Chris Lattner
2008-02-21
move some code, no other change.
Chris Lattner
2008-02-21
move type attribute processing into the creatively named ProcessTypeAttribute...
Chris Lattner
2008-02-21
Correctly handle address space qualifiers in declspecs. This
Chris Lattner
2008-02-20
move ConvertDeclSpecToType into Sema
Chris Lattner
2008-02-20
add some code that will be used to remove processed attrs from
Chris Lattner
2008-02-20
Change ConvertDeclSpecToType to break out of switch instead of
Chris Lattner
2008-02-20
Alternate address spaces work:
Chris Lattner
2008-02-15
Split out incomplete arrays from VariableArrayType into
Eli Friedman
2008-01-14
Make sure Sema::GetTypeForDeclarator() deals with abstract declarators when d...
Steve Naroff
2008-01-07
Substituted all instances of the string "Objc" for "ObjC". This fixes
Ted Kremenek
2008-01-02
When promoting array to pointer for argument, don't lose type qualifiers.
Chris Lattner
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-19
reenable this code, fix the testcase.
Chris Lattner
2007-12-19
disable my commit from yesterday, fixing a regression test failure.
Chris Lattner
2007-12-19
Implement C99 6.7.5.3p1
Chris Lattner
2007-12-18
Refactoring work. ObjcQualifiedIdType is now derived from 'Type'.
Fariborz Jahanian
2007-12-18
Fixe bogus error for variable argument methods. Sema::ObjcGetTypeForMethodDef...
Steve Naroff
2007-12-17
Patch to implemented objective-c's dynamic object pointer qualified with
Fariborz Jahanian
2007-12-04
Simplified setting up Method's scope before generating AST for its nody.
Fariborz Jahanian
2007-11-13
Rename Sema method to follow class naming convention
Nate Begeman
2007-11-12
Remove Sema::ObjcBuildMethodParameter().
Steve Naroff
2007-11-09
Some code clean up in the form of name changes for functions which
Fariborz Jahanian
2007-11-09
Added class context to method declarations. Provide "interface *" type
Fariborz Jahanian
2007-11-09
Insert invisble arguments to method definition header.
Fariborz Jahanian
2007-11-08
First patch toward rewriting of method definitions. This is work in progress.
Fariborz Jahanian
2007-10-11
Patch to create protocol conforming class types.
Fariborz Jahanian
2007-10-07
move IdentifierTable.h from liblex to libbasic.
Chris Lattner
2007-10-01
Move ObjC decls to DeclObjC.h, a new AST header.
Steve Naroff
2007-09-15
Start converting Action methods from Parse-prefix to ActOn-prefix.
Steve Naroff
2007-09-10
Fix the following bug submitted by Justin Handville.
Steve Naroff
2007-09-06
The goal of this commit is to get just enough Sema support to recognize Objec...
Steve Naroff
2007-08-30
Final phase of array cleanup (for now), removing a FIXME from yesterday.
Steve Naroff
2007-08-30
Polish yesterday's Array/ConstantArray/VariableArray rewrite, removing a coup...
Steve Naroff
2007-08-28
Finish converting decls over to the new invalid decl API.
Steve Naroff
2007-08-28
extwarn about VLAs in C89 mode.
Chris Lattner
2007-08-28
c++'0x has long long also.
Chris Lattner
2007-08-28
warn about long long when in c89 mode.
Chris Lattner
2007-08-28
Implement more thoughful error recovery when dealing with bogus declarator ty...
Steve Naroff
2007-08-26
Fix bogus warnings (noticed by Chris) with array-constraints.c.
Steve Naroff
2007-08-21
add sema support for complex integer types
Chris Lattner
2007-08-01
Two typeof() related changes...
Steve Naroff
2007-07-31
remove more explicit accesses to the canonical type pointer.
Chris Lattner
2007-07-31
rename isReferenceType to follow the new scheme.
Chris Lattner
2007-07-31
Add parsing and AST support for GNU "typeof".
Steve Naroff
2007-07-21
recover from void argument types more nicely.
Chris Lattner
2007-07-21
better wording for an error, suggested by Neil.
Chris Lattner
2007-07-21
improve and simplify error recovery for calls, fix a crash when diagnosing
Chris Lattner
[next]