aboutsummaryrefslogtreecommitdiff
path: root/clang/test/SemaCXX
AgeCommit message (Expand)AuthorFilesLines
2014-04-08Merging r197445:Tom Stellard1-0/+8
2014-04-08Merging r197428:Tom Stellard1-0/+19
2014-03-19Merging r203025:Tom Stellard1-0/+10
2014-03-17Merging r200954:Tom Stellard1-1/+16
2013-12-17Merging r197409:Bill Wendling1-0/+18
2013-12-05Merging r196454:Bill Wendling1-6/+161
2013-12-05Merging r196423:Bill Wendling1-1/+61
2013-12-02Merging r196050:Bill Wendling1-0/+8
2013-12-01Merging r195777:Bill Wendling1-0/+14
2013-11-26Merging r195687:Bill Wendling1-0/+14
2013-11-22Merging r195384:Bill Wendling1-0/+5
2013-11-20Merging r195154:Bill Wendling1-0/+7
2013-11-18The attached patch is a follow up from my previous one. The existingRafael Espindola1-0/+9
2013-11-18Use the default method CC in GetFullTypeForDeclarator.Rafael Espindola1-0/+7
2013-11-16If a replaceable global operator new/delete is marked inline, don't warn ifRichard Smith1-2/+7
2013-11-16Downgrade the Error on an 'inline' operator new or delete to an ExtWarn. SomeRichard Smith1-1/+1
2013-11-16Consumed analysis: track state of temporary objects.DeLesley Hutchins1-7/+113
2013-11-15PR8455: Handle an attribute between a goto label and a variable declaration perRichard Smith1-1/+24
2013-11-15Ignore test Inputs globally and remove redundant lit.local.cfg filesAlp Toker1-1/+0
2013-11-15PR17533 and duplicates: don't compute the return type of an overloaded operatorRichard Smith1-0/+19
2013-11-15Don't reject dependent range-based for loops in constexpr functions. The loopRichard Smith1-0/+13
2013-11-15Modern gcc is happy to constant evaluate __builtin_strlen in various casesRichard Smith1-0/+39
2013-11-14Add -Wdeprecated-writable-string in C++ to -Wc++11-compat, since it's ill-for...Richard Smith1-0/+4
2013-11-14Added warning on structures/unions that are empty or contain onlySerge Pavlov2-2/+19
2013-11-13Only provide MS builtins when -fms-extensions is onReid Kleckner1-0/+6
2013-11-13Warn on duplicate function specifierSerge Pavlov2-0/+12
2013-11-12A quick fix to PR17877 that was introduced by r194188 (generic-lambda-capturi...Faisal Vali1-1/+22
2013-11-12-fms-compatibility: Use C++98 null pointer constant rulesReid Kleckner1-0/+16
2013-11-08Thread-safety analysis: check guarded_by and pt_guarded_by on array access.DeLesley Hutchins1-12/+56
2013-11-07PR17800: When performing pack expansion, we must always rebuild the AST nodesRichard Smith1-0/+13
2013-11-07PR17615: A delegating constructor initializer is a full-expression. Don'tRichard Smith1-0/+11
2013-11-07Added a test case for the fix to bug 17632 in r193751Chris Wailes1-0/+2
2013-11-07This patch implements capturing of variables within generic lambdas.Faisal Vali2-4/+1478
2013-11-06Fix diagnostic goof in r194161.Richard Smith1-1/+1
2013-11-06Add a limit to the length of a sequence of 'operator->' functions we willRichard Smith1-0/+26
2013-11-06Thread safety analysis: minor bugfix to smart pointer handling, and expandedDeLesley Hutchins1-6/+36
2013-11-06More constant evaluation cleanup, and fix an issue where we'd override anRichard Smith1-3/+3
2013-11-05Thread safety analysis: check pt_guarded_by attribute when calling -> and *DeLesley Hutchins1-0/+84
2013-11-05Refactor constant expression handling and make a couple of tweaks to make it aRichard Smith1-0/+17
2013-11-05Revert "Try to correct a mistyped "-" or ">" to "->" for some C++ cases."Kaelyn Uhrain1-13/+0
2013-11-04Try to correct a mistyped "-" or ">" to "->" for some C++ cases.Kaelyn Uhrain1-0/+13
2013-11-03Sema: Do not allow overloading between methods based on restrictDavid Majnemer1-0/+5
2013-11-02Add test case for r193923David Majnemer1-0/+3
2013-11-02Sema: Disallow derived classes with virtual bases from having flexible array ...David Majnemer1-0/+4
2013-11-02Sema: Cleanup and simplify anonymous union diagnosticsDavid Majnemer1-1/+1
2013-11-02Sema: Flexible array members were introduced in C99, diagnose their use in C++David Majnemer1-1/+1
2013-11-02Change the other -Wtautological-compare warnings to not trigger in templateRichard Trieu1-0/+16
2013-11-01Add non-type template parameter test for disabled -Wtautological-compareRichard Trieu1-0/+6
2013-11-01Disable -Wtautological-compare in template instantiations.Richard Trieu1-0/+19
2013-11-01Disable -Wtautological-constant-out-of-range-compare in template instantiations.Richard Trieu1-0/+26