summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX
Commit message (Expand)AuthorAgeFilesLines
* 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
* Typo correction: Ignore temporary binding exprs after overload resolutionReid Kleckner2014-12-131-0/+20
* Implement the __builtin_call_with_static_chain GNU extension.Peter Collingbourne2014-12-121-0/+15
* Instead of having -Os/-Oz add OptimizeForSize/MinSize first, and laterPaul Robinson2014-12-111-0/+2
* AST: Incomplete types might be zero sizedDavid Majnemer2014-12-111-0/+8
* Diagnose attributes 'optnone' and 'minsize' on the same declaration.Paul Robinson2014-12-102-0/+11
* Revert r223980 as it had wrong commit message.Paul Robinson2014-12-102-11/+0
* Rename a couple of preprocessor symbols to be more descriptive. NFC.Paul Robinson2014-12-102-0/+11
* Forgot to commit this change with r223975David Majnemer2014-12-101-2/+2
* AST: Properly calculate the linkage of a IndirectFieldDeclDavid Majnemer2014-12-101-0/+4
* AST: Don't assume two zero sized objects live at different addressesDavid Majnemer2014-12-091-0/+6
* Handle possible TypoExprs in member initializers.Kaelyn Takata2014-12-081-0/+7
* Recognize __unaligned keyword after type specifierNico Rieck2014-12-041-0/+1
OpenPOWER on IntegriCloud