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
Age
Commit message (
Expand
)
Author
2009-05-19
Template instantiation for cast expressions.
Douglas Gregor
2009-05-19
Patch finishes off application of printf attribute on blocks.
Fariborz Jahanian
2009-05-19
Create CXXConstructExpr calls for arguments passed to functions.
Anders Carlsson
2009-05-19
When assigning from an rvalue to a const reference, the implicit cast from T ...
Anders Carlsson
2009-05-19
Template instantiation for call expressions.
Douglas Gregor
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
Template instantiation for imaginary literals, because they were next in Expr.h
Douglas Gregor
2009-05-18
Fix sorting of using directives, from Jay Foad
Douglas Gregor
2009-05-18
Deal with an icky corner case where we were complaining that a catch
Douglas Gregor
2009-05-18
more printf attribute on block declaration and
Fariborz Jahanian
2009-05-18
Template instantiation for C++ try/catch statements.
Douglas Gregor
2009-05-18
Include StmtNodes.def to declare Visit methods for all of the known
Douglas Gregor
2009-05-18
Simplify struct/class tag mismatch warning, per Sebastian's suggestion
Douglas Gregor
2009-05-18
Minor tweak to support format attribute on blocks. No change in functionality.
Fariborz Jahanian
2009-05-18
When instantiating the definition of a member function of a class
Douglas Gregor
2009-05-17
Make ActOnWhileStmt take a FullExprArg for the condition expr.
Anders Carlsson
2009-05-17
Make ActOnExprStmt take a FullExprArg.
Anders Carlsson
2009-05-17
Fix instantiate-function-1.cpp.
Anders Carlsson
2009-05-17
Fix DISABLE_SMART_POINTERS build.
Anders Carlsson
2009-05-17
Implement Sema::ActOnFinishFullExpr and create a CXXExprWithTemporaries node ...
Anders Carlsson
2009-05-17
Add the FullExprArg wrapper and use it for if statement conditions.
Anders Carlsson
2009-05-17
Add FIXME about not using MemberExpr nodes when the base type is a dependent ...
Anders Carlsson
2009-05-17
Rewrite PureVirtualMethodCollector to use the overridden methods. Fixes <rdar...
Anders Carlsson
2009-05-16
Add OldMD to the list of methods NewMD overrides
Anders Carlsson
2009-05-16
Refactor address-of-void extension a bit so that it's more obviously
Eli Friedman
2009-05-16
Fix another case where the extern-ness of extern "C" wasn't being captured.
Anders Carlsson
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
Implement instantiation of a few boring, simple expressions. I don't think th...
Sebastian Redl
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
PR2044: reject declarations of functions returning variably modified
Eli Friedman
2009-05-16
PR3009: Get rid of bogus warning for scalar compound literals.
Eli Friedman
2009-05-16
Reflow some comments.
Mike Stump
2009-05-16
Implement a FIXME, we now pass in the locations of the braces for enums.
Mike Stump
2009-05-16
Remove useless wrapper.
Eli Friedman
2009-05-16
Template instantiation for IndirectGotoStmt. Now my life is complete.
Douglas Gregor
2009-05-15
Template instantiation for switch statements
Douglas Gregor
2009-05-15
Removed superfluous code.
Fariborz Jahanian
2009-05-15
Early support for __format__attribute on blocks.
Fariborz Jahanian
2009-05-15
Basic support for member exprs where the base expr type is dependent.
Anders Carlsson
2009-05-15
Template instantiation for break and continue statements.
Douglas Gregor
2009-05-15
Template instantiation for "for" loops
Douglas Gregor
2009-05-15
Template instantiation for do-while statements.
Douglas Gregor
2009-05-15
Template instantiation for WhileStmt and CXXConditionDeclExpr.
Douglas Gregor
2009-05-15
Make sure that we use the canonical type for the names of instantiated
Douglas Gregor
2009-05-15
improved on diagnosing misplacement of sentinel attributes.
Fariborz Jahanian
2009-05-15
Allow instantiation of NULL expressions and statements
Douglas Gregor
2009-05-15
This patch finishes off the sentinel attribute handling for
Fariborz Jahanian
[prev]
[next]