aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX
AgeCommit message (Expand)Author
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
2013-02-26Unify clang/llvm attributes for asan/tsan/msan (Clang part)Kostya Serebryany
2013-02-26Update tests to do a full match against printed C++11 attributes.Michael Han
2013-02-25Fix empty declaration printing.Michael Han
2013-02-24Add the testcase from PR13573, this used to crash.Benjamin Kramer
2013-02-23Remove the hack that avoided mangling static functions in extern C contexts.Rafael Espindola
2013-02-22Make sure pragmas don't attach visibility attributes to auto variables withRafael Espindola
2013-02-22[Sema] Semantic analysis for empty-declaration and attribute-declaration.Michael Han
2013-02-22Fix MergeFunctionDecl implicit CC for static methods.Timur Iskhodzhanov
2013-02-22Handle alignas(foo...) pack expansions.Richard Smith
2013-02-22Teach -ast-print how to print trailing-return-types.Richard Smith
2013-02-21Fix typo 'with with' in diagnostic.Richard Smith
2013-02-16Don't warn on conversion from NULL to nullptr_tDavid Blaikie
2013-02-15When a statement is dropped from the AST because it was invalid, make sureArgyrios Kyrtzidis
2013-02-14Partially revert r175117 so that we don't break assumptions about howRafael Espindola
2013-02-14merge hasCLanguageLinkage and isExternC. Keep the shorter name.Rafael Espindola