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
/
SemaDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove the Decl::getCanonicalType() method.
Chris Lattner
2008-04-06
1
-4
/
+5
*
Start switching clients over from CT.getCanonicalType() to Context.getCanonic...
Chris Lattner
2008-04-06
1
-2
/
+2
*
This patch contains these changes:
Chris Lattner
2008-04-06
1
-9
/
+9
*
Add explicit support for diagnosing implicit function decls.
Steve Naroff
2008-04-04
1
-3
/
+11
*
Introduce ContextDecl, patch by Argiris Kirtzidis!
Chris Lattner
2008-04-04
1
-13
/
+33
*
Change ObjCInterfaceDecl to inherit from NamedDecl (not TypeDecl). While ObjC...
Steve Naroff
2008-04-02
1
-12
/
+7
*
Two changes to Sema::LookupDecl() interface.
Steve Naroff
2008-04-02
1
-34
/
+18
*
Fix several bugs in array -> pointer decomposition.
Chris Lattner
2008-04-02
1
-3
/
+2
*
Fix PR2017 and silence some bogus errors.
Chris Lattner
2008-04-02
1
-3
/
+4
*
Fix a comment typo and add a couple suggestions from Chris.
Steve Naroff
2008-04-02
1
-2
/
+2
*
Fairly large "cleaup" related to changing ObjCCompatibleAliasDecl superclass ...
Steve Naroff
2008-04-01
1
-37
/
+44
*
Alloc redeclaration of typedefs within ExternCSystemHeaderDir's AND SystemHea...
Steve Naroff
2008-03-26
1
-3
/
+4
*
allow the format attribute to be specified in function pointer prototypes
Nuno Lopes
2008-03-25
1
-8
/
+24
*
Extend QualType::getAddressSpace to do the right thing for array types, and in
Nate Begeman
2008-03-25
1
-8
/
+3
*
Fix http://llvm.org/bugs/show_bug.cgi?id=2161.
Steve Naroff
2008-03-19
1
-2
/
+13
*
hoist a bunch of casting.
Chris Lattner
2008-03-16
1
-6
/
+7
*
Add create methods for ObjCIvarDecl and ObjCInterfaceDecl
Chris Lattner
2008-03-16
1
-1
/
+1
*
switch the rest of the C decl classes to do their
Chris Lattner
2008-03-16
1
-3
/
+3
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+2297