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
*
MSVCCompat: Don't produce an invalid AST when accepting void pseudo-dtors
Reid Kleckner
2014-05-01
1
-2
/
+3
*
Implement [over.match.oper]p3 properly, by filtering the non-candidates out
Richard Smith
2014-04-17
1
-2
/
+3
*
PR19178 __is_constructible returns true for abstract types.
Nikola Smiljanic
2014-04-15
1
-0
/
+5
*
DR1346: a parenthesized braced-init-list cannot be used as the initializer when
Richard Smith
2014-03-12
1
-3
/
+4
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
1
-27
/
+29
*
PR18876: The special-case rule that ignores the destruction of a top-level
Richard Smith
2014-02-18
1
-3
/
+5
*
Fix lifetime issue causing buildbot failures.
Richard Smith
2014-02-08
1
-2
/
+2
*
Fold together two repeated identical 'if's.
Richard Smith
2014-02-07
1
-7
/
+5
*
Temporary fix for PR18473: Don't try to evaluate the initializer for a
Richard Smith
2014-02-06
1
-7
/
+6
*
Add implicit declarations of allocation functions when looking them up for
Richard Smith
2014-02-04
1
-1
/
+3
*
Fix typo 'uusal'.
Richard Smith
2014-02-03
1
-2
/
+2
*
PR17052 / DR1560 (+DR1550): In a conditional expression between a glvalue and a
Richard Smith
2014-01-27
1
-34
/
+13
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-1
/
+1
*
Build an appropriate (albeit trivial) TypeSourceInfo for a destructor name, so
Richard Smith
2014-01-22
1
-4
/
+11
*
Rename FunctionProtoType accessors from 'arguments' to 'parameters'
Alp Toker
2014-01-20
1
-4
/
+4
*
MSVC 2013 type trait support
Alp Toker
2014-01-20
1
-19
/
+47
*
Fix nothrow trait with multiple default constructors
Alp Toker
2014-01-20
1
-3
/
+7
*
Fix string-literal to char* conversion in overload resolution for C++11
Ismail Pazarbasi
2014-01-17
1
-2
/
+5
*
Distinguish between attributes explicitly written at the request of the user,...
Aaron Ballman
2014-01-16
1
-3
/
+2
*
Rename language option MicrosoftMode to MSVCCompat
Alp Toker
2014-01-14
1
-4
/
+4
*
It turns out the problem was a bit more wide-spread. Removing a lot of unneed...
Aaron Ballman
2014-01-03
1
-1
/
+1
*
Eliminate UnaryTypeTraitExpr
Alp Toker
2014-01-01
1
-33
/
+11
*
Don't reserve __builtin_types_compatible_p as a C++ keyword
Alp Toker
2013-12-25
1
-10
/
+1
*
Remove an unused parameter and include after r197273
Alp Toker
2013-12-13
1
-2
/
+2
*
Eliminate BinaryTypeTraitExpr
Alp Toker
2013-12-13
1
-58
/
+31
*
Unify type trait parsing
Alp Toker
2013-12-12
1
-5
/
+1
*
PR17602: check accessibility when performing an implicit derived-to-base
Richard Smith
2013-12-12
1
-9
/
+10
*
[REFACTOR] Refactored some of the generic-lambda capturing code.
Faisal Vali
2013-12-07
1
-39
/
+61
*
Tweak r196646
Alp Toker
2013-12-07
1
-5
/
+3
*
Type traits: No need for switch to handle __builtin_types_compatible_p
Alp Toker
2013-12-07
1
-10
/
+4
*
Fix code typos spotted while working on type traits
Alp Toker
2013-12-06
1
-2
/
+2
*
PR17983: Fix crasher bug in C++1y mode when performing a non-global array
Richard Smith
2013-12-05
1
-3
/
+2
*
Fix init-captures for generic lambdas.
Faisal Vali
2013-12-05
1
-3
/
+20
*
Reject template-ids containing literal-operator-ids that have a dependent
Richard Smith
2013-12-05
1
-0
/
+28
*
Remove a whole lot of unused variables
Alp Toker
2013-11-27
1
-4
/
+2
*
COSMETIC: Fix 80 column overflow in some comments introduced in r194188
Faisal Vali
2013-11-12
1
-7
/
+7
*
A quick fix to PR17877 that was introduced by r194188 (generic-lambda-capturi...
Faisal Vali
2013-11-12
1
-3
/
+18
*
Unbreak the Clang -Werror build by removing some unused variables
David Blaikie
2013-11-07
1
-11
/
+6
*
This patch implements capturing of variables within generic lambdas.
Faisal Vali
2013-11-07
1
-11
/
+176
*
Fix diagnostic goof in r194161.
Richard Smith
2013-11-06
1
-2
/
+2
*
Add a limit to the length of a sequence of 'operator->' functions we will
Richard Smith
2013-11-06
1
-6
/
+41
*
Implement final resolution of DR1402: implicitly-declared move operators that
Richard Smith
2013-11-04
1
-2
/
+2
*
[-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'f...
David Majnemer
2013-10-18
1
-0
/
+6
*
Convert anachronistic use of 'void *' to 'DeclContext *' in Scope that was a ...
Ted Kremenek
2013-10-08
1
-1
/
+1
*
Implement C++1y sized deallocation (n3778). This is not enabled by -std=c++1y;
Richard Smith
2013-09-29
1
-55
/
+139
*
PR16529: Don't forget to add the CXXFunctionalCastExpr type sugar to an
Richard Smith
2013-09-23
1
-8
/
+11
*
Avoid getting an argument of allocation function if it does not exist.
Serge Pavlov
2013-09-14
1
-11
/
+12
*
Fix is_trivially_constructible preconditions.
Eli Friedman
2013-09-11
1
-12
/
+12
*
AST: __uuidof should leak through templated types
David Majnemer
2013-09-07
1
-7
/
+17
*
Properly track l-paren of a CXXFucntionalCastExpr.
Eli Friedman
2013-08-15
1
-2
/
+3
[next]