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
2010-12-16
Do lvalue-to-rvalue conversions on the LHS of a shift operator.
John McCall
2010-12-16
Add tests checking for unexpanded parameter packs in declarations that
Douglas Gregor
2010-12-16
Tweak a comment
Douglas Gregor
2010-12-16
Delay the check for unexpanded parameter packs in the types of
Douglas Gregor
2010-12-16
Check for unexpanded parameter packs in non-type template parameter types.
Douglas Gregor
2010-12-16
Check for unexpanded parameter packs in default arguments.
Douglas Gregor
2010-12-16
Fix a regression I caused in r121930. It turns out that
Douglas Gregor
2010-12-16
Check for unexpanded parameter packs within variable initializers.
Douglas Gregor
2010-12-16
Check for unexpanded parameter packs in friend declarations.
Douglas Gregor
2010-12-16
Improve diagnostics when property being looked up
Fariborz Jahanian
2010-12-16
Check for unexpanded parameter packs in using declarations. As a
Douglas Gregor
2010-12-16
Check for unexpanded parameter packs in enumeration types and enumerators.
Douglas Gregor
2010-12-15
Check for unexpanded parameter packs in static assertion expressions.
Douglas Gregor
2010-12-15
ivars craeted for explicit @synthesize and those
Fariborz Jahanian
2010-12-15
Check for unexpanded parameter packs in various kinds of
Douglas Gregor
2010-12-15
Test that all of the relevant types properly compute the "contains
Douglas Gregor
2010-12-15
Introduce a RecursiveASTVisitor subclass that finds all unexpanded
Douglas Gregor
2010-12-15
Fix diagnostic pragmas.
Argyrios Kyrtzidis
2010-12-15
Move the work-in-progress implementation of variadic templates to its own fil...
Douglas Gregor
2010-12-15
Reorganize LookupMemberExpr for clarity and to make the obvious fast paths
John McCall
2010-12-15
__attribute__((nonnull)) can apply to reference-to-pointer
Douglas Gregor
2010-12-15
Sema: have BuildExpressionFromIntegralTemplateArgument produce well-formed In...
Peter Collingbourne
2010-12-15
Sundry missing lvalue-to-rvalue conversions. Also leave a TODO for the vital
John McCall
2010-12-15
Set the "implicitly inline" bit on a method as soon as we see a definition
John McCall
2010-12-15
Variadic templates: extend the Expr class with a bit that specifies
Douglas Gregor
2010-12-14
Added missing IgnoreParens().
Abramo Bagnara
2010-12-14
Rewrite ComplexExprEvaluator::VisitCastExpr to use cast kinds, and fix
John McCall
2010-12-14
Improve some comments, shrink FunctionType::ExtInfo, and fix a bug found
John McCall
2010-12-14
Restore r121752 without modification.
John McCall
2010-12-14
Pull out r121752 in case it's causing the selfhost breakage.
John McCall
2010-12-14
Factor out most of the extra state in a FunctionProtoType into a separate
John McCall
2010-12-13
Variadic templates: extend Type, NestedNameSpecifier, TemplateName,
Douglas Gregor
2010-12-13
Skip ParenType on function instantiations.
Abramo Bagnara
2010-12-13
Reduce the number of builtin operator overload candidates added in certain
Chandler Carruth
2010-12-12
Basic, Sema: add support for CUDA launch_bounds attribute
Peter Collingbourne
2010-12-12
Sema: diagnose kernel functions with non-void return type
Peter Collingbourne
2010-12-12
Move the functionality to mark all vtables of key functions as used within
Chandler Carruth
2010-12-12
Finish cleaning up the static utility code for adding builtin operator overload
Chandler Carruth
2010-12-12
Clean up the helpers used to compute the usual arithmetic conversions' result
Chandler Carruth
2010-12-12
Add a comment to a helper function.
Chandler Carruth
2010-12-12
Sink the logic to suppress builtin operator overloads in the presence of
Chandler Carruth
2010-12-12
Reorder the cases in the switch to be more logically grouped (to my mind). If
Chandler Carruth
2010-12-12
Remove the final goto from this switch making it explict which overload set is
Chandler Carruth
2010-12-12
Fold away completely identical code with simple fallthrough.
Chandler Carruth
2010-12-12
Move and copy function calls around to remove the indirection through gotos
Chandler Carruth
2010-12-12
Simplify the flow through the switch by explicitly listing the added overloads
Chandler Carruth
2010-12-12
Fix 80-column violations and reflowing some code to facilitate those fixes.
Chandler Carruth
2010-12-12
Begin the refactoring of how builtin operators are added to the overload
Chandler Carruth
2010-12-11
Enhance my implementation of //rdar ://8747333 in r121597 to allow
Fariborz Jahanian
2010-12-10
Any property declared in a class extension might have user
Fariborz Jahanian
[next]