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
...
*
Implement capturing of enum values and chaining of enums together.
Chris Lattner
2007-06-11
1
-17
/
+46
*
Bug #:
Steve Naroff
2007-06-11
1
-2
/
+75
*
GCC accepts code like this as an extension:
Chris Lattner
2007-06-10
1
-1
/
+1
*
fix a crash parsing spass
Chris Lattner
2007-06-09
1
-1
/
+1
*
add another example
Chris Lattner
2007-06-09
1
-0
/
+3
*
Bug #:
Steve Naroff
2007-06-09
1
-15
/
+1
*
Finally break down and chain together decls that are defined with common decl...
Chris Lattner
2007-06-09
1
-19
/
+47
*
Rename Sema::isConstantArrayType -> VerifyConstantArrayType. Make sure to
Chris Lattner
2007-06-05
1
-22
/
+47
*
fix two checks that should be integer-constant-exprs not just c-e's.
Chris Lattner
2007-06-05
1
-1
/
+1
*
Submitted by: Bill Wendling
Bill Wendling
2007-06-02
1
-1
/
+2
*
Modify Expr::isConstantExpr and friends take a pointer to a SourceLoc instead
Chris Lattner
2007-06-02
1
-2
/
+2
*
Bug #:
Steve Naroff
2007-06-01
1
-5
/
+6
*
Bug #:
Steve Naroff
2007-06-01
1
-0
/
+14
*
implement full sema support for the GCC address-of-label extension.
Chris Lattner
2007-05-28
1
-2
/
+1
*
Change GotoStmt's to have a pointer to the LabelStmt instead of a pointer to
Chris Lattner
2007-05-28
1
-0
/
+24
*
Bug #:
Steve Naroff
2007-05-23
1
-1
/
+1
*
Bug #:
Steve Naroff
2007-05-18
1
-5
/
+8
*
Remove the Sema::Diag helper that takes a type. Convert clients to use
Chris Lattner
2007-05-16
1
-5
/
+9
*
Bug #:
Steve Naroff
2007-05-08
1
-1
/
+47
*
Bug #:
Steve Naroff
2007-05-07
1
-2
/
+6
*
Bug #:
Steve Naroff
2007-04-05
1
-7
/
+7
*
Bug #:
Steve Naroff
2007-04-05
1
-1
/
+2
*
Bug #:
Steve Naroff
2007-04-03
1
-17
/
+31
*
Bug #:
Steve Naroff
2007-04-02
1
-6
/
+8
*
Bug #:
Steve Naroff
2007-04-01
1
-10
/
+27
*
Bug #:
Steve Naroff
2007-04-01
1
-7
/
+18
*
Bug #:
Steve Naroff
2007-03-26
1
-1
/
+1
*
Bug #:
Steve Naroff
2007-03-21
1
-4
/
+11
*
Bug #:
Steve Naroff
2007-03-16
1
-11
/
+29
*
switch to using iterators instead of stringmap visitors.
Chris Lattner
2007-02-11
1
-0
/
+1
*
Add support for target-specific builtins, including detecting nonportability
Chris Lattner
2007-01-29
1
-1
/
+1
*
Add support for target-independent builtin functions (like __builtin_abs),
Chris Lattner
2007-01-28
1
-5
/
+57
*
make LookupScopedDecl a method instead of a static function
Chris Lattner
2007-01-28
1
-11
/
+14
*
When injecting a definition for implicitly defined functions, do so at
Chris Lattner
2007-01-28
1
-4
/
+8
*
Start doing trivial merging of function prototypes. If we have a function
Chris Lattner
2007-01-27
1
-2
/
+6
*
Add some better diagnostics for things like:
Chris Lattner
2007-01-27
1
-3
/
+33
*
Refactor conflict handling code, no functionality change.
Chris Lattner
2007-01-27
1
-19
/
+71
*
Fix test/Parser/argument_qualified.c
Chris Lattner
2007-01-27
1
-1
/
+3
*
adjust to change in SmallSet interface
Chris Lattner
2007-01-27
1
-2
/
+1
*
rename some classes, no functionality changes.
Chris Lattner
2007-01-26
1
-1
/
+1
*
Don't crash if GetTypeForDeclarator can't grok a type.
Chris Lattner
2007-01-25
1
-9
/
+16
*
Reject:
Chris Lattner
2007-01-25
1
-1
/
+20
*
Register enumconstantdecls in their appropriate scope and check for conflicts.
Chris Lattner
2007-01-25
1
-1
/
+22
*
Create EnumConstantDecl objects for each enum value, and fill them into
Chris Lattner
2007-01-25
1
-4
/
+27
*
Add EnumDecl, warn about forward references to enums:
Chris Lattner
2007-01-25
1
-4
/
+6
*
Save the member list of a struct/union in the RecordDecl for the struct.
Chris Lattner
2007-01-25
1
-7
/
+9
*
Enforce the rest of C99 6.7.2.1p2, emitting diagnostics like:
Chris Lattner
2007-01-25
1
-10
/
+48
*
Compile:
Chris Lattner
2007-01-24
1
-6
/
+25
*
Enforce C99 6.7.2.1p2:
Chris Lattner
2007-01-24
1
-2
/
+24
*
create field decl objects for the members of a struct/union. Diagnose code
Chris Lattner
2007-01-23
1
-7
/
+55
[prev]
[next]