summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema
Commit message (Expand)AuthorAgeFilesLines
* fix pr18645. Correct logic concerning 'T &&' deduction against lvalues.Nathan Sidwell2015-01-101-30/+17
* Add a new warning, -Wself-move, to Clang.Richard Trieu2015-01-101-1/+87
* Fix temporary lifetime extension from an initializer using braced "functional"Richard Smith2015-01-101-7/+7
* Sema: Don't crash when variable is redefined as a constexpr functionDavid Majnemer2015-01-091-1/+1
* Parse: Don't crash when namespace is in GNU statement exprDavid Majnemer2015-01-091-5/+0
* Fix crash in typo correction while correcting enum within a struct in COlivier Goffart2015-01-091-2/+4
* Sema: RecordDecl shouldn't have a FunctionDecl as a DeclDavid Majnemer2015-01-091-1/+6
* Sema: Don't crash when specializing a global scope function in a classDavid Majnemer2015-01-091-1/+1
* Sema: Remove some dead code from CreateNewFunctionDeclDavid Majnemer2015-01-091-3/+0
* PR22117: Fix a case where we would get confused about which function parameterRichard Smith2015-01-092-7/+29
* Don't invent a '$auto-x-y' name for auto types in generic lambdas. This is noRichard Smith2015-01-091-11/+2
* Wrap to 80 columns. No behavior change.Nico Weber2015-01-071-29/+20
* Handle OpaqueValueExprs more intelligently in the TransformTypos treeKaelyn Takata2015-01-072-1/+9
* Fix grammar-o in comment.Nico Weber2015-01-061-1/+1
* Sema: analyze I,J,K,M,N,O constraintsSaleem Abdulrasool2015-01-061-0/+14
* Wrap to 80 columns, no behavior change.Nico Weber2015-01-041-4/+7
* Document that GetTypeForDeclarator() cannot return a null type.Nico Weber2015-01-041-13/+12
* Crash less enthusiasticially on _Atomic or __restrict__ on invalid types.Nico Weber2015-01-041-0/+6
* Instantiation of a CXXMethodDecl may fail when the parameter type cannot be i...Nick Lewycky2015-01-021-2/+4
* Remove a comment that appears a second time 22 lines further down.Nico Weber2014-12-301-3/+0
* Don't crash on an invalid trailing return type on a function before a '...'Nico Weber2014-12-301-5/+5
* Sema: Permit array l-values in asm output operandsDavid Majnemer2014-12-291-0/+3
* Sema: Only permit permit modifiable l-values as asm output paramsDavid Majnemer2014-12-291-14/+42
* Sema: Don't crash when solitary :: token appears before { in struct defDavid Majnemer2014-12-291-1/+1
* Sema: Forbid inconsistent constraint alternativesDavid Majnemer2014-12-291-0/+20
* Sema: Variable templates cannot be static bitfield membersDavid Majnemer2014-12-281-1/+1
* Sema: Permit an atomic type to be initialized by the same atomic typeDavid Majnemer2014-12-281-1/+5
* Sema: Don't crash when an inject class name has a nested redefinitionDavid Majnemer2014-12-281-3/+2
* Objective-C: Tweak unavailability warning.Nico Weber2014-12-271-1/+1
* [x86] Add range checking to the constant argument of cmpps/pd/ss/sd builtinas.Craig Topper2014-12-271-4/+8
* Address review feedback on r221933.Nico Weber2014-12-273-74/+83
* WIPDavid Majnemer2014-12-261-16/+16
* This reverts commit r224668 and r224667.Rafael Espindola2014-12-231-7/+0
* Fix for PR21758Richard Trieu2014-12-201-0/+7
* Don't drop attributes when checking explicit specializations.Nico Weber2014-12-191-6/+3
* DR1048: drop top-level cv-qualifiers when deducing the return type of aRichard Smith2014-12-192-3/+12
* Attributes accepting an EnumArgument are allowed to pass a string literal, or...Aaron Ballman2014-12-191-2/+8
* PR21969: Improve diagnostics for a conversion function that has any pieces of aRichard Smith2014-12-191-4/+88
* [c Sema]. Patch fixes pointer-bool-conversion warning on C codeFariborz Jahanian2014-12-181-2/+2
* Revert "Don't build invalid AST nodes during recovery"Reid Kleckner2014-12-181-1/+1
* Fix diagnostic for static methods referencing fields from using declsReid Kleckner2014-12-181-2/+4
* Don't assume friended C++ method decls have qualifiersReid Kleckner2014-12-171-2/+2
* Adding a -Wunused-value warning for expressions with side effects used in an ...Aaron Ballman2014-12-174-3/+42
* [c++1z] Fixes for generalized non-type template argument support: check forRichard Smith2014-12-171-42/+45
* Don't build invalid AST nodes during recoveryReid Kleckner2014-12-171-1/+1
* Sema: Don't dyn_cast a null pointer in CheckUsingDeclQualifierDavid Majnemer2014-12-171-1/+1
* DR1684: a constexpr member function need not be a member of a literal class t...Richard Smith2014-12-161-36/+0
* Try typo correction on all initialization arguments and be lessKaelyn Takata2014-12-161-7/+5
* Look at whether TransformTypos returned a different Expr instead of looking a...Nick Lewycky2014-12-161-1/+2
* Fix typo in comment. NFC.Nick Lewycky2014-12-161-1/+1
OpenPOWER on IntegriCloud