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
/
AST
Age
Commit message (
Expand
)
Author
2012-02-21
Implement non-internal linkage for lambda closure types that need a
Douglas Gregor
2012-02-21
Implement name mangling for lambda expressions that occur within the
Douglas Gregor
2012-02-21
Implement name mangling for lambda expressions that occur within the
Douglas Gregor
2012-02-20
modern objc translator. Finish off first cut of the
Fariborz Jahanian
2012-02-20
Basic support for name mangling of C++11 lambda expressions. Because
Douglas Gregor
2012-02-20
ObjCMessageExpr: Don't leave SelLocsKind uninitialized when the send is impli...
Benjamin Kramer
2012-02-19
Refuse to compile global std::initializer_lists instead of doing completely t...
Sebastian Redl
2012-02-19
Remove dead code.
Ahmed Charles
2012-02-18
Implement constant expression support for __real__ and __imag__ on lvalue
Richard Smith
2012-02-18
Fix crash in analyzer diagnostic generation involving subexpressions of Opaqu...
Ted Kremenek
2012-02-18
Fix a problem in the GCC testsuite, exposed by r150557. Compound literals
Richard Smith
2012-02-17
Basic code generation support for std::initializer_list.
Sebastian Redl
2012-02-17
Make sure all remaining parts of the constant evaluator are aware that an array
Richard Smith
2012-02-17
Block expressions always have a prototyped function type; expose this
John McCall
2012-02-17
Rework the Sema/AST/IRgen dance for the lambda closure type's
Douglas Gregor
2012-02-17
PR12012: Fix a regression in r150419 where we would try (and fail) to
Richard Smith
2012-02-16
Pacify gcc's -Wreturn-type
Matt Beaumont-Gay
2012-02-16
Revert "Revert "Make CXXNewExpr contain only a single initialier, and not hol...
Sebastian Redl
2012-02-16
Revert "Make CXXNewExpr contain only a single initialier, and not hold the us...
Sebastian Redl
2012-02-16
Make CXXNewExpr contain only a single initialier, and not hold the used const...
Sebastian Redl
2012-02-16
constexpr tidyups:
Richard Smith
2012-02-16
Implicitly define a lambda's conversion functions (to function
Douglas Gregor
2012-02-15
When overload resolution picks an implicitly-deleted special member
Douglas Gregor
2012-02-15
Implement DR1454. This allows all intermediate results in constant expressions
Richard Smith
2012-02-15
Split reinterpret_casts of member pointers out from CK_BitCast; this
John McCall
2012-02-14
constexpr: evaluation support for nullptr comparisons.
Richard Smith
2012-02-14
Pending clear answer from WG21 on whether core issue 903 is intended to apply to
Richard Smith
2012-02-14
Implement AST (de-)serialization for lambda expressions.
Douglas Gregor
2012-02-13
Deal with a horrible C++11 special case. If a non-literal type has a constexpr
Richard Smith
2012-02-13
Introduce support for template instantiation of lambda
Douglas Gregor
2012-02-13
Sink variable into assert
Matt Beaumont-Gay
2012-02-13
Split the storage of lambda information between the LambdaExpr and the
Douglas Gregor
2012-02-13
Keep track of the set of array index variables we use when we
Douglas Gregor
2012-02-13
Don't allocate unused storage for captures/capture initializers in lambda exp...
Douglas Gregor
2012-02-13
Move the storage of lambda captures and capture initializers from
Douglas Gregor
2012-02-13
Update constexpr implementation to match CWG's chosen approach for core issues
Richard Smith
2012-02-12
Within the body of a lambda expression, decltype((x)) for an
Douglas Gregor
2012-02-11
Represent C++ direct initializers as ParenListExprs before semantic analysis
Sebastian Redl
2012-02-11
const-qualify CXXRecordDecl::getCaptureFields.
Eli Friedman
2012-02-10
Track whether a function type has a trailing return type as type sugar. Use this
Richard Smith
2012-02-10
Extend CXXRecordDecl with a function that determines the mapping from
Douglas Gregor
2012-02-10
Update to new resolution for DR1458. When taking the address of an object of
Richard Smith
2012-02-09
objc: If a method is not implemented in the category implementation but
Fariborz Jahanian
2012-02-09
CWG issue 1405: mutable members are allowed in literal types, but can't undergo
Richard Smith
2012-02-09
[PCH] Avoid using Decl::setAttrs() and Decl::setLexicalDeclContext() from the...
Argyrios Kyrtzidis
2012-02-08
Implement DR1458: Taking the address of an object of incomplete class type is
Richard Smith
2012-02-08
Implement the agreed resolution to DR1457: a signed left shift of a 1 bit into
Richard Smith
2012-02-08
Revise the SplitQualType interface to make it its own thing instead of
John McCall
2012-02-08
If a struct needs to be laid out, and it has not
Sean Callanan
2012-02-07
Revert my patches which removed Diagnostic.h includes by moving some operator...
Benjamin Kramer
[next]