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
/
lib
/
Sema
Commit message (
Expand
)
Author
Age
Files
Lines
*
The assert at Sema::ObjCActOnStartOfMethodDef should check CurMethodDecl inst...
Argyrios Kyrtzidis
2008-06-25
1
-1
/
+1
*
'Educate' IdentifierResolver about the declaration context of CXXFieldDecls.
Argyrios Kyrtzidis
2008-06-24
1
-0
/
+4
*
Add parsing support for C++ classes.
Argyrios Kyrtzidis
2008-06-24
1
-0
/
+3
*
ObjCMessageExpr objects that represent messages to class methods now can cont...
Ted Kremenek
2008-06-24
1
-2
/
+10
*
add a fixme back
Chris Lattner
2008-06-21
1
-0
/
+1
*
"this patch adds code generation hooks for Objective-C constant strings. It ...
Chris Lattner
2008-06-21
1
-8
/
+12
*
Don't add isa with @defs only to work around it in the code generator, patch
Chris Lattner
2008-06-21
1
-4
/
+0
*
"This moves built-in Objective-C types up the scope chains to where they can ...
Chris Lattner
2008-06-21
1
-51
/
+34
*
add parser and sema support for the funny ObjC '@defs' thing.
Chris Lattner
2008-06-21
2
-0
/
+31
*
Switch 'super' from being a weird cast thing to being a predefined expr node.
Chris Lattner
2008-06-21
1
-6
/
+2
*
Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl.
Chris Lattner
2008-06-17
3
-8
/
+8
*
Introduce preliminary support for NSString format-string checking.
Ted Kremenek
2008-06-16
4
-2
/
+38
*
Don't crash if we can't find FileEntry info for a typedef, since one
Eli Friedman
2008-06-11
1
-14
/
+17
*
-Add DeclChain member to DeclContext.
Argyrios Kyrtzidis
2008-06-10
1
-20
/
+14
*
-Changes to TagDecl:
Argyrios Kyrtzidis
2008-06-09
4
-21
/
+17
*
Add code to make test/CodeGen/struct-init.c work correctly without the
Eli Friedman
2008-06-09
1
-0
/
+105
*
For struct initialization, check compatibility with the unqualified
Eli Friedman
2008-06-09
1
-1
/
+3
*
implement the alias attirbute (in both Sema and Codegen)
Nuno Lopes
2008-06-08
2
-0
/
+30
*
capture whether a CharacterLiteral was wide or not in the AST.
Chris Lattner
2008-06-07
1
-1
/
+2
*
Clean up dead code from SemaInit landing.
Eli Friedman
2008-06-06
2
-214
/
+1
*
Oops...remove weird printf:-)
Steve Naroff
2008-06-05
1
-1
/
+0
*
Second half of "fix" for <rdar://problem/5986085> clang on xcode: error: rede...
Steve Naroff
2008-06-05
2
-3
/
+13
*
super fix submitted by David Chisnall.
Steve Naroff
2008-06-05
1
-1
/
+1
*
Fixed a recent test regression from last night (r51976).
Steve Naroff
2008-06-05
1
-4
/
+4
*
Fix <rdar://problem/5986833> clang on xcode: incompatible type returning 'voi...
Steve Naroff
2008-06-05
2
-4
/
+28
*
Fix <rdar://problem/5987482> clang on xcode: null dereference in Sema::ActOnM...
Steve Naroff
2008-06-05
1
-6
/
+17
*
Fix trivial crasher and downgrade an error to warning (to match GCC).
Steve Naroff
2008-06-05
1
-2
/
+2
*
Fix crash identified by <rdar://problem/5986085>.
Steve Naroff
2008-06-04
1
-11
/
+23
*
Added fixmes.
Ted Kremenek
2008-06-04
1
-0
/
+2
*
Make sure the types are consistent for a void conditional. No visible
Eli Friedman
2008-06-04
1
-4
/
+4
*
fix type of ?: operator. If one of the operator is void, the type should be v...
Nuno Lopes
2008-06-04
1
-2
/
+4
*
Fix a gcc compatibility issue which allows more protocol-qualified id on RHS ...
Fariborz Jahanian
2008-06-04
1
-3
/
+12
*
Moved LangOptions from TranslationUnit to ASTContext. This induced a variety...
Ted Kremenek
2008-06-04
1
-2
/
+3
*
Sema::ActOnClassMessage() needs to look through it's local implementation for...
Steve Naroff
2008-06-04
1
-0
/
+6
*
Give the "isa" slot a name!
Steve Naroff
2008-06-04
1
-1
/
+2
*
Implement another property related FIXME:
Steve Naroff
2008-06-03
1
-1
/
+3
*
Re-fix r51907 in a way which doesn't affect valid code. This essentially
Eli Friedman
2008-06-03
2
-3
/
+60
*
Fixup recent "super" regression.
Steve Naroff
2008-06-03
1
-1
/
+1
*
Allow implicit pointer/int conversions on ObjCQualifiedIdTypes in Sema::Check...
Steve Naroff
2008-06-03
1
-6
/
+14
*
Finish up r51900.
Steve Naroff
2008-06-03
1
-4
/
+5
*
Allow for a GCC cast extension.
Steve Naroff
2008-06-03
1
-3
/
+10
*
Fix <rdar://problem/5979875> clang on xcode: error: use of undeclared identif...
Steve Naroff
2008-06-02
1
-0
/
+5
*
fix decl attributes cleaning
Nuno Lopes
2008-06-01
1
-1
/
+2
*
Tweak Sema::ObjCQualifiedIdTypesAreCompatible() to handle qualified interface...
Steve Naroff
2008-06-01
1
-5
/
+24
*
Teach Sema::CheckConditionalOperands() to check for ObjCQualifiedIdType's. Th...
Steve Naroff
2008-05-31
1
-1
/
+7
*
Added "InitializeTU" to ASTConsumer. This is used by Sema::ParseAST to pass a
Ted Kremenek
2008-05-31
1
-1
/
+1
*
Fix <rdar://problem/5965704> clang: bad receiver type 'id const'
Steve Naroff
2008-05-31
1
-2
/
+3
*
Allow a pointer implicitly cast to a bool as a constant expression, as
Eli Friedman
2008-05-30
1
-17
/
+34
*
Make sure to allow assigning a pointer to a bool.
Eli Friedman
2008-05-30
1
-11
/
+14
*
Add basic support for properties references (a missing feature).
Steve Naroff
2008-05-30
1
-0
/
+30
[next]