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
*
[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
*
A few small cleanups to r187504. Thanks to dblaikie for the assist.
Kaelyn Uhrain
2013-07-31
1
-8
/
+7
*
Improve the diagnostic experience, including adding recovery, for
Kaelyn Uhrain
2013-07-31
1
-3
/
+34
*
ObjectiveC arc: Move check for type conversions in arc
Fariborz Jahanian
2013-07-31
1
-1
/
+2
*
Add missing check for creating an instance of an abstract class through an
Richard Smith
2013-07-20
1
-1
/
+5
*
If an unimported submodule of an imported module contains a declaration of a
Richard Smith
2013-07-14
1
-1
/
+5
*
contextual conversion fix: C++98 compatibility warning.
Larisse Voufo
2013-06-18
1
-2
/
+3
*
r184100 Fix -- Updated test cases for contextual conversion
Larisse Voufo
2013-06-18
1
-3
/
+3
*
Revert "Updated test cases for contextual conversion"
Rafael Espindola
2013-06-17
1
-3
/
+3
*
Updated test cases for contextual conversion
Larisse Voufo
2013-06-17
1
-3
/
+3
*
Updated the support for contextual conversion tweaks (n3323) with a previousl...
Larisse Voufo
2013-06-15
1
-56
/
+85
*
Allow paren casted throw statements inside of ternary expressions
David Majnemer
2013-06-02
1
-2
/
+2
*
Add support to fallback on operator new when a placement operator new[] is ca...
Aaron Ballman
2013-05-30
1
-0
/
+15
*
PR14772: Support constant expression evaluation for _Atomic types.
Richard Smith
2013-05-23
1
-6
/
+16
*
Refactor places which perform contextual implicit conversions to go through a
Richard Smith
2013-05-21
1
-75
/
+79
*
ArrayRef'ize Sema::FindAllocationFunctions
Dmitri Gribenko
2013-05-10
1
-28
/
+19
*
ArrayRef'ize Sema::FindAllocationOverload
Dmitri Gribenko
2013-05-10
1
-23
/
+16
*
Revert my r181563, breaks tests on buildbots
Dmitri Gribenko
2013-05-10
1
-16
/
+23
*
ArrayRef'ize Sema::FindAllocationOverload
Dmitri Gribenko
2013-05-09
1
-23
/
+16
*
ArrayRef'ize some SemaOverload methods
Dmitri Gribenko
2013-05-09
1
-2
/
+3
*
Replace 'MultiExprArg()' with 'None'
Dmitri Gribenko
2013-05-05
1
-2
/
+2
*
ArrayRef'ization of some methods in SemaOverload. Patch by Robert Wilhelm!
Richard Smith
2013-05-05
1
-1
/
+1
*
Don't build a call expression referring to a function which we're not allowed
Richard Smith
2013-05-04
1
-7
/
+14
*
ArrayRef'ize InitializationSequence constructor and InitializationSequence::D...
Dmitri Gribenko
2013-05-03
1
-34
/
+28
*
Move parsing of identifiers in MS-style inline assembly into
John McCall
2013-05-03
1
-1
/
+1
*
When deducing an 'auto' type, don't modify the type-as-written.
Richard Smith
2013-04-30
1
-5
/
+3
*
Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there
Richard Smith
2013-04-30
1
-3
/
+4
*
Small CapturedStmt improvements
Ben Langmuir
2013-04-29
1
-22
/
+17
[next]