summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema
Commit message (Expand)AuthorAgeFilesLines
* Fix a bogus assert I introduced in r194224Douglas Gregor2013-11-081-1/+1
* Re-instate contextual conversion to Objective-C pointers in message sends.Douglas Gregor2013-11-072-31/+96
* PR17800: When performing pack expansion, we must always rebuild the AST nodesRichard Smith2013-11-071-1/+5
* Remove an unnecessary condition that I added hastily: Unsigned numbers are ob...Faisal Vali2013-11-071-1/+1
* Add parens for || in && in assert. No functionality change.Benjamin Kramer2013-11-071-2/+2
* Fixed bug in return type of __builtin_va_start().Enea Zaffanella2013-11-071-0/+1
* Unbreak the Clang -Werror build by removing some unused variablesDavid Blaikie2013-11-071-11/+6
* This patch implements capturing of variables within generic lambdas.Faisal Vali2013-11-076-57/+504
* [-fms-extensions] Add support for __FUNCDNAME__David Majnemer2013-11-061-0/+1
* Fix diagnostic goof in r194161.Richard Smith2013-11-061-2/+2
* Add a limit to the length of a sequence of 'operator->' functions we willRichard Smith2013-11-061-6/+41
* Simplify: we don't care why constant evaluation might have failed when we'reRichard Smith2013-11-051-4/+2
* Do not allow functions or kernels called 'main' in OpenCL.Joey Gouly2013-11-051-0/+7
* Sema: Improve comment introduced in r193397David Majnemer2013-11-051-0/+5
* ObjectiveC. Method implementations should only check forFariborz Jahanian2013-11-051-3/+1
* 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-043-157/+33
* Sema: Do not allow overloading between methods based on restrictDavid Majnemer2013-11-031-1/+6
* 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
* Sema: Disallow derived classes with virtual bases from having flexible array ...David Majnemer2013-11-021-0/+9
* Sema: Cleanup and simplify anonymous union diagnosticsDavid Majnemer2013-11-021-34/+23
* Sema: Flexible array members were introduced in C99, diagnose their use in C++David Majnemer2013-11-021-0/+6
* Sema: Properly indent statements in Sema::ActOnLastBitfieldDavid Majnemer2013-11-021-6/+6
* Sema: trim trailing whitespace in Sema::ActOnLastBitfieldDavid Majnemer2013-11-021-4/+4
* Change the other -Wtautological-compare warnings to not trigger in templateRichard Trieu2013-11-021-2/+4
* Wraps lazily generated builtins in an extern "C" contextWarren Hunt2013-11-011-4/+14
* ObjectiveC. Define a new cc1 flag Fariborz Jahanian2013-11-012-9/+5
* Disable -Wtautological-compare in template instantiations.Richard Trieu2013-11-011-0/+4
* Disable -Wtautological-constant-out-of-range-compare in template instantiations.Richard Trieu2013-11-011-0/+4
* Sema: Make helper function static.Benjamin Kramer2013-11-011-1/+1
* Store a TypeArgument on an attribute as a TypeSourceInfo*, rather than as aRichard Smith2013-10-312-20/+23
* Fix a C struct diagnostic regression introduced by r187504 (PR17762).Kaelyn Uhrain2013-10-311-0/+5
* Factor out custom parsing for iboutletcollection and vec_type_hint attributesRichard Smith2013-10-311-18/+22
* PR17731: When determining whether a tag and a non-tag were declared in the sameRichard Smith2013-10-301-2/+17
* Changed tests_typestate to test_typestate for consistency.Chris Wailes2013-10-291-7/+7
* ARM: fix AST for __builtin_arm_strex callTim Northover2013-10-291-1/+4
* Sema: Emit a nicer diagnostic when IndirectFieldDecls show up inappropriately...David Majnemer2013-10-261-2/+2
* Sema: Correctly build pointer-to-member arguments from a template argument wi...David Majnemer2013-10-261-1/+2
* ObjectiveC arc. Warn when an implicitly 'strong' property Fariborz Jahanian2013-10-261-0/+14
* Minor performance improvement to not do unnecessary workFariborz Jahanian2013-10-251-6/+8
* ObjectiveC: under -Wunused-property-ivar warn if property'sFariborz Jahanian2013-10-253-0/+38
* Add -Wstring-plus-char, which warns when adding char literals to C strings.Jordan Rose2013-10-251-4/+57
* Sema: Do not allow lambda expressions to appear inside of constant expressionsDavid Majnemer2013-10-252-10/+24
* Consider used attributes in hidden decls.Rafael Espindola2013-10-251-0/+10
* Simplify and refactor the uninitialized field warning.Richard Trieu2013-10-251-190/+90
* Refactor: Extract specializing the generic lambda call operator during conver...Faisal Vali2013-10-241-141/+133
* Fix an instantiation bug with nested generic lambdas and conversion to fptrs.Faisal Vali2013-10-241-41/+107
* Parse: Disable delayed template parsing for constexpr functionsDavid Majnemer2013-10-231-5/+3
OpenPOWER on IntegriCloud