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
*
-ms-extensions: Implement __super scope specifier (PR13236).
Nikola Smiljanic
2014-09-26
1
-0
/
+2
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-5
/
+4
*
C++1y is now C++14!
Aaron Ballman
2014-08-19
1
-2
/
+2
*
MS ABI: Don't force bases to have an inheritance model
David Majnemer
2014-08-08
1
-0
/
+8
*
Factor out exception specification information from
Richard Smith
2014-07-31
1
-5
/
+4
*
PR20445: Properly transform the initializer in a CXXNewExpr rather than running
Richard Smith
2014-07-25
1
-10
/
+1
*
PR20228: don't retain a pointer to a vector element after the container has b...
Richard Smith
2014-07-23
1
-3
/
+4
*
Track the difference between
Richard Smith
2014-07-17
1
-18
/
+15
*
Remove llvm:: from uses of ArrayRef.
Craig Topper
2014-06-28
1
-1
/
+1
*
[OPENMP] Loop canonical form analysis (Sema)
Alexander Musman
2014-06-03
1
-1
/
+4
*
Fix 'this' capturing Generic lambdas used within default initializers (PR19876)
Faisal Vali
2014-05-30
1
-1
/
+15
*
Refactoring. Remove Owned method from Sema.
Nikola Smiljanic
2014-05-29
1
-98
/
+79
*
Refactoring. Remove release and take methods from ActionResult. Rename takeAs...
Nikola Smiljanic
2014-05-29
1
-84
/
+84
*
[C++11] Use 'nullptr'. Sema edition.
Craig Topper
2014-05-26
1
-77
/
+81
*
Sema: Implement DR244
David Majnemer
2014-05-21
1
-16
/
+9
*
Push implicitly-declared allocation functions into the IdResolver. Otherwise,
Richard Smith
2014-05-16
1
-3
/
+1
*
Sema::FindAllocationFunctions(): Fix \param. [-Wdocumentation]
NAKAMURA Takumi
2014-05-14
1
-1
/
+1
*
PR19729: Delete a bunch of bogus code in Sema::FindAllocationOverload. This
Richard Smith
2014-05-13
1
-34
/
+24
*
Revert "Sema: Implement DR244"
David Majnemer
2014-05-03
1
-3
/
+3
*
Sema: Implement DR244
David Majnemer
2014-05-03
1
-3
/
+3
*
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
[next]