index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Sema
/
SemaExprCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add 178663 back.
Rafael Espindola
2013-04-03
1
-3
/
+2
*
Revert 178663.
Rafael Espindola
2013-04-03
1
-2
/
+3
*
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-04-03
1
-3
/
+2
*
Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_t...
Joao Matos
2013-03-27
1
-31
/
+76
*
Implement special-case name lookup for inheriting constructors: member
Richard Smith
2013-03-26
1
-0
/
+37
*
PR7256: Provide a fixit for incorrect destructor declarations
David Blaikie
2013-03-20
1
-2
/
+10
*
ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.
Jordan Rose
2013-03-08
1
-3
/
+2
*
Improve LLDB's implicit cast-to-id to work with C++11 auto and any Objective-...
Douglas Gregor
2013-03-07
1
-3
/
+2
*
The meat of this patch is in BuildCXXMemberCalLExpr where we make it use
Nick Lewycky
2013-02-12
1
-3
/
+7
*
Enable overloading of OpenCL events - this is needed for the overloaded OpenC...
Guy Benyei
2013-02-07
1
-0
/
+6
*
Patch to check for integer overflow. It has been
Fariborz Jahanian
2013-01-24
1
-2
/
+3
*
Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn on
Richard Smith
2013-01-17
1
-1
/
+2
*
Refactor to call ActOnFinishFullExpr on every full expression. Teach
Richard Smith
2013-01-14
1
-9
/
+12
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-3
/
+3
*
s/CPlusPlus0x/CPlusPlus11/g
Richard Smith
2013-01-02
1
-10
/
+10
*
ArrayRefize a CompoundStmt constructor.
Nico Weber
2012-12-29
1
-1
/
+1
*
PR13470: Ensure that copy-list-initialization isntantiates as
Richard Smith
2012-12-19
1
-5
/
+5
*
Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe...
David Blaikie
2012-12-19
1
-8
/
+8
*
Add missing check for error return from DefaultLvalueConversion. Fixes <rdar...
Eli Friedman
2012-12-13
1
-0
/
+2
*
Properly compute triviality for explicitly-defaulted or deleted special members.
Richard Smith
2012-12-08
1
-23
/
+28
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-9
/
+9
*
Don't return a pointer to an UnresolvedSetImpl in the CXXRecordDecl interface,
Argyrios Kyrtzidis
2012-11-28
1
-3
/
+5
*
PR14428: When instantiating a 'new' expression, if we had a non-dependent
Richard Smith
2012-11-26
1
-20
/
+16
*
Do not cache a pointer to ExprEvalContexts.back().
Benjamin Kramer
2012-11-15
1
-7
/
+9
*
s/tranform/transform/
Benjamin Kramer
2012-11-14
1
-1
/
+1
*
PR13552: Fix the end location of a CXXNewExpr.
David Blaikie
2012-11-07
1
-3
/
+4
*
Add codegen support for __uuidof().
Nico Weber
2012-10-11
1
-22
/
+2
*
Add FP_CONTRACT support for clang.
Lang Hames
2012-10-02
1
-1
/
+2
*
Add the Microsoft __is_interface_class type trait.
John McCall
2012-09-25
1
-0
/
+5
*
Remove Context argument from TemplateDeductionInfo constructor. It was no lon...
Craig Topper
2012-09-19
1
-1
/
+1
*
objective-C arc: remove -Warc-abi in its entirety.
Fariborz Jahanian
2012-09-14
1
-15
/
+0
*
Implement C++11 [conv.prom]p4: an enumeration with a fixed underlying type has
Richard Smith
2012-09-13
1
-2
/
+10
*
Fix PR13784: instantiation of an abstract class in a conditional operator.
David Blaikie
2012-09-10
1
-0
/
+7
*
Remove redundant semicolons which are null statements.
Dmitri Gribenko
2012-09-10
1
-1
/
+1
*
Allow vector types in pseudo-destructor expressions. Fixes PR13798.
Douglas Gregor
2012-09-10
1
-1
/
+2
*
Improved MSVC __interface support by adding first class support for it, inste...
Joao Matos
2012-08-31
1
-1
/
+1
*
Push ArrayRef through the Expr hierarchy.
Benjamin Kramer
2012-08-24
1
-8
/
+8
*
Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl...
Benjamin Kramer
2012-08-23
1
-22
/
+14
*
Remove ASTOwningVector, it doesn't own anything and provides no value over Sm...
Benjamin Kramer
2012-08-23
1
-2
/
+2
*
Rip out remnants of move semantic emulation and smart pointers in Sema.
Benjamin Kramer
2012-08-23
1
-17
/
+12
*
Make __is_convertible_to handle abstract types correctly. PR13591.
Eli Friedman
2012-08-14
1
-1
/
+17
*
Factor out computation of whether a typeid's expression is potentially
Richard Smith
2012-08-13
1
-1
/
+1
*
Implement final piece of DR963 and also DR587:
Richard Smith
2012-08-08
1
-27
/
+60
*
When building a conditional operator where one operand is a throw-expression
Richard Smith
2012-08-07
1
-4
/
+22
*
PR13433: In Microsoft mode, don't require function calls within decltype
Richard Smith
2012-07-28
1
-0
/
+5
*
Final piece of core issue 1330: delay computing the exception specification of
Richard Smith
2012-07-27
1
-6
/
+0
*
The delete argument should not be converted to void*.
Abramo Bagnara
2012-07-09
1
-3
/
+3
*
PR13293: Defer deduction of an auto type with a dependent declarator, such as...
Richard Smith
2012-07-08
1
-4
/
+5
*
Teach the __is_trivially_assignable and __is_trivially_constructible
Douglas Gregor
2012-06-29
1
-2
/
+33
*
Documentation cleanup: turn "//" into "///" for a Doxygen comment.
James Dennett
2012-06-22
1
-3
/
+5
[next]