index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Sema
/
SemaExpr.cpp
Age
Commit message (
Expand
)
Author
2009-06-08
Delete method which is now trivial.
Eli Friedman
2009-06-08
Don't allow defining a block with a non-prototype type. Remove a
Eli Friedman
2009-06-01
PR4287: allow a variadic prototype to make a subsequent K&R style
Eli Friedman
2009-05-29
Some cleanups and commenting to our declaration-name handling
Douglas Gregor
2009-05-27
Don't drop the computed implicit conversions when building a call to
Douglas Gregor
2009-05-22
Cannot type cast @selector expressions.
Fariborz Jahanian
2009-05-22
Representation of and template instantiation for member
Douglas Gregor
2009-05-21
Template instantiation for C99 compound literals
Douglas Gregor
2009-05-21
Use v.data() instead of &v[0] when SmallVector v might be empty.
Jay Foad
2009-05-19
Template instantiation for __builtin_va_arg.
Douglas Gregor
2009-05-19
Template instantiation for __builtin_choose_expr.
Douglas Gregor
2009-05-19
Ban the use of __builtin_types_compatible_p in C++; g++ doesn't support it,
Douglas Gregor
2009-05-19
Patch finishes off application of printf attribute on blocks.
Fariborz Jahanian
2009-05-19
Template instantiation for array subscript expressions. This was far
Douglas Gregor
2009-05-18
BlockDecl node must be complete before block attributes
Fariborz Jahanian
2009-05-18
more printf attribute on block declaration and
Fariborz Jahanian
2009-05-17
Add FIXME about not using MemberExpr nodes when the base type is a dependent ...
Anders Carlsson
2009-05-16
Refactor address-of-void extension a bit so that it's more obviously
Eli Friedman
2009-05-16
Don't return member pointer types for static member functions. Fixes 6879261.
Anders Carlsson
2009-05-16
Improve checking of member expressions where the base type is a dependent type.
Anders Carlsson
2009-05-16
Avoid calling mergeTypes in C++. I think these are the correct C++
Eli Friedman
2009-05-16
Add stricter checking for va_arg.
Eli Friedman
2009-05-16
Reflow some comments.
Mike Stump
2009-05-16
Remove useless wrapper.
Eli Friedman
2009-05-15
Basic support for member exprs where the base expr type is dependent.
Anders Carlsson
2009-05-15
improved on diagnosing misplacement of sentinel attributes.
Fariborz Jahanian
2009-05-15
This patch finishes off the sentinel attribute handling for
Fariborz Jahanian
2009-05-14
Adds recognition of sentinel attribute on block declarations.
Fariborz Jahanian
2009-05-14
Diagnose missing sentinel argument on a funciton call
Fariborz Jahanian
2009-05-13
Look for and diagnose missing sentinel argument on message
Fariborz Jahanian
2009-05-13
Some early declarations to support sentinel attribute on
Fariborz Jahanian
2009-05-10
Implement C++0x nullptr.
Sebastian Redl
2009-05-08
Refactoring of my last patch.
Fariborz Jahanian
2009-05-08
More type checking for properties, accessors and
Fariborz Jahanian
2009-05-07
Tighten up relationals with blocks and ints. Radar 6441502
Mike Stump
2009-05-07
Improve semantic checking for blocks. Radar 6441502
Mike Stump
2009-05-05
Turns out that Sebastian already implemented the logic to compute the
Douglas Gregor
2009-05-04
Implement support for comparing pointers with <, >, <=, >=, ==, and !=
Douglas Gregor
2009-05-03
PR2524: downgrade taking address of expression of type 'void' to an
Eli Friedman
2009-05-03
Fix/re-enable test.
Eli Friedman
2009-05-02
Fix a thinko and a test.
Anders Carlsson
2009-05-02
Downgrade the invalid offsetof error to a warning.
Anders Carlsson
2009-05-02
When determining whether an expression refers to a bit-field, look
Douglas Gregor
2009-05-02
Fix bitfield promotions in several more cases. We don't seem to work hard eno...
Douglas Gregor
2009-05-01
It's an error to call offsetof on a non-POD type.
Anders Carlsson
2009-05-01
Implement bit-field promotion rules for C99. Fixes PR3500.
Douglas Gregor
2009-05-01
Replace more release+static_cast with takeAs.
Anders Carlsson
2009-05-01
Replace a bunch of static_cast + release with takeAs.
Anders Carlsson
2009-05-01
PR4013 and PR4105: pointer-like types can only be cast to/from integers
Eli Friedman
2009-04-29
Implement semantic analysis for transparent unions. This is largely
Douglas Gregor
[next]