summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExprCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use ExprResult& instead of Expr *& in SemaJohn Wiegley2011-04-081-233/+282
* In C++ the argument of logical not should always be bool. Added missing impli...Abramo Bagnara2011-04-071-13/+3
* Make ChainedIncludesSource an ExternalSemaSource, otherwise initialization of...Sebastian Redl2011-03-311-1/+1
* Support for Transparent unions used as overloadableFariborz Jahanian2011-03-231-0/+9
* Implement a new 'availability' attribute, that allows one to specifyDouglas Gregor2011-03-231-3/+3
* Fix an objc++ diagnostic initializing objc pointers.Fariborz Jahanian2011-03-211-4/+10
* Fix PR9488: 'auto' type substitution can fail (for instance, if it creates a ...Richard Smith2011-03-171-4/+6
* Clean up our handling of template-ids that resolve down to a singleDouglas Gregor2011-03-161-7/+10
* Make deallocation functions implicitly noexcept in C++0x.Sebastian Redl2011-03-141-6/+24
* -fwritable-strings should silence warnings about the deprecated stringDouglas Gregor2011-03-141-1/+2
* Instead of storing an ASTContext* in FunctionProtoTypes with computed noexcep...Sebastian Redl2011-03-131-3/+3
* Propagate the new exception information to FunctionProtoType.Sebastian Redl2011-03-121-5/+7
* Fixed InnerLocStart.Abramo Bagnara2011-03-091-2/+2
* Fixed source range for all DeclaratorDecl's.Abramo Bagnara2011-03-081-4/+5
* Removed trailing whitespace as a test commitJohn Wiegley2011-03-081-1/+1
* Produce a diagnostic for unused overloaded expressions, from Faisal Vali!Douglas Gregor2011-03-071-0/+23
* Reinstate r127112, "Propagate new-style exception spec information to ExtProt...Sebastian Redl2011-03-061-1/+1
* Revert r127112, "Propagate new-style exception spec information to ExtProtoIn...NAKAMURA Takumi2011-03-061-1/+1
* Propagate new-style exception spec information to ExtProtoInfo.Sebastian Redl2011-03-051-1/+1
* When clearing a LookupResult structure, clear out the naming class,Douglas Gregor2011-03-041-3/+13
* Push nested-name-specifier source-location information into dependentDouglas Gregor2011-03-021-2/+4
* For C++, enhance -Warray-bounds to recursively analyze array subscript access...Ted Kremenek2011-03-011-2/+1
* Teach Sema::CheckTypenameType to use nested-name-specifiers withDouglas Gregor2011-02-281-13/+5
* Push nested-name-specifier location information into DeclRefExpr andDouglas Gregor2011-02-281-1/+2
* Add a -fcxx-exceptions flag to the frontend, which can be used to enableAnders Carlsson2011-02-281-1/+1
* Sprinkle optional text of the "unavailable' attributeFariborz Jahanian2011-02-251-1/+4
* Remove the FIXME I introduced last night, and pull the logic forChandler Carruth2011-02-251-0/+3
* Push nested-name-specifier source-location information intoDouglas Gregor2011-02-251-2/+2
* Switch a few CXXScopeSpec::MakeTrivial() calls over to appropriateDouglas Gregor2011-02-251-1/+1
* Formatting, etc.John McCall2011-02-251-17/+17
* Retain complete source-location information for C++Douglas Gregor2011-02-241-1/+1
* Tweak the CXXScopeSpec API a bit, so that we require theDouglas Gregor2011-02-241-1/+1
* Don't give an error for 'try' and 'throw' if they occur in system headers.Anders Carlsson2011-02-231-1/+3
* Implement the C++0x deduced 'auto' feature.Richard Smith2011-02-201-6/+34
* There's no need to return early if we encounter a try/throw and exceptions ar...Anders Carlsson2011-02-191-1/+1
* Disallow try/catch/throw when exceptions are disabled.Anders Carlsson2011-02-191-0/+3
* Fix a missed case in the NULL operand to conditional operatorChandler Carruth2011-02-191-0/+4
* Initial steps to improve diagnostics when there is a NULL andChandler Carruth2011-02-181-6/+14
* Enhance the array bounds checking to work for several other constructs,Chandler Carruth2011-02-171-0/+4
* Change the representation of GNU ?: expressions to use a different expressionJohn McCall2011-02-171-13/+4
* Implement objective-c++'s block pointer type matching involvingFariborz Jahanian2011-02-121-1/+6
* Support for objextive-c++ use of property-dot syntax as receiverFariborz Jahanian2011-02-081-2/+2
* Sema::MaybeBindToTemporary() shouldn't treat any expression returningDouglas Gregor2011-02-081-11/+3
* More capturing of 'this': implicit member expressions. Getting thatJohn McCall2011-02-031-10/+24
* An insomniac stab at making block declarations list the variables they closeJohn McCall2011-02-021-7/+17
* Implement access checking for the "delete" operator. Fixes PR9050,Douglas Gregor2011-02-011-1/+9
* Fix some corner cases in the __is_base_of logic.John McCall2011-01-281-20/+27
* Give OpaqueValueExpr a source location, because its source locationDouglas Gregor2011-01-281-1/+1
* Teach the evaluation of the __is_convertible_to trait to translateDouglas Gregor2011-01-271-4/+5
* Document some serious badness in our evaluation of the type traits: we need t...Douglas Gregor2011-01-271-0/+2
OpenPOWER on IntegriCloud