summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema
Commit message (Expand)AuthorAgeFilesLines
* MS ABI: Add support for #pragma pointers_to_membersDavid Majnemer2014-02-105-11/+55
* Sema: Remove useless MSStructPragmaOn update in Sema::~SemaDavid Majnemer2014-02-101-1/+0
* PR18685: Ignore class template specializations as potentialKaelyn Uhrain2014-02-091-0/+7
* Clarify comment. Remove braces from single-statement block.David Blaikie2014-02-091-4/+4
* Improve diagnostic for using non-class/namespace/scoped enum in a nested name...David Blaikie2014-02-091-14/+17
* PR16519, PR18009: When checking a partial specialization for uses of its ownRichard Smith2014-02-091-31/+94
* Move the -fms-compatibility using decl check after real access checkingReid Kleckner2014-02-081-4/+3
* PR18581: Attempt to complete the type in a VLA declaration before checkingRichard Smith2014-02-081-0/+1
* Fix lifetime issue causing buildbot failures.Richard Smith2014-02-081-2/+2
* PR16638, DR1552: the exception specification on an implicitly-declaredRichard Smith2014-02-071-3/+6
* Fold together two repeated identical 'if's.Richard Smith2014-02-071-7/+5
* Objective-C. Revert patch r193003 for furtherFariborz Jahanian2014-02-071-21/+0
* MS ABI: Don't be so hasty to judge an inheritance modelDavid Majnemer2014-02-072-10/+17
* Temporary fix for PR18473: Don't try to evaluate the initializer for aRichard Smith2014-02-061-7/+6
* PR18128: a lambda capture-default is not permitted for a non-local lambdaRichard Smith2014-02-061-1/+18
* MS ABI: Tweak pointer-to-member mangling/inheritance model selectionDavid Majnemer2014-02-062-0/+7
* Allow transformation of VariableArray to ConstantArray.Serge Pavlov2014-02-061-1/+3
* DR101, PR12770: If a function is declared in the same context as aRichard Smith2014-02-062-13/+29
* Don't consider records with a NULL identifier as a name for typo correction.Kaelyn Uhrain2014-02-051-1/+1
* Don't mark decls with mismatching exception specs invalid in MS mode (PR18683)Hans Wennborg2014-02-051-7/+15
* Tighten lax vector-conversion rules and enforce them consistently.John McCall2014-02-042-103/+119
* Add implicit declarations of allocation functions when looking them up forRichard Smith2014-02-044-38/+44
* Tidy up and reduce some comment redundancy.Richard Smith2014-02-031-34/+29
* Fix a -Wmicrosoft warning about an unrepresentable enum valueReid Kleckner2014-02-031-1/+1
* PR17846, PR17848: don't build a VarTemplateSpecializationDecl for a use of aRichard Smith2014-02-031-4/+7
* Fix typo 'uusal'.Richard Smith2014-02-031-2/+2
* Implement DR329. We already did the right thing here in C++98 mode, but r104014Richard Smith2014-02-031-47/+31
* Sema: Reject templates in all extern "C" contexts.Benjamin Kramer2014-02-021-5/+6
* [Sema] Follow-up on r200521 for the -Wnon-literal-null-conversion warning and...Argyrios Kyrtzidis2014-02-021-15/+1
* [Sema] For -Wnon-literal-null-conversion warning, look through integer casts,...Argyrios Kyrtzidis2014-01-311-1/+15
* [OPENMP] Bug fixes in threadprivate declaration and data sharing attributes p...Alexey Bataev2014-01-311-34/+53
* PR14995: Allow a dependent type as the second parameter of operator++ andRichard Smith2014-01-301-4/+3
* Don't produce a 'returning reference to local' warning if a lambda returns aRichard Smith2014-01-301-0/+8
* Diagnose typedef names for linkage purposes that would changeJohn McCall2014-01-301-0/+21
* Sema: Diagnose improper application of inheritance keywordsDavid Majnemer2014-01-292-2/+76
* Short-circuit a couple of queries (and avoid corruptingJohn McCall2014-01-291-1/+7
* A new conversion warning for when an Objective-C object literal is implicitlyRichard Trieu2014-01-281-0/+7
* Objective-C. Fixes a bug where "new" family attributeFariborz Jahanian2014-01-281-1/+2
* Relaxing the alignment requirements for fields in a transparent_union. Emits ...Aaron Ballman2014-01-281-1/+6
* Apply the typo correction replacement location fix from r191450 to theKaelyn Uhrain2014-01-281-3/+5
* ObjectiveC. Fixes a bug in recognition of an ivarFariborz Jahanian2014-01-271-9/+8
* Add a new attribute meta-spelling called "GCC" -- it widens into being a GNU ...Aaron Ballman2014-01-271-3/+3
* ObjectiveC. When introducing a new property declaration in Fariborz Jahanian2014-01-271-0/+12
* PR17052 / DR1560 (+DR1550): In a conditional expression between a glvalue and aRichard Smith2014-01-272-43/+30
* Rename getResultLoc() tooAlp Toker2014-01-257-11/+11
* PR18530: Don't assert when performing error recovery after a missing 'templat...Richard Smith2014-01-251-12/+7
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-2525-374/+342
* Broaden -Wstring-conversion to catch string literals in logical or expressions.Richard Trieu2014-01-251-5/+6
* Adds a getSemanticSpelling function to semantic attribute subclasses which ha...Aaron Ballman2014-01-241-0/+5
* Added missing StandardConversionSequence initializationIsmail Pazarbasi2014-01-241-0/+1
OpenPOWER on IntegriCloud