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
/
SemaExprCXX.cpp
Age
Commit message (
Expand
)
Author
2013-05-05
Replace 'MultiExprArg()' with 'None'
Dmitri Gribenko
2013-05-05
ArrayRef'ization of some methods in SemaOverload. Patch by Robert Wilhelm!
Richard Smith
2013-05-04
Don't build a call expression referring to a function which we're not allowed
Richard Smith
2013-05-03
ArrayRef'ize InitializationSequence constructor and InitializationSequence::D...
Dmitri Gribenko
2013-05-03
Move parsing of identifiers in MS-style inline assembly into
John McCall
2013-04-30
When deducing an 'auto' type, don't modify the type-as-written.
Richard Smith
2013-04-30
Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there
Richard Smith
2013-04-29
Small CapturedStmt improvements
Ben Langmuir
2013-04-26
Implement C++1y decltype(auto).
Richard Smith
2013-04-22
C++1y constexpr extensions, round 1: Allow most forms of declaration and
Richard Smith
2013-04-16
Sema for Captured Statements
Tareq A. Siraj
2013-04-16
Basic support for Microsoft property declarations and
John McCall
2013-04-03
Add 178663 back.
Rafael Espindola
2013-04-03
Revert 178663.
Rafael Espindola
2013-04-03
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-03-27
Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_t...
Joao Matos
2013-03-26
Implement special-case name lookup for inheriting constructors: member
Richard Smith
2013-03-20
PR7256: Provide a fixit for incorrect destructor declarations
David Blaikie
2013-03-08
ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.
Jordan Rose
2013-03-07
Improve LLDB's implicit cast-to-id to work with C++11 auto and any Objective-...
Douglas Gregor
2013-02-12
The meat of this patch is in BuildCXXMemberCalLExpr where we make it use
Nick Lewycky
2013-02-07
Enable overloading of OpenCL events - this is needed for the overloaded OpenC...
Guy Benyei
2013-01-24
Patch to check for integer overflow. It has been
Fariborz Jahanian
2013-01-17
Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn on
Richard Smith
2013-01-14
Refactor to call ActOnFinishFullExpr on every full expression. Teach
Richard Smith
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-02
s/CPlusPlus0x/CPlusPlus11/g
Richard Smith
2012-12-29
ArrayRefize a CompoundStmt constructor.
Nico Weber
2012-12-19
PR13470: Ensure that copy-list-initialization isntantiates as
Richard Smith
2012-12-19
Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe...
David Blaikie
2012-12-13
Add missing check for error return from DefaultLvalueConversion. Fixes <rdar...
Eli Friedman
2012-12-08
Properly compute triviality for explicitly-defaulted or deleted special members.
Richard Smith
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-11-28
Don't return a pointer to an UnresolvedSetImpl in the CXXRecordDecl interface,
Argyrios Kyrtzidis
2012-11-26
PR14428: When instantiating a 'new' expression, if we had a non-dependent
Richard Smith
2012-11-15
Do not cache a pointer to ExprEvalContexts.back().
Benjamin Kramer
2012-11-14
s/tranform/transform/
Benjamin Kramer
2012-11-07
PR13552: Fix the end location of a CXXNewExpr.
David Blaikie
2012-10-11
Add codegen support for __uuidof().
Nico Weber
2012-10-02
Add FP_CONTRACT support for clang.
Lang Hames
2012-09-25
Add the Microsoft __is_interface_class type trait.
John McCall
2012-09-19
Remove Context argument from TemplateDeductionInfo constructor. It was no lon...
Craig Topper
2012-09-14
objective-C arc: remove -Warc-abi in its entirety.
Fariborz Jahanian
2012-09-13
Implement C++11 [conv.prom]p4: an enumeration with a fixed underlying type has
Richard Smith
2012-09-10
Fix PR13784: instantiation of an abstract class in a conditional operator.
David Blaikie
2012-09-10
Remove redundant semicolons which are null statements.
Dmitri Gribenko
2012-09-10
Allow vector types in pseudo-destructor expressions. Fixes PR13798.
Douglas Gregor
2012-08-31
Improved MSVC __interface support by adding first class support for it, inste...
Joao Matos
2012-08-24
Push ArrayRef through the Expr hierarchy.
Benjamin Kramer
2012-08-23
Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl...
Benjamin Kramer
[next]