summaryrefslogtreecommitdiffstats
path: root/lib/Sema
Commit message (Expand)AuthorAgeFilesLines
* Merging r235931:Tom Stellard2015-05-051-0/+10
* Merging r226983:Tom Stellard2015-05-041-22/+34
* Merging r233508:Daniel Sanders2015-04-271-2/+3
* Merging r231451:Tom Stellard2015-04-201-2/+5
* Merge r230255,231245,231280,231986:Joerg Sonnenberger2015-03-121-1/+20
* Merging r228792:Hans Wennborg2015-02-111-0/+8
* Merging r228785:Hans Wennborg2015-02-111-2/+12
* Merging r227368:Hans Wennborg2015-01-282-6/+6
* Merging r227295:Hans Wennborg2015-01-281-0/+5
* Merging r227278:Hans Wennborg2015-01-281-1/+1
* Merging r227251:Hans Wennborg2015-01-272-5/+26
* Merging r227220:Hans Wennborg2015-01-272-15/+9
* Merging r226863:Hans Wennborg2015-01-231-3/+2
* Merging r226624:Hans Wennborg2015-01-211-3/+4
* Revert "r222906 - Create a new 'flag_enum' attribute."Hans Wennborg2015-01-203-159/+77
* [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+1
* Sema: It's cheaper to ask LookupResult::empty than to calculate linkageDavid Majnemer2015-01-141-1/+1
* Sema: Check type compatibility with the most recent decl when mergingDavid Majnemer2015-01-141-1/+8
* Look through sugar when determining whether a type is a scoped enumerationRichard Smith2015-01-141-1/+1
* Sema: An extern declaration can't be a redeclaration of a parameterDavid Majnemer2015-01-141-2/+2
* When attribute 'optnone' appears on the same declaration with aPaul Robinson2015-01-132-24/+16
* Revert "Sema: An extern declaration can't be a redeclaration of a parameter"David Majnemer2015-01-131-2/+4
* Sema: An extern declaration can't be a redeclaration of a parameterDavid Majnemer2015-01-131-4/+2
* Parse: Don't crash when default argument in typedef consists of sole '='David Majnemer2015-01-131-2/+7
* Mark vtable used on explicit destructor definitions.Nico Weber2015-01-131-1/+3
* [OPENMP] Consider global named register variables as threadprivate by default.Alexey Bataev2015-01-131-3/+6
* Extend the self move warning to record types.Richard Trieu2015-01-133-86/+97
* reverting due to build bot failureNathan Sidwell2015-01-121-17/+30
* Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFCAlexey Bataev2015-01-125-23/+25
* 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