summaryrefslogtreecommitdiff
path: root/lib/Sema/SemaExprCXX.cpp
Commit message (Expand)AuthorAge
* [OPENMP] Loop canonical form analysis (Sema)Alexander Musman2014-06-03
* Fix 'this' capturing Generic lambdas used within default initializers (PR19876) Faisal Vali2014-05-30
* Refactoring. Remove Owned method from Sema.Nikola Smiljanic2014-05-29
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-29
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-26
* Sema: Implement DR244David Majnemer2014-05-21
* Push implicitly-declared allocation functions into the IdResolver. Otherwise,Richard Smith2014-05-16
* Sema::FindAllocationFunctions(): Fix \param. [-Wdocumentation]NAKAMURA Takumi2014-05-14
* PR19729: Delete a bunch of bogus code in Sema::FindAllocationOverload. ThisRichard Smith2014-05-13
* Revert "Sema: Implement DR244"David Majnemer2014-05-03
* Sema: Implement DR244David Majnemer2014-05-03
* MSVCCompat: Don't produce an invalid AST when accepting void pseudo-dtorsReid Kleckner2014-05-01
* Implement [over.match.oper]p3 properly, by filtering the non-candidates outRichard Smith2014-04-17
* PR19178 __is_constructible returns true for abstract types.Nikola Smiljanic2014-04-15
* DR1346: a parenthesized braced-init-list cannot be used as the initializer whenRichard Smith2014-03-12
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-12
* PR18876: The special-case rule that ignores the destruction of a top-levelRichard Smith2014-02-18
* Fix lifetime issue causing buildbot failures.Richard Smith2014-02-08
* Fold together two repeated identical 'if's.Richard Smith2014-02-07
* Temporary fix for PR18473: Don't try to evaluate the initializer for aRichard Smith2014-02-06
* Add implicit declarations of allocation functions when looking them up forRichard Smith2014-02-04
* Fix typo 'uusal'.Richard Smith2014-02-03
* PR17052 / DR1560 (+DR1550): In a conditional expression between a glvalue and aRichard Smith2014-01-27
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-25
* Build an appropriate (albeit trivial) TypeSourceInfo for a destructor name, soRichard Smith2014-01-22
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-20
* MSVC 2013 type trait supportAlp Toker2014-01-20
* Fix nothrow trait with multiple default constructorsAlp Toker2014-01-20
* Fix string-literal to char* conversion in overload resolution for C++11Ismail Pazarbasi2014-01-17
* Distinguish between attributes explicitly written at the request of the user,...Aaron Ballman2014-01-16
* Rename language option MicrosoftMode to MSVCCompatAlp Toker2014-01-14
* It turns out the problem was a bit more wide-spread. Removing a lot of unneed...Aaron Ballman2014-01-03
* Eliminate UnaryTypeTraitExprAlp Toker2014-01-01
* Don't reserve __builtin_types_compatible_p as a C++ keywordAlp Toker2013-12-25
* Remove an unused parameter and include after r197273Alp Toker2013-12-13
* Eliminate BinaryTypeTraitExprAlp Toker2013-12-13
* Unify type trait parsingAlp Toker2013-12-12
* PR17602: check accessibility when performing an implicit derived-to-baseRichard Smith2013-12-12
* [REFACTOR] Refactored some of the generic-lambda capturing code.Faisal Vali2013-12-07
* Tweak r196646Alp Toker2013-12-07
* Type traits: No need for switch to handle __builtin_types_compatible_pAlp Toker2013-12-07
* Fix code typos spotted while working on type traitsAlp Toker2013-12-06
* PR17983: Fix crasher bug in C++1y mode when performing a non-global arrayRichard Smith2013-12-05
* Fix init-captures for generic lambdas.Faisal Vali2013-12-05
* Reject template-ids containing literal-operator-ids that have a dependentRichard Smith2013-12-05
* Remove a whole lot of unused variablesAlp Toker2013-11-27
* COSMETIC: Fix 80 column overflow in some comments introduced in r194188Faisal Vali2013-11-12
* A quick fix to PR17877 that was introduced by r194188 (generic-lambda-capturi...Faisal Vali2013-11-12
* Unbreak the Clang -Werror build by removing some unused variablesDavid Blaikie2013-11-07
* This patch implements capturing of variables within generic lambdas.Faisal Vali2013-11-07