summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Issue extended diagnostic when property dot-syntax is used and Fariborz Jahanian2010-02-191-4/+7
* Revert: "Change InitListExpr to allocate the array for holding references"Ted Kremenek2010-02-191-5/+5
* Change InitListExpr to allocate the array for holding referencesTed Kremenek2010-02-191-5/+5
* Introduce a new kind of failed result for isLvalue/isModifiableLvalueDouglas Gregor2010-02-161-1/+10
* Complain if block-literal expression's parameter name isFariborz Jahanian2010-02-121-2/+9
* Implementing unused function warning.Tanya Lattner2010-02-121-0/+1
* Allocate the SubExprs array in ObjCMessageExpr using the allocator associated...Ted Kremenek2010-02-111-1/+1
* More vtable layout dumper improvements. Handle destructors, dump the complete...Anders Carlsson2010-02-111-2/+1
* Eliminate a bunch of unnecessary ASTContexts from members functions ofDouglas Gregor2010-02-111-1/+1
* Diagnose when user provided getter is being used as lvalueFariborz Jahanian2010-02-111-0/+3
* Eliminate the ASTContext parameter from RecordDecl::getDefinition()Douglas Gregor2010-02-111-1/+1
* Finish implementing property synthesis by default.Fariborz Jahanian2010-02-091-15/+2
* Implement synthesizing properties by default.Fariborz Jahanian2010-02-091-2/+20
* Fix the crash-on-invalid from PR6259.John McCall2010-02-081-1/+7
* Default function arguments for function template specializationsDouglas Gregor2010-02-051-1/+2
* Fix for PR6220: compute the correct type for multicharacter literals.Eli Friedman2010-02-031-0/+2
* Implement the lvalue-to-rvalue conversion where needed. TheDouglas Gregor2010-02-031-11/+38
* Extract a common base class between UnresolvedLookupExpr andJohn McCall2010-02-021-1/+1
* Diagnose binding a non-const reference to a vector element.Anders Carlsson2010-01-311-2/+1
* When naming a function template via a qualified-id (or any other wayDouglas Gregor2010-01-291-1/+1
* Implement access control for overloaded functions. Suppress access controlJohn McCall2010-01-271-5/+12
* Preserve access bits through overload resolution much better. SomeJohn McCall2010-01-261-19/+8
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-251-1/+1
* Create function, block, and template parameters in the context of theJohn McCall2010-01-221-1/+4
* Implement goto inside of blocks.Mike Stump2010-01-191-0/+20
* The type of a compound literal expression is not necessarily the same as theJohn McCall2010-01-191-2/+2
* Issue diagnostics (instead of crashing in code gen) when usingFariborz Jahanian2010-01-191-8/+2
* Preserve type source information in compound literal expressions.John McCall2010-01-181-14/+24
* Introduce a second queue of "local" pending implicit instantiation,Douglas Gregor2010-01-161-2/+9
* Don't lose type source information when rebuilding C-style cast expressions.John McCall2010-01-151-8/+18
* Preserve type source information in explicit cast expressions.John McCall2010-01-151-3/+5
* Don't repeat lookup when instantiating resolved member expressions.John McCall2010-01-151-14/+22
* Add an unreachable code checker.Mike Stump2010-01-131-1/+4
* When in objective-c methods, do the built-in name lookup afterFariborz Jahanian2010-01-121-5/+18
* Don't emit string-comparison or self-comparison warnings inDouglas Gregor2010-01-121-11/+13
* use DiagRuntimeBehavior to silence the div/rem by zero warning whenChris Lattner2010-01-121-2/+4
* implement PR6004, warning about divide and remainder by zero.Chris Lattner2010-01-121-14/+27
* Implement name lookup for conversion function template specializationsDouglas Gregor2010-01-111-3/+10
* Make Clang complain about taking the address of an unqualified member functio...Sebastian Redl2010-01-111-1/+16
* Improve the fix-its for -Wparentheses to ensure that the fix-itDouglas Gregor2010-01-081-2/+26
* Add an "implicit" bit to CXXThisExpr, so that we can trackDouglas Gregor2010-01-071-3/+10
* Whenever we emit a typo-correction diagnostic, also emit a noteDouglas Gregor2010-01-071-1/+13
* Disallow captured arrays in blocks as well. Radar 7438948.Mike Stump2010-01-051-0/+6
* Disallow capturing vlas inside blocks.Mike Stump2010-01-051-0/+6
* Move the -Wsign-compare logic into SemaChecking.cpp.John McCall2010-01-041-78/+0
* -Wsign-compare shouldn't warn when the signed operand is a conditional operatorJohn McCall2010-01-041-20/+24
* Implement typo correction for a variety of Objective-C-specificDouglas Gregor2010-01-031-0/+38
* Fix minor oversight for increment/decrement of complex int. Add tests forEli Friedman2010-01-031-1/+1
* When typo correction for an id-expression finds a type (or Objective-CDouglas Gregor2010-01-011-12/+32
* Typo correction for member access into classes/structs/unions, e.g.,Douglas Gregor2009-12-311-1/+18
OpenPOWER on IntegriCloud