summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExprMember.cpp
Commit message (Expand)AuthorAgeFilesLines
* This patch implements capturing of variables within generic lambdas.Faisal Vali2013-11-071-1/+49
* Fix a C struct diagnostic regression introduced by r187504 (PR17762).Kaelyn Uhrain2013-10-311-0/+5
* Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes.Kaelyn Uhrain2013-10-191-3/+32
* Refactor all diagnosing of TypoCorrections through a common function, inRichard Smith2013-08-171-25/+12
* Improve the diagnostic experience, including adding recovery, forKaelyn Uhrain2013-07-311-4/+2
* Fix member refs with using decl + anonymous union.Eli Friedman2013-07-161-10/+14
* Allow typo correction to try removing nested name specifiers.Kaelyn Uhrain2013-07-021-1/+3
* address some comments on r183474:Adrian Prantl2013-06-071-4/+6
* Objective-C arc: don't count use of __weakFariborz Jahanian2013-05-211-1/+1
* When typo correction produces an overloaded result when looking up a member,Nick Lewycky2013-05-071-4/+18
* Move parsing of identifiers in MS-style inline assembly intoJohn McCall2013-05-031-17/+34
* Basic support for Microsoft property declarations andJohn McCall2013-04-161-1/+19
* Objective-C: Provide fixit hints when warningFariborz Jahanian2013-04-021-1/+1
* Objective-C: Produce precise diagnostic whenFariborz Jahanian2013-03-281-13/+0
* Objective-C: Provide fixit suggestions when class objectFariborz Jahanian2013-03-281-0/+1
* Objective-C: Issue more precise warning when userFariborz Jahanian2013-03-271-4/+1
* Fix assertion failure when a field is given an address space.Matt Arsenault2013-02-261-8/+8
* objective-C: When implementing custom accessor method forFariborz Jahanian2013-02-141-1/+2
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-021-1/+1
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-3/+3
* Fix regression in r168477. Use canonical decl when looking for base classRichard Smith2012-11-221-1/+1
* Fix CXXRecordDecl::forallBases to not look through bases which are dependentRichard Smith2012-11-221-36/+26
* From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources.Axel Naumann2012-10-181-1/+1
* Fix typo correction of one qualified name to another.David Blaikie2012-10-121-1/+2
* Change (!ptr != 0) to (!ptr) to make the code more readable.Richard Trieu2012-10-121-1/+1
* -Warc-repeated-use-of-weak: check ivars and variables as well.Jordan Rose2012-09-281-3/+18
* Rip out remnants of move semantic emulation and smart pointers in Sema.Benjamin Kramer2012-08-231-3/+3
* Random string removal.Eric Christopher2012-08-161-1/+1
* objc: Include all types when issuing warning underFariborz Jahanian2012-08-081-1/+1
* objc-arc: Make -Wdirect-ivar-access accessible to allFariborz Jahanian2012-08-071-5/+5
* objective-c: Exclude -Wdirect-ivar-access for arc.Fariborz Jahanian2012-08-071-2/+11
* objective-c: Implement gcc's -Wdirect-ivar-access option.Fariborz Jahanian2012-08-061-1/+3
* Consolidate ObjC lookupPrivateMethod methods from Sema and DeclObjC.Anna Zaks2012-07-271-3/+0
* objective-c: If an ivar is (1) the first ivar in a root class and (2) named `...Fariborz Jahanian2012-06-211-1/+14
* Documentation cleanup:James Dennett2012-06-151-3/+3
* Introduce -Wunused-private-field. If enabled, this warning detectsDaniel Jasper2012-06-061-0/+2
* Anonymous union members within a struct are now properly handled as an uneval...Aaron Ballman2012-06-011-1/+1
* Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType()Douglas Gregor2012-05-041-5/+4
* Let's use the correct bool this time.Kaelyn Uhrain2012-05-011-1/+1
* A couple of very small tweaks suggested by Doug in reply to r155580 and r155163.Kaelyn Uhrain2012-05-011-1/+1
* Add an error message with fixit hint for changing '.' to '->'.Kaelyn Uhrain2012-04-251-3/+32
* Also highlight the member name.Matt Beaumont-Gay2012-04-211-2/+2
* Fix a QoI bug reported by a user.Matt Beaumont-Gay2012-04-211-2/+2
* Implement C++11 [expr.prim.general]p3, which permits the use of 'this'Douglas Gregor2012-04-161-12/+5
* Improve diagnostics for invalid use of non-static members / this:Richard Smith2012-04-051-19/+27
* Fix crash on invalid code. I've tried to produce a reduced test case, but wh...Ted Kremenek2012-03-171-1/+10
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-8/+8
* objective-c lldb support: don't perform ivar access control check Fariborz Jahanian2012-03-071-9/+10
* Fix r151443 to only apply C++11's exception for non-static data member accessRichard Smith2012-02-251-5/+14
* PR11956: C++11's special exception for accessing non-static data members fromRichard Smith2012-02-251-15/+15
OpenPOWER on IntegriCloud