index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Parse
/
MinimalAction.cpp
Age
Commit message (
Expand
)
Author
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-07
Patch to implement "Protocol" as a built-in type declared as
Fariborz Jahanian
2007-10-31
Implement ObjC built-in types in MinimalAction.
Steve Naroff
2007-10-31
Implement a more sensible strategy for ObjC built-in types (addressing a long...
Steve Naroff
2007-10-30
More support for rewriting ObjC intefaces. Still some edge cases to handle...
Steve Naroff
2007-10-10
Fix a latent bug in MinimalActions (created by a recent name change).
Steve Naroff
2007-10-10
Remove Scope argument from ObjC actions that either don't need it or can now ...
Steve Naroff
2007-10-08
Remove 2 protocol related actions from MinimalActions (protocols shouldn't be...
Steve Naroff
2007-10-03
Finish renaming ObjC declaration actions.
Steve Naroff
2007-10-02
Rename several ObjC action methods to use the "ActOn" prefix (still a few mor...
Steve Naroff
2007-09-25
This patch introduces a new class to keep track of class implementation info....
Fariborz Jahanian
2007-09-21
This patch instantiates objects for forward protocols and in general handles ...
Fariborz Jahanian
2007-09-17
Patch to add objective-c's @protocl type declaration.
Fariborz Jahanian
2007-09-15
Start converting Action methods from Parse-prefix to ActOn-prefix.
Steve Naroff
2007-09-12
Fix the following bug submitted by Ted Kremenek:
Steve Naroff
2007-09-06
The goal of this commit is to get just enough Sema support to recognize Objec...
Steve Naroff
2007-07-11
Stage two of getting CFE top correct.
Reid Spencer