aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX
AgeCommit message (Expand)Author
2013-04-17Revert r179671 and just pass a triple to the test for a platform with knownEric Christopher
2013-04-17Fix PR15291: noreturn adjustment in overload resolution for function template...Douglas Gregor
2013-04-17Add a bit of a hack to deal with a failing testcase on darwin10 bots.Eric Christopher
2013-04-16Don't put too much thought into whether or not to capture aJohn McCall
2013-04-16Sema for Captured StatementsTareq A. Siraj
2013-04-16Suppress unused warning on static inline function template specializations.Rafael Espindola
2013-04-16Basic support for Microsoft property declarations andJohn McCall
2013-04-15Local thread_local variables are implicitly 'static'. (This doesn't apply to ...Richard Smith
2013-04-10Suppress -Wunused-variable for variables declared in headers, which may inMatt Beaumont-Gay
2013-04-09Mark as referenced the functions from instantiated UserDefinedLiterals.Argyrios Kyrtzidis
2013-04-08Thread safety analysis: turn on checking within lock and unlock functions.DeLesley Hutchins
2013-04-05When -Woverloaded-virtual is triggered, call HandleFunctionTypeMismatch to addRichard Trieu
2013-04-04Don't patch the storage class of static data members.Rafael Espindola
2013-04-04Use isExternalLinkage instead of hasExternalLinkage.Rafael Espindola
2013-04-04Fix a recent linkage regression.Rafael Espindola
2013-04-04Fix linkage related crash.Rafael Espindola
2013-04-04Fix 41 of the 61 tests which fail with modules enabled: we were computing andRichard Smith
2013-04-03Complain about attempts to befriend declarations via a usingJohn McCall
2013-04-03Give the default CorrectionCandidateCallback::ValidateCandidate someKaelyn Uhrain
2013-04-02Moved fallthrough regression test to switch-implicit-fallthrough.cpp.Alexander Kornienko
2013-04-02Fixed "fallthrough annotation does not directly precede switch label" warning inAlexander Kornienko
2013-04-01PR15633: Note that we are EnteringContext when parsing the nested nameRichard Smith
2013-03-29Don't special case one line extern "C" decls.Rafael Espindola
2013-03-28[ms-cxxabi] Add more tests for r178297Reid Kleckner
2013-03-28[ms-cxxabi] Correctly compute the size of member pointersReid Kleckner
2013-03-28Provide a fixit to static_cast for reinterpret_casts within a class hierarchy.Jordan Rose
2013-03-28For -Wignored-qualifiers, don't warn on qualifiers which we acquire via aRichard Smith
2013-03-28Teach -Wigored-qualifiers about exotic flavors of declarator and the _Atomic ...Richard Smith
2013-03-28Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar...Richard Smith
2013-03-27Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_t...Joao Matos
2013-03-27PR15597: Fix a confusion between the implicit exception specification and theRichard Smith
2013-03-27Make the -Wreinterpret-base-class logic safe against invalidJohn McCall
2013-03-26<rdar://problem/13267210> Ensure that Sema::CompareReferenceRelationship retu...Douglas Gregor
2013-03-26Handle CXXOperatorCallExpr when checking self referrnce during initialization ofRichard Trieu
2013-03-25<rdar://problem/13185264> Don't crash when attempting to redundantly initiali...Douglas Gregor
2013-03-22Warn about attempts to reinterpret_cast between two types that areJohn McCall
2013-03-22Fix a crash-on-valid where a block capture copy expression wasJohn McCall
2013-03-18Diagnose uses of 'alignof' on functions in -pedantic mode.Richard Smith
2013-03-18Add missing diagnostic for a nested-name-specifier on a free-standing type de...Richard Smith
2013-03-15Enhance -Wtautological-constant-out-of-range-compare to include the name of t...Ted Kremenek
2013-03-14Diagnose about extern "C" functions returning c++ objectsFariborz Jahanian
2013-03-12Add an interesting testcase we already handle correctly.Rafael Espindola
2013-03-12Move the extern "C" sema tests to a new file.Rafael Espindola
2013-03-12We already reported an error forRafael Espindola
2013-03-12Error if an extern C declaration matches a previous hidden extern C declaration.Rafael Espindola
2013-03-07When possible, move __block variables to the heap rather than copying them.Douglas Gregor
2013-03-05Add quotation marks to template names in diagnostics.David Blaikie
2013-03-04Perform non-overload placeholder conversions on the operandsJohn McCall
2013-03-02Process #pragma weak only after we know the linkage of the function or variableRafael Espindola
2013-02-26Fix initializer for variables with attribute address_space set.Matt Arsenault