summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* Issue a diagnostic if an implicitly-defined move assignment operator would moveRichard Smith2013-11-041-10/+99
* Update a comment to match current core issues list.Richard Smith2013-11-041-8/+3
* Implement final resolution of DR1402: implicitly-declared move operators thatRichard Smith2013-11-041-154/+15
* Sema: Disallow inheriting from classes with flexible array membersDavid Majnemer2013-11-021-0/+12
* Sema: Remove stray whitespace around Sema::CheckBaseSpecifierDavid Majnemer2013-11-021-3/+3
* Simplify and refactor the uninitialized field warning.Richard Trieu2013-10-251-190/+90
* Make UsingShadowDecls redeclarable. This fixes some visibility problems withRichard Smith2013-10-231-19/+25
* Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes.Kaelyn Uhrain2013-10-191-3/+10
* Fix missed exception spec checks and crashesAlp Toker2013-10-181-23/+24
* [-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'f...David Majnemer2013-10-181-10/+19
* Revert "Fix missed exception spec checks and crashes"Alp Toker2013-10-171-23/+23
* Fix missed exception spec checks and crashesAlp Toker2013-10-171-23/+23
* Rename some functions for consistency.Rafael Espindola2013-10-171-1/+1
* PR17567: Improve diagnostic for a mistyped constructor name. If we see somethingRichard Smith2013-10-151-0/+26
* Adds Microsoft compatiable C++ record layout code to clang.Warren Hunt2013-10-111-0/+7
* Convert anachronistic use of 'void *' to 'DeclContext *' in Scope that was a ...Ted Kremenek2013-10-081-1/+1
* Add support for WG21 N3599 (literal operator template for strings) as a GNURichard Smith2013-10-071-3/+25
* Fix windows newlines :(Faisal Vali2013-09-291-1/+1
* Implement conversion to function pointer for generic lambdas without captures.Faisal Vali2013-09-291-38/+73
* Implement a rudimentary form of generic lambdas.Faisal Vali2013-09-261-8/+8
* Simplify code to equivalent code. No need to test for null after cast<>, useNick Lewycky2013-09-221-9/+5
* Modify the uninitialized field visitor to detect uninitialized use across theRichard Trieu2013-09-201-32/+180
* Switch the semantic DeclContext for a block-scope declaration of a function orRichard Smith2013-09-201-5/+15
* Move the uninitialized field check to after all the field initializers are addedRichard Trieu2013-09-161-17/+39
* Pass additional information around the uninitialized field visitor.Richard Trieu2013-09-161-7/+12
* Refactor the uninitialized field visitor. Also moved the calls to the visitorRichard Trieu2013-09-131-54/+69
* Fix constructor-related typos.Benjamin Kramer2013-09-091-1/+1
* Improve error for "override" + non-virtual func.Eli Friedman2013-09-051-34/+77
* Note when a decl is used in AST files.Eli Friedman2013-09-051-11/+11
* Sema: avoid reuse of Exprs when synthesizing operator=Pavel Labath2013-08-301-94/+197
* Delete CC_Default and use the target default CC everywhereReid Kleckner2013-08-271-40/+33
* Simplify a bit.Rafael Espindola2013-08-261-13/+8
* Use pop_back_val() instead of both back() and pop_back().Robert Wilhelm2013-08-231-2/+1
* Revert "Implement a rudimentary form of generic lambdas."Manuel Klimek2013-08-221-7/+8
* Implement a rudimentary form of generic lambdas.Faisal Vali2013-08-221-8/+7
* Split isFromMainFile into two functions.Eli Friedman2013-08-221-1/+1
* const'ify Sema::ActOnCompoundStmt byRobert Wilhelm2013-08-191-11/+7
* Refactor all diagnosing of TypoCorrections through a common function, inRichard Smith2013-08-171-38/+23
* Omit llvm:: before SmallVector and SmallVectorImpl. We have using directive ...Robert Wilhelm2013-08-101-3/+3
* Implement [class.friend]p11's special name lookup rules for friend declarationsRichard Smith2013-08-091-28/+51
* Eliminate CXXConstructorDecl::IsImplicitlyDefined.Jordan Rose2013-08-071-3/+0
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-061-2/+4
* Sema: Minor const fixups and control flow tidying.Benjamin Kramer2013-07-241-93/+67
* C++1y literal suffix support:Richard Smith2013-07-231-1/+3
* Update comment to refer to core issue number.Richard Smith2013-07-221-4/+2
* Improve clarity/consistency of a few UsingDecl methods and related helpers.Enea Zaffanella2013-07-221-19/+21
* Remove superfluous cast.Robert Wilhelm2013-07-221-2/+1
* Implement DR257 / fix PR16659:Richard Smith2013-07-221-7/+36
* Convert Sema::MatchTemplateParametersToScopeSpecifier to ArrayRef.Robert Wilhelm2013-07-211-7/+4
* Clean up diagnostics for inheriting constructors.Eli Friedman2013-07-181-3/+1
OpenPOWER on IntegriCloud