summaryrefslogtreecommitdiff
path: root/lib/Sema/SemaPseudoObject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split ActOnCallExpr into an ActOnCallExpr to be called by the parser,Richard Smith2019-05-081-2/+2
* Re-commit "[AST] Introduce GenericSelectionExpr::Association"Bruno Ricci2019-01-291-9/+13
* Revert "[AST] Introduce GenericSelectionExpr::Association"Bruno Ricci2019-01-281-13/+9
* [AST] Introduce GenericSelectionExpr::AssociationBruno Ricci2019-01-281-9/+13
* [AST] Pack GenericSelectionExprBruno Ricci2019-01-261-9/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-1/+1
* Remove trailing spaceFangrui Song2018-07-301-67/+67
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* Clean carriage returns from lib/ and include/. NFC.Malcolm Parsons2018-04-161-21/+21
* [CodeGen] Ignore OpaqueValueExprs that are unique references to theirAkira Hatanaka2018-03-201-28/+39
* Avoid including ScopeInfo.h from Sema.hReid Kleckner2018-03-071-3/+3
* Remove debugging code I accidentally committed in r326530.Akira Hatanaka2018-03-021-1/+0
* Add an option to disable tail-call optimization for escaping blocks.Akira Hatanaka2018-03-021-0/+1
* Track in the AST whether the operand to a UnaryOperator can overflow and then...Aaron Ballman2018-01-091-20/+24
* Replace a use of std::for_each() with llvm::for_each(); NFC.Aaron Ballman2017-11-031-2/+1
* [ObjC] Check that a subscript methods is declared for a qualified id typeAlex Lorenz2017-07-111-7/+2
* [Objective-C] Fix "weak-unavailable" warning with -fobjc-weakBrian Kelley2017-03-291-2/+2
* [Objective-C] Fix "repeated use of weak" warning with -fobjc-weakBrian Kelley2017-03-291-9/+7
* Encapsulate FPOptions and use it consistentlyAdam Nemet2017-03-271-5/+8
* More diagnostic name fixups: w_ -> warn_, warning_ -> warn_, not_ -> note_.Richard Smith2016-12-021-2/+3
* Mass-rename the handful of error_* diagnostics to err_*.Richard Smith2016-12-021-3/+3
* PR25890: Fix incoherent error handling in PerformImplicitConversion andRichard Smith2016-10-061-1/+2
* arc-repeated-use-of-weak should not warn about IBOutlet propertiesBob Wilson2016-05-251-1/+1
* Class Property: class property and instance property can have the same name.Manman Ren2016-01-281-1/+2
* [MSVC] Fix for http://llvm.org/PR25636: indexed accessor property not support...Alexey Bataev2015-12-101-3/+26
* [MSVC] 'property' with an empty array in array subscript expression.Alexey Bataev2015-11-251-110/+132
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* [MSVC] Fix for http://llvm.org/PR24132: __declspec(property): double invocati...Alexey Bataev2015-10-141-11/+12
* When building a pseudo-object assignment, and the RHS isJohn McCall2015-08-221-17/+14
* Substitute type arguments into uses of Objective-C interface members.Douglas Gregor2015-07-071-26/+10
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* [Objective-C Sema]This patch fixes the warning when clang issuesFariborz Jahanian2015-04-151-2/+2
* Sema: Parenthesized bound destructor member expressions can be calledDavid Majnemer2015-02-251-2/+2
* Update APIs that return a pair of iterators to return an iterator_range instead.Benjamin Kramer2015-02-061-9/+5
* Objective-C. Prevents a crash generating AST for aFariborz Jahanian2014-09-151-0/+4
* Objective-C. Accept 'nil' as indexing argument toFariborz Jahanian2014-09-101-1/+2
* Fix some cases where StringRef was being passed by const reference. Remove co...Craig Topper2014-08-301-1/+1
* Fix crash when accessing a property of an invalid interfaceOlivier Goffart2014-08-041-12/+10
* Fix crash when assiging to a property with an invalid typeOlivier Goffart2014-08-041-1/+6
* Switch over a few uses of param_begin() to parameters()Alp Toker2014-07-071-9/+9
* Objective-C ARC. Do not warn about properties with bothFariborz Jahanian2014-06-171-7/+14
* Objective-C. Diagnose when property access is using declaredFariborz Jahanian2014-06-161-1/+4
* Hide the concept of diagnostic levels from lex, parse and semaAlp Toker2014-06-151-6/+3
* Objective-C. Don't ignore availability attribute whenFariborz Jahanian2014-06-101-1/+4
* Avoid dubious IdentifierInfo::getNameStart() usesAlp Toker2014-06-071-4/+2
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-291-15/+15
* Objective-C. Diagnose use of properties in functions nested in, Fariborz Jahanian2014-05-281-0/+20