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
/
Sema.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch initialization of the protocol list for an interface decl to use
Chris Lattner
2008-07-21
1
-2
/
+3
*
improve comments yet again, now I know what this does :)
Chris Lattner
2008-07-21
1
-1
/
+3
*
minor rename, also, reject pointer to qualified id.
Chris Lattner
2008-07-21
1
-8
/
+7
*
Fix a crash that can happen when you have typedefs for pointers to
Chris Lattner
2008-07-21
1
-4
/
+5
*
simplify this predicate, only checking isObjCQualifiedIdType once.
Chris Lattner
2008-07-21
1
-4
/
+9
*
Add Sema support for C++ classes.
Argyrios Kyrtzidis
2008-07-01
1
-0
/
+2
*
Replace CurFunctionDecl and CurMethodDecl with methods getCurFunctionDecl() a...
Argyrios Kyrtzidis
2008-06-28
1
-2
/
+1
*
add a fixme back
Chris Lattner
2008-06-21
1
-0
/
+1
*
"This moves built-in Objective-C types up the scope chains to where they can ...
Chris Lattner
2008-06-21
1
-51
/
+34
*
Introduce preliminary support for NSString format-string checking.
Ted Kremenek
2008-06-16
1
-0
/
+1
*
-Changes to TagDecl:
Argyrios Kyrtzidis
2008-06-09
1
-3
/
+3
*
Give the "isa" slot a name!
Steve Naroff
2008-06-04
1
-1
/
+2
*
Add FIXME.
Eli Friedman
2008-05-27
1
-0
/
+1
*
Addition of TranslationUnitDecl to the AST:
Argyrios Kyrtzidis
2008-04-17
1
-4
/
+7
*
Added PushOnScopeChains method to Sema, that adds a decl to both the IdResolv...
Argyrios Kyrtzidis
2008-04-12
1
-10
/
+5
*
Add class and super class location info to ObjCInterfaceDecl...
Steve Naroff
2008-04-11
1
-1
/
+2
*
Switch sema to maintaining its own scope chain information for variable
Chris Lattner
2008-04-11
1
-5
/
+5
*
This patch contains these changes:
Chris Lattner
2008-04-06
1
-2
/
+1
*
Introduce ContextDecl, patch by Argiris Kirtzidis!
Chris Lattner
2008-04-04
1
-8
/
+13
*
Add create methods for ObjCIvarDecl and ObjCInterfaceDecl
Chris Lattner
2008-03-16
1
-2
/
+3
*
switch the rest of the C decl classes to do their
Chris Lattner
2008-03-16
1
-2
/
+2
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+222