summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX
Commit message (Expand)AuthorAgeFilesLines
* Merging r235931:Tom Stellard2015-05-051-0/+19
* Merging r232675:Tom Stellard2015-05-041-0/+17
* Merging r232425:Tom Stellard2015-05-041-0/+17
* Merging r228792:Hans Wennborg2015-02-111-0/+1
* Merging r228785:Hans Wennborg2015-02-111-0/+9
* Merging r227368:Hans Wennborg2015-01-281-0/+8
* Merging r227251:Hans Wennborg2015-01-271-0/+10
* Merging r226624:Hans Wennborg2015-01-211-0/+8
* Revert "r222906 - Create a new 'flag_enum' attribute."Hans Wennborg2015-01-201-4/+0
* Look through sugar when determining whether a type is a scoped enumerationRichard Smith2015-01-141-0/+8
* When attribute 'optnone' appears on the same declaration with aPaul Robinson2015-01-131-8/+13
* Extend the self move warning to record types.Richard Trieu2015-01-131-0/+15
* Add a new warning, -Wself-move, to Clang.Richard Trieu2015-01-101-0/+40
* Sema: Don't crash when variable is redefined as a constexpr functionDavid Majnemer2015-01-091-0/+5
* Sema: Dependent array designators cannot be checkedDavid Majnemer2015-01-091-0/+7
* PR22117: Fix a case where we would get confused about which function parameterRichard Smith2015-01-091-1/+10
* Handle OpaqueValueExprs more intelligently in the TransformTypos treeKaelyn Takata2015-01-071-0/+5
* Remove an assert that's not true on invalid code.Nico Weber2015-01-041-0/+8
* AST: Remove overzealous assertion from IsModifiableDavid Majnemer2015-01-041-0/+3
* Volatile reads are side-effecting operations, but in the general case of acce...Aaron Ballman2015-01-031-3/+4
* Sema: Permit array l-values in asm output operandsDavid Majnemer2014-12-291-0/+4
* Sema: Only permit permit modifiable l-values as asm output paramsDavid Majnemer2014-12-291-0/+10
* SemaCXX: Don't crash when annotation tokens show up before the tag nameDavid Majnemer2014-12-291-4/+11
* Sema: Variable templates cannot be static bitfield membersDavid Majnemer2014-12-281-0/+6
* Sema: Don't crash when an inject class name has a nested redefinitionDavid Majnemer2014-12-281-0/+6
* Rename test.cc files to test.cpp.Nico Weber2014-12-221-2/+2
* DR1048: drop top-level cv-qualifiers when deducing the return type of aRichard Smith2014-12-191-3/+1
* Added a fixit to remove empty parens from a C++11 attribute argument list whe...Aaron Ballman2014-12-191-0/+5
* Attributes accepting an EnumArgument are allowed to pass a string literal, or...Aaron Ballman2014-12-191-0/+1
* PR21969: Improve diagnostics for a conversion function that has any pieces of aRichard Smith2014-12-192-6/+17
* Correct delayed typos in the operand to typeof expressions.Kaelyn Takata2014-12-191-0/+5
* Fix diagnostic for static methods referencing fields from using declsReid Kleckner2014-12-181-0/+8
* Don't assume friended C++ method decls have qualifiersReid Kleckner2014-12-171-1/+54
* Adding a -Wunused-value warning for expressions with side effects used in an ...Aaron Ballman2014-12-177-9/+65
* Support constant evaluation for member calls on std::initializer_listRichard Smith2014-12-171-0/+3
* Try typo correction on all initialization arguments and be lessKaelyn Takata2014-12-161-0/+4
* Look at whether TransformTypos returned a different Expr instead of looking a...Nick Lewycky2014-12-161-0/+13
* Add a new flag, -fspell-checking-limit=<number> to control how many times we'...Nick Lewycky2014-12-162-372/+349
* Sema: Don't crash converting to bool from _AtomicDavid Majnemer2014-12-161-0/+4
* Improve handling of value dependent expressions in __attribute__((enable_if))...Nick Lewycky2014-12-161-0/+41
* Sema: Check value dependent casts when possibleDavid Majnemer2014-12-161-0/+3
* Handle errors in lambda prototype instantiation correctlyReid Kleckner2014-12-151-0/+14
* Warn when attribute 'optnone' conflicts with attributes on aPaul Robinson2014-12-151-0/+18
* Sema: Don't diagnose string + int if the int is value dependentDavid Majnemer2014-12-151-0/+5
* Parse: Don't reorder tokens using ConsumeTokenDavid Majnemer2014-12-151-0/+5
* AST: Limit zero-sized constexpr behavior to array typesDavid Majnemer2014-12-141-1/+2
* Sema: Constexpr functions must have return statements which have an exprDavid Majnemer2014-12-131-0/+5
* Pretty print support for template arg enum constantsWill Wilson2014-12-131-1/+1
* Fix two small bugs in typo correction. One assertion failure building member ...Nick Lewycky2014-12-131-0/+24
* Implement feedback on r224172 in PR21899Reid Kleckner2014-12-131-14/+5