aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX
AgeCommit message (Expand)Author
2013-04-26Add r180263 back, but fix hasBraces() to be correct during parsing.Rafael Espindola
2013-04-26Add a testcase for a recent regression.Rafael Espindola
2013-04-25Revert r180263. It's causing failures.Bill Wendling
2013-04-25Put friend decls in the correct context.Rafael Espindola
2013-04-25Fix a case in linkage computation that should check for single line extern "C".Rafael Espindola
2013-04-23Warn that scoped enumerations are a C++11 extenstion when compiling inRichard Trieu
2013-04-22C++1y constexpr extensions, round 1: Allow most forms of declaration andRichard Smith
2013-04-22Fix array constant expression evaluation bug: we can have different values forRichard Smith
2013-04-22Add a triple to make a test resilient to non-TLS hosts (eg: darwin10)David Blaikie
2013-04-21The 'constexpr implies const' rule for non-static member functions is gone inRichard Smith
2013-04-20Disable VLA diagnostic in C++1y mode, and add some tests.Richard Smith
2013-04-20C++1y: Allow aggregates to have default initializers.Richard Smith
2013-04-20Implement core issue 1608: class members can be found via operator lookup in ...Richard Smith
2013-04-19Note that we support (and in fact have supported since the dawn of time itself)Richard Smith
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