summaryrefslogtreecommitdiff
path: root/lib/Sema/SemaExprMember.cpp
Commit message (Expand)AuthorAge
* Hide the concept of diagnostic levels from lex, parse and semaAlp Toker2014-06-15
* Refactor: use the DeclarationNameInfo form of BuildMemberReferenceExprRichard Smith2014-05-31
* Refactoring. Remove Owned method from Sema.Nikola Smiljanic2014-05-29
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-29
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-26
* Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson2014-04-23
* vector [Sema]. Check for proper use of 's' char prefixFariborz Jahanian2014-04-03
* Cleanup dead assignments reported by scan-buildArnaud A. de Grandmaison2014-03-23
* [C++11] Replacing ObjCObjectPointerType iterators qual_begin() and qual_end()...Aaron Ballman2014-03-17
* [C++11] Replacing ObjCProtocolDecl iterators protocol_begin() and protocol_en...Aaron Ballman2014-03-13
* [C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...Aaron Ballman2014-03-13
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-12
* PR12788: Remove unnecessary and incorrect special case for indirect fields.Richard Smith2014-01-17
* It turns out the problem was a bit more wide-spread. Removing a lot of unneed...Aaron Ballman2014-01-03
* This patch implements capturing of variables within generic lambdas.Faisal Vali2013-11-07
* Fix a C struct diagnostic regression introduced by r187504 (PR17762).Kaelyn Uhrain2013-10-31
* Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes.Kaelyn Uhrain2013-10-19
* Refactor all diagnosing of TypoCorrections through a common function, inRichard Smith2013-08-17
* Improve the diagnostic experience, including adding recovery, forKaelyn Uhrain2013-07-31
* Fix member refs with using decl + anonymous union.Eli Friedman2013-07-16
* Allow typo correction to try removing nested name specifiers.Kaelyn Uhrain2013-07-02
* address some comments on r183474:Adrian Prantl2013-06-07
* Objective-C arc: don't count use of __weakFariborz Jahanian2013-05-21
* When typo correction produces an overloaded result when looking up a member,Nick Lewycky2013-05-07
* Move parsing of identifiers in MS-style inline assembly intoJohn McCall2013-05-03
* Basic support for Microsoft property declarations andJohn McCall2013-04-16
* Objective-C: Provide fixit hints when warningFariborz Jahanian2013-04-02
* Objective-C: Produce precise diagnostic whenFariborz Jahanian2013-03-28
* Objective-C: Provide fixit suggestions when class objectFariborz Jahanian2013-03-28
* Objective-C: Issue more precise warning when userFariborz Jahanian2013-03-27
* Fix assertion failure when a field is given an address space.Matt Arsenault2013-02-26
* objective-C: When implementing custom accessor method forFariborz Jahanian2013-02-14
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-02
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-04
* Fix regression in r168477. Use canonical decl when looking for base classRichard Smith2012-11-22
* Fix CXXRecordDecl::forallBases to not look through bases which are dependentRichard Smith2012-11-22
* From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources.Axel Naumann2012-10-18
* Fix typo correction of one qualified name to another.David Blaikie2012-10-12
* Change (!ptr != 0) to (!ptr) to make the code more readable.Richard Trieu2012-10-12
* -Warc-repeated-use-of-weak: check ivars and variables as well.Jordan Rose2012-09-28
* Rip out remnants of move semantic emulation and smart pointers in Sema.Benjamin Kramer2012-08-23
* Random string removal.Eric Christopher2012-08-16
* objc: Include all types when issuing warning underFariborz Jahanian2012-08-08
* objc-arc: Make -Wdirect-ivar-access accessible to allFariborz Jahanian2012-08-07
* objective-c: Exclude -Wdirect-ivar-access for arc.Fariborz Jahanian2012-08-07
* objective-c: Implement gcc's -Wdirect-ivar-access option.Fariborz Jahanian2012-08-06
* Consolidate ObjC lookupPrivateMethod methods from Sema and DeclObjC.Anna Zaks2012-07-27
* objective-c: If an ivar is (1) the first ivar in a root class and (2) named `...Fariborz Jahanian2012-06-21
* Documentation cleanup:James Dennett2012-06-15
* Introduce -Wunused-private-field. If enabled, this warning detectsDaniel Jasper2012-06-06