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
/
SemaDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add "ScopedDecl" AST, used by ValueDecl and TypeDecl.
Steve Naroff
2007-09-13
1
-17
/
+20
*
Remove a FIXME. Replace a couple asserts with an appropriate error
Steve Naroff
2007-09-12
1
-17
/
+16
*
Patch for building method declaration nodes. Also fixed a segfault in cocoa.m...
Fariborz Jahanian
2007-09-12
1
-3
/
+41
*
Fix the following bug submitted by Ted Kremenek:
Steve Naroff
2007-09-12
1
-83
/
+101
*
- Add an ObjcIvarDecl AST node (a subclass of FieldDecl).
Steve Naroff
2007-09-11
1
-2
/
+38
*
Some small tweaks to the recent Objc support...
Steve Naroff
2007-09-10
1
-0
/
+1
*
Early patch to collect objective-c methods inserts them in
Fariborz Jahanian
2007-09-10
1
-0
/
+24
*
The goal of this commit is to get just enough Sema support to recognize Objec...
Steve Naroff
2007-09-06
1
-1
/
+44
*
Simplified initializer semantic analysis by adding the following 2 methods:
Steve Naroff
2007-09-04
1
-48
/
+11
*
Make sure initializer type promotions get propagated.
Steve Naroff
2007-09-04
1
-5
/
+9
*
Silence VC++ warnings, patch by Hartmut Kaiser
Chris Lattner
2007-09-04
1
-4
/
+6
*
More fun with initializers!
Steve Naroff
2007-09-04
1
-31
/
+113
*
Finish getting "array-init.c" to work properly.
Steve Naroff
2007-09-03
1
-22
/
+54
*
More progress on array initializers.
Steve Naroff
2007-09-02
1
-8
/
+27
*
More semantic analysis of initializers.
Steve Naroff
2007-09-02
1
-2
/
+39
*
Start implementing semantic analysis for C initializers.
Steve Naroff
2007-09-02
1
-5
/
+62
*
Removed Sema::VerifyConstantArrayType(). With the new Array/ConstantArray/Var...
Steve Naroff
2007-08-31
1
-34
/
+31
*
Final phase of array cleanup (for now), removing a FIXME from yesterday.
Steve Naroff
2007-08-30
1
-40
/
+3
*
Fix the following redefinition errors submitted by Keith Bauer...
Steve Naroff
2007-08-30
1
-22
/
+41
*
Implement GCC-compatible layout and typing of enum constants and enum decl.
Chris Lattner
2007-08-29
1
-11
/
+64
*
Fix a null dereference Neil ran into
Chris Lattner
2007-08-29
1
-1
/
+2
*
Finish converting decls over to the new invalid decl API.
Steve Naroff
2007-08-28
1
-14
/
+24
*
Move the "invalid decl" idiom up to Decl (where we have some bits to steal:-)
Steve Naroff
2007-08-28
1
-9
/
+16
*
Change EnumDecl to store its corresponding integer type
Chris Lattner
2007-08-28
1
-1
/
+1
*
fix 80 col violation
Chris Lattner
2007-08-28
1
-1
/
+2
*
compute the required destination type for an enum, emitting various warnings.
Chris Lattner
2007-08-28
1
-2
/
+56
*
add a diagnostic:
Chris Lattner
2007-08-28
1
-0
/
+14
*
move a todo
Chris Lattner
2007-08-28
1
-4
/
+5
*
Implement more thoughful error recovery when dealing with bogus declarator ty...
Steve Naroff
2007-08-28
1
-2
/
+3
*
Fix a few enum-related fixme's
Chris Lattner
2007-08-27
1
-4
/
+9
*
better error recovery for non-i-c-e enum constants.
Chris Lattner
2007-08-27
1
-11
/
+15
*
Break the assumption that any sort of scope (e.g. a loop scope) can
Chris Lattner
2007-08-26
1
-0
/
+23
*
Make parse-ast-print print the storage class and inline
Chris Lattner
2007-08-26
1
-1
/
+2
*
This modest change insures ImplicitCastExpr's get generated for all "assignme...
Steve Naroff
2007-08-24
1
-2
/
+6
*
Move the function/array conversion for ParmVarDecl's from Sema::ParseIdentifi...
Steve Naroff
2007-08-07
1
-2
/
+25
*
remove more explicit accesses to the canonical type pointer.
Chris Lattner
2007-07-31
1
-7
/
+7
*
Implement pretty diagnostics when doing on-the-fly vector sizing (for vector ...
Steve Naroff
2007-07-29
1
-15
/
+14
*
Fix a couple of bugs, add some new cool stuff.
Chris Lattner
2007-07-25
1
-0
/
+8
*
First round of extended vector support. Here is an overview...
Steve Naroff
2007-07-18
1
-9
/
+62
*
Refactor code so that isIntegerConstantExpr has an ASTContext available.
Chris Lattner
2007-07-15
1
-3
/
+3
*
A significant refactoring of the type size stuff to also
Chris Lattner
2007-07-14
1
-1
/
+1
*
Move getSize() out of type, into ASTContext, where it has target info, and
Chris Lattner
2007-07-13
1
-3
/
+2
*
Add (explicit) AST support for implicit casts. This should simplify the
Steve Naroff
2007-07-13
1
-1
/
+1
*
Implement codegen for + and - with pointers. Patch contributed by
Chris Lattner
2007-07-13
1
-2
/
+2
*
remember the initializer for a variable in the AST and teach the
Chris Lattner
2007-07-12
1
-1
/
+6
*
Bug #:
Steve Naroff
2007-07-11
1
-1
/
+0
*
Bug #:
Steve Naroff
2007-07-09
1
-6
/
+4
*
Bug #:
Steve Naroff
2007-07-06
1
-11
/
+32
*
Finally bite the bullet and make the major change: split the clang namespace
Chris Lattner
2007-06-15
1
-11
/
+9
*
Implement support for formal arguments. We can now compile this:
Chris Lattner
2007-06-13
1
-5
/
+5
[prev]
[next]