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
/
SemaExpr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Representation of and template instantiation for member
Douglas Gregor
2009-05-22
1
-8
/
+10
*
Template instantiation for C99 compound literals
Douglas Gregor
2009-05-21
1
-2
/
+3
*
Use v.data() instead of &v[0] when SmallVector v might be empty.
Jay Foad
2009-05-21
1
-2
/
+2
*
Template instantiation for __builtin_va_arg.
Douglas Gregor
2009-05-19
1
-2
/
+4
*
Template instantiation for __builtin_choose_expr.
Douglas Gregor
2009-05-19
1
-1
/
+1
*
Ban the use of __builtin_types_compatible_p in C++; g++ doesn't support it,
Douglas Gregor
2009-05-19
1
-0
/
+6
*
Patch finishes off application of printf attribute on blocks.
Fariborz Jahanian
2009-05-19
1
-1
/
+1
*
Template instantiation for array subscript expressions. This was far
Douglas Gregor
2009-05-19
1
-0
/
+8
*
BlockDecl node must be complete before block attributes
Fariborz Jahanian
2009-05-18
1
-2
/
+2
*
more printf attribute on block declaration and
Fariborz Jahanian
2009-05-18
1
-0
/
+2
*
Add FIXME about not using MemberExpr nodes when the base type is a dependent ...
Anders Carlsson
2009-05-17
1
-0
/
+4
*
Refactor address-of-void extension a bit so that it's more obviously
Eli Friedman
2009-05-16
1
-7
/
+10
*
Don't return member pointer types for static member functions. Fixes 6879261.
Anders Carlsson
2009-05-16
1
-9
/
+5
*
Improve checking of member expressions where the base type is a dependent type.
Anders Carlsson
2009-05-16
1
-10
/
+16
*
Avoid calling mergeTypes in C++. I think these are the correct C++
Eli Friedman
2009-05-16
1
-8
/
+18
*
Add stricter checking for va_arg.
Eli Friedman
2009-05-16
1
-7
/
+13
*
Reflow some comments.
Mike Stump
2009-05-16
1
-23
/
+21
*
Remove useless wrapper.
Eli Friedman
2009-05-16
1
-6
/
+1
*
Basic support for member exprs where the base expr type is dependent.
Anders Carlsson
2009-05-15
1
-1
/
+15
*
improved on diagnosing misplacement of sentinel attributes.
Fariborz Jahanian
2009-05-15
1
-2
/
+2
*
This patch finishes off the sentinel attribute handling for
Fariborz Jahanian
2009-05-15
1
-4
/
+31
*
Adds recognition of sentinel attribute on block declarations.
Fariborz Jahanian
2009-05-14
1
-1
/
+13
*
Diagnose missing sentinel argument on a funciton call
Fariborz Jahanian
2009-05-14
1
-17
/
+39
*
Look for and diagnose missing sentinel argument on message
Fariborz Jahanian
2009-05-13
1
-0
/
+44
*
Some early declarations to support sentinel attribute on
Fariborz Jahanian
2009-05-13
1
-0
/
+9
*
Implement C++0x nullptr.
Sebastian Redl
2009-05-10
1
-0
/
+14
*
Refactoring of my last patch.
Fariborz Jahanian
2009-05-08
1
-11
/
+2
*
More type checking for properties, accessors and
Fariborz Jahanian
2009-05-08
1
-2
/
+15
*
Tighten up relationals with blocks and ints. Radar 6441502
Mike Stump
2009-05-07
1
-19
/
+13
*
Improve semantic checking for blocks. Radar 6441502
Mike Stump
2009-05-07
1
-97
/
+117
*
Turns out that Sebastian already implemented the logic to compute the
Douglas Gregor
2009-05-05
1
-1
/
+1
*
Implement support for comparing pointers with <, >, <=, >=, ==, and !=
Douglas Gregor
2009-05-04
1
-1
/
+26
*
PR2524: downgrade taking address of expression of type 'void' to an
Eli Friedman
2009-05-03
1
-1
/
+6
*
Fix/re-enable test.
Eli Friedman
2009-05-03
1
-1
/
+1
*
Fix a thinko and a test.
Anders Carlsson
2009-05-02
1
-1
/
+5
*
Downgrade the invalid offsetof error to a warning.
Anders Carlsson
2009-05-02
1
-3
/
+3
*
When determining whether an expression refers to a bit-field, look
Douglas Gregor
2009-05-02
1
-17
/
+14
*
Fix bitfield promotions in several more cases. We don't seem to work hard eno...
Douglas Gregor
2009-05-02
1
-3
/
+20
*
It's an error to call offsetof on a non-POD type.
Anders Carlsson
2009-05-01
1
-0
/
+7
*
Implement bit-field promotion rules for C99. Fixes PR3500.
Douglas Gregor
2009-05-01
1
-4
/
+63
*
Replace more release+static_cast with takeAs.
Anders Carlsson
2009-05-01
1
-5
/
+4
*
Replace a bunch of static_cast + release with takeAs.
Anders Carlsson
2009-05-01
1
-5
/
+5
*
PR4013 and PR4105: pointer-like types can only be cast to/from integers
Eli Friedman
2009-05-01
1
-0
/
+11
*
Implement semantic analysis for transparent unions. This is largely
Douglas Gregor
2009-04-29
1
-1
/
+68
*
Fixup Sema and CodeGen for block literal attributes when the return
Mike Stump
2009-04-29
1
-1
/
+2
*
Sema and CodeGen support for attributes on blocks. Radar 6441502
Mike Stump
2009-04-29
1
-0
/
+1
*
PR4103: improve source location information for members of the current
Eli Friedman
2009-04-29
1
-1
/
+1
*
Fix a minor edge case in C89 mode related to the definition of a
Eli Friedman
2009-04-28
1
-1
/
+1
*
Don't allow blocks to be declared as returning an array. Radar 6441502
Mike Stump
2009-04-28
1
-0
/
+6
*
Fix for PR4079: make sure to construct the member expressions for
Eli Friedman
2009-04-26
1
-4
/
+9
[prev]
[next]