summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX
Commit message (Expand)AuthorAgeFilesLines
* Ignore test Inputs globally and remove redundant lit.local.cfg filesAlp Toker2013-11-151-1/+0
* PR17533 and duplicates: don't compute the return type of an overloaded operatorRichard Smith2013-11-151-0/+19
* Don't reject dependent range-based for loops in constexpr functions. The loopRichard Smith2013-11-151-0/+13
* Modern gcc is happy to constant evaluate __builtin_strlen in various casesRichard Smith2013-11-151-0/+39
* Add -Wdeprecated-writable-string in C++ to -Wc++11-compat, since it's ill-for...Richard Smith2013-11-141-0/+4
* Added warning on structures/unions that are empty or contain onlySerge Pavlov2013-11-142-2/+19
* Only provide MS builtins when -fms-extensions is onReid Kleckner2013-11-131-0/+6
* Warn on duplicate function specifierSerge Pavlov2013-11-132-0/+12
* A quick fix to PR17877 that was introduced by r194188 (generic-lambda-capturi...Faisal Vali2013-11-121-1/+22
* -fms-compatibility: Use C++98 null pointer constant rulesReid Kleckner2013-11-121-0/+16
* Thread-safety analysis: check guarded_by and pt_guarded_by on array access.DeLesley Hutchins2013-11-081-12/+56
* PR17800: When performing pack expansion, we must always rebuild the AST nodesRichard Smith2013-11-071-0/+13
* PR17615: A delegating constructor initializer is a full-expression. Don'tRichard Smith2013-11-071-0/+11
* Added a test case for the fix to bug 17632 in r193751Chris Wailes2013-11-071-0/+2
* This patch implements capturing of variables within generic lambdas.Faisal Vali2013-11-072-4/+1478
* Fix diagnostic goof in r194161.Richard Smith2013-11-061-1/+1
* Add a limit to the length of a sequence of 'operator->' functions we willRichard Smith2013-11-061-0/+26
* Thread safety analysis: minor bugfix to smart pointer handling, and expandedDeLesley Hutchins2013-11-061-6/+36
* More constant evaluation cleanup, and fix an issue where we'd override anRichard Smith2013-11-061-3/+3
* Thread safety analysis: check pt_guarded_by attribute when calling -> and *DeLesley Hutchins2013-11-051-0/+84
* Refactor constant expression handling and make a couple of tweaks to make it aRichard Smith2013-11-051-0/+17
* Revert "Try to correct a mistyped "-" or ">" to "->" for some C++ cases."Kaelyn Uhrain2013-11-051-13/+0
* Try to correct a mistyped "-" or ">" to "->" for some C++ cases.Kaelyn Uhrain2013-11-041-0/+13
* Sema: Do not allow overloading between methods based on restrictDavid Majnemer2013-11-031-0/+5
* Add test case for r193923David Majnemer2013-11-021-0/+3
* Sema: Disallow derived classes with virtual bases from having flexible array ...David Majnemer2013-11-021-0/+4
* Sema: Cleanup and simplify anonymous union diagnosticsDavid Majnemer2013-11-021-1/+1
* Sema: Flexible array members were introduced in C99, diagnose their use in C++David Majnemer2013-11-021-1/+1
* Change the other -Wtautological-compare warnings to not trigger in templateRichard Trieu2013-11-021-0/+16
* Add non-type template parameter test for disabled -Wtautological-compareRichard Trieu2013-11-011-0/+6
* Disable -Wtautological-compare in template instantiations.Richard Trieu2013-11-011-0/+19
* Disable -Wtautological-constant-out-of-range-compare in template instantiations.Richard Trieu2013-11-011-0/+26
* Support return type deduction for templates in -fdelayed-template-parsing (mi...Faisal Vali2013-11-012-3/+94
* Changed tests_typestate to test_typestate for consistency.Chris Wailes2013-10-292-19/+19
* Switch %clang -cc1 tests to %clang_cc1Alp Toker2013-10-281-1/+1
* Add -Wstring-plus-char, which warns when adding char literals to C strings.Jordan Rose2013-10-251-0/+32
* Sema: Do not allow lambda expressions to appear inside of constant expressionsDavid Majnemer2013-10-251-1/+3
* Consider used attributes in hidden decls.Rafael Espindola2013-10-251-0/+6
* Simplify and refactor the uninitialized field warning.Richard Trieu2013-10-251-3/+63
* Refactor: Extract specializing the generic lambda call operator during conver...Faisal Vali2013-10-241-1/+4
* Fix a test file option from -emit-llvm -o to -emit-llvm-only.Faisal Vali2013-10-241-1/+1
* Fix an instantiation bug with nested generic lambdas and conversion to fptrs.Faisal Vali2013-10-241-0/+44
* And Again: Teach TreeTransform how to transform nested generic lambdas.Faisal Vali2013-10-231-3/+514
* Revert r193223 and r193216.Rafael Espindola2013-10-231-514/+3
* Again: Teach TreeTransform and family how to transform generic Faisal Vali2013-10-231-3/+514
* Retain previous language linkage of friend function declarationsAlp Toker2013-10-221-0/+19
* Consider hidden decls for isUsed checks.Rafael Espindola2013-10-221-0/+9
* Extend test to show an alias can be before a definition.Rafael Espindola2013-10-211-1/+2
* Be more precise when diagnosing 'inline' on global replacement functionsDavid Majnemer2013-10-211-1/+1
* Switch attribute test line endings from CRLFAlp Toker2013-10-202-45/+45
OpenPOWER on IntegriCloud