index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
AST
/
Decl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Unused ObjcProtoMethod is removed.
Fariborz Jahanian
2007-09-30
1
-3
/
+0
*
Patch for method implementation. It populates ObjcImplementationDecl object w...
Fariborz Jahanian
2007-09-27
1
-0
/
+19
*
This patch inserts ivars declared in @implementation in its object and verifies
Fariborz Jahanian
2007-09-26
1
-0
/
+13
*
This patch introduces a new class to keep track of class implementation info....
Fariborz Jahanian
2007-09-25
1
-0
/
+8
*
This patch instantiates objects for forward protocols and in general handles ...
Fariborz Jahanian
2007-09-21
1
-0
/
+9
*
Patch for object creation and handling of category declarations.
Fariborz Jahanian
2007-09-18
1
-1
/
+27
*
Patch to remove ObjcProtoMethodDecl and use ObjcMethodDecl
Fariborz Jahanian
2007-09-17
1
-2
/
+2
*
Patch to add objective-c's @protocl type declaration.
Fariborz Jahanian
2007-09-17
1
-0
/
+20
*
Add const to debug hook...
Steve Naroff
2007-09-17
1
-1
/
+1
*
Add support for ObjC keyword selectors.
Steve Naroff
2007-09-17
1
-3
/
+32
*
decl counting isn't implemented yet for objc. -stats probably crashes for it.
Chris Lattner
2007-09-16
1
-0
/
+7
*
Fixes/tweaks that prevent "defaults-i.m" from compiling.
Steve Naroff
2007-09-16
1
-0
/
+36
*
Patch to store ivars into interface class object.
Fariborz Jahanian
2007-09-14
1
-0
/
+12
*
Phase 2 of making the Decl class more lightweight...
Steve Naroff
2007-09-13
1
-1
/
+7
*
Patch for building method declaration nodes. Also fixed a segfault in cocoa.m...
Fariborz Jahanian
2007-09-12
1
-0
/
+16
*
Early patch to collect objective-c methods inserts them in
Fariborz Jahanian
2007-09-10
1
-0
/
+20
*
The goal of this commit is to get just enough Sema support to recognize Objec...
Steve Naroff
2007-09-06
1
-0
/
+4
*
Fix "no newline at end of file" warnings. Patch contributed by
Chris Lattner
2007-07-12
1
-1
/
+1
*
Finally bite the bullet and make the major change: split the clang namespace
Chris Lattner
2007-06-15
1
-1
/
+0
*
Implement support for formal arguments. We can now compile this:
Chris Lattner
2007-06-13
1
-3
/
+3
*
Implement capturing of enum values and chaining of enums together.
Chris Lattner
2007-06-11
1
-15
/
+0
*
Bug #:
Steve Naroff
2007-06-01
1
-12
/
+1
*
Bug #:
Steve Naroff
2007-06-01
1
-0
/
+10
*
correct printout, enums are separate.
Chris Lattner
2007-05-24
1
-7
/
+7
*
silence a bunch of warnings, fix some funky indentation.
Chris Lattner
2007-05-24
1
-58
/
+66
*
Bug #:
Steve Naroff
2007-05-23
1
-0
/
+81
*
Bug #:
Steve Naroff
2007-03-26
1
-2
/
+15
*
Create EnumConstantDecl objects for each enum value, and fill them into
Chris Lattner
2007-01-25
1
-0
/
+15
*
Add EnumDecl, warn about forward references to enums:
Chris Lattner
2007-01-25
1
-5
/
+5
*
Save the member list of a struct/union in the RecordDecl for the struct.
Chris Lattner
2007-01-25
1
-0
/
+14
*
make Decl::getName() not crash if the decl is unnamed (e.g. an unnamed argument)
Chris Lattner
2007-01-21
1
-1
/
+3
*
avoid allocating memory for empty arg lists
Chris Lattner
2007-01-21
1
-2
/
+5
*
Next big step in function parsing: create decl objects for parameters,
Chris Lattner
2007-01-21
1
-0
/
+17
*
parse identifier expressions properly. This allows us diagnose this:
Chris Lattner
2006-11-20
1
-0
/
+5
*
Make the driver print function bodies at -parse-print-ast
Chris Lattner
2006-10-25
1
-0
/
+5
*
start creating proper ast nodes for variables and functions
Chris Lattner
2006-10-15
1
-0
/
+15
[prev]