summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExprCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement the Microsoft __is_convertible_to type trait, modeling theDouglas Gregor2011-01-271-1/+47
* Revert r124217 because it didn't catch the actual error case it was trying toJeffrey Yasskin2011-01-271-4/+1
* Do a proper recursive lookup when deciding whether a class's usualJohn McCall2011-01-271-3/+84
* Fix whitespace.NAKAMURA Takumi2011-01-271-246/+246
* 7bit-ize.NAKAMURA Takumi2011-01-271-9/+9
* Fix a horrible bug in our handling of C-style casting, where a C-styleDouglas Gregor2011-01-271-9/+8
* Reference qualifiers for *this: implement C++0x [expr.mptr.oper]p6,Douglas Gregor2011-01-261-0/+26
* Add an attribute to forbid temporary instances of a type. This allows classJeffrey Yasskin2011-01-251-1/+4
* When throwing an elidable object, first try to treat the subexpressionDouglas Gregor2011-01-211-5/+6
* Promote the static getNRVOCandidate() function, which computed theDouglas Gregor2011-01-211-1/+1
* When building a user-defined conversion sequence, keep track of theDouglas Gregor2011-01-201-3/+4
* Sema::BuildCXXMemberCallExpr() can fail due to access or ambiguities,Douglas Gregor2011-01-201-6/+8
* Change QualType::getTypePtr() to return a const pointer, then change aJohn McCall2011-01-191-1/+1
* Fix warnings found by gcc-4.6, from -Wunused-but-set-variable andJeffrey Yasskin2011-01-181-1/+0
* More __uuidof validation:Francois Pichet2010-12-271-18/+23
* XFAIL vtable-debug-info.cpp on WIN32 and fix curly brace.Francois Pichet2010-12-201-2/+1
* Emit an error if operator __uuidof() is called on a type with no associated G...Francois Pichet2010-12-201-0/+25
* Motions towards simplifying how we deal with attribute-qualified function types.John McCall2010-12-191-2/+1
* Variadic templates: extend the Expr class with a bit that specifiesDouglas Gregor2010-12-151-1/+2
* Restore r121752 without modification.John McCall2010-12-141-9/+15
OpenPOWER on IntegriCloud