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
/
Sema
/
SemaDeclObjC.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-927
/
+0
*
move the ASTContext argument to be first in the argument list of
Chris Lattner
2008-03-15
1
-2
/
+2
*
switch the VarDecl allocation model to go through ASTContext.
Chris Lattner
2008-03-15
1
-2
/
+3
*
Fix http://llvm.org/bugs/show_bug.cgi?id=2106.
Steve Naroff
2008-02-29
1
-0
/
+6
*
Fix a crash where PI.TypeInfo has not been filled in case of missing ObjCInte...
Gabor Greif
2008-02-29
1
-6
/
+7
*
convert tabs to spaces, patch by Mike Stump!
Chris Lattner
2008-02-25
1
-1
/
+1
*
Turn handling of parameter attributes back on, fixing the ObjC breakage
Nate Begeman
2008-02-17
1
-0
/
+1
*
Add a diagnostics helper to remove some redundant code.
Steve Naroff
2008-02-10
1
-48
/
+22
*
A bunch-o changes to fix <rdar://problem/5716046> incomplete implementation o...
Steve Naroff
2008-02-08
1
-26
/
+40
*
Elimate bogus warning when va_start is correctly used in
Fariborz Jahanian
2008-01-21
1
-1
/
+1
*
Don't ICE on missing interface declaration when declaring one of its protocols.
Fariborz Jahanian
2008-01-17
1
-14
/
+15
*
Recover from user typo not having proper @interface decl and a bad foreach decl.
Fariborz Jahanian
2008-01-10
1
-3
/
+8
*
Substituted all instances of the string "Objc" for "ObjC". This fixes
Ted Kremenek
2008-01-07
1
-175
/
+175
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Patch to do type-checking for objctive-c's object types.
Fariborz Jahanian
2007-12-20
1
-6
/
+6
*
Various tweaks to the get/lookup instance/class method API's.
Steve Naroff
2007-12-19
1
-4
/
+4
*
Improve how we find private method decls. This involved:
Steve Naroff
2007-12-18
1
-4
/
+12
*
- Remove getInstanceMethods/getClassMethods API on ObjcInterfaceDecl, ObjcPro...
Steve Naroff
2007-12-14
1
-23
/
+25
*
make it a bit more clear in what way the ivar is consistent.
Chris Lattner
2007-12-12
1
-2
/
+2
*
simplify some code, bump j. This fixes the remaining test failures.
Chris Lattner
2007-12-12
1
-8
/
+7
*
unbreak the build. I'm still working on test failures.
Chris Lattner
2007-12-12
1
-31
/
+32
*
split objc pieces of SemaDecl.cpp out into SemaDeclObjC.cpp
Chris Lattner
2007-12-12
1
-0
/
+914