summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Warn on "void f(int a[10]) { sizeof(a); }"Nico Weber2011-06-151-0/+14
* Sema: show shift result in hexadecimalTed Kremenek2011-06-151-3/+8
* Properly diagnose using abstract and incomplete types in va_argDavid Majnemer2011-06-141-5/+17
* Give a diagnostic when using non-POD types in a va_argDavid Majnemer2011-06-131-1/+5
* Implement support for C++11 in-class initialization of non-static data members.Richard Smith2011-06-111-13/+23
* Implement Objective-C Related Result Type semantics.Douglas Gregor2011-06-111-8/+31
* Handle overloaded operators in ?: precedence warningHans Wennborg2011-06-091-38/+78
* Modify a diagnostic introduced in r132612 to emit QualTypes directlyPeter Collingbourne2011-06-081-2/+2
* Add support for builtin astype:Tanya Lattner2011-06-041-0/+20
* Warn about missing parentheses for conditional operator.Hans Wennborg2011-06-031-39/+107
* Implement comparisons between nullptr and Objective-C objectDouglas Gregor2011-06-011-2/+2
* Expand the coverage of the warning for constants on the RHS of logical operands:Chandler Carruth2011-05-311-6/+8
* Fix a regression in the source locations for unary trait expressions.Chandler Carruth2011-05-291-10/+5
* Enhance Clang to start instantiating static data member definitionsChandler Carruth2011-05-271-6/+38
* Extract two more methods from the unary type trait checking. TheseChandler Carruth2011-05-261-19/+41
* Remove a no longer relevant comment. It was just repeating theChandler Carruth2011-05-261-2/+1
* Extract the vec_step trait operand checking to a stand alone function.Chandler Carruth2011-05-261-15/+21
* Add a convenience interface for checking expression arguments to unaryChandler Carruth2011-05-261-25/+48
* Fix our handling of the warning when one tries to pass aDouglas Gregor2011-05-211-7/+27
* Implement C++0x semantics for passing non-POD classes through varargs.Douglas Gregor2011-05-211-5/+25
* Make sure we actually generate defaulted copy constructors; caught byAlexis Hunt2011-05-141-1/+1
* What I hope to be an implementation of defaulted copy assignmentAlexis Hunt2011-05-141-1/+1
* Defaulting copy constructors now works reasonably well.Alexis Hunt2011-05-131-3/+2
* HrmAlexis Hunt2011-05-121-1/+1
* Make it so that we actually generate definitions for explicitlyAlexis Hunt2011-05-121-2/+2
* Rename "hasTrivialConstructor" to "hasTrivialDefaultConstructor" andAlexis Hunt2011-05-091-1/+1
* Implement Sema::isExprCallable.Matt Beaumont-Gay2011-05-041-107/+39
* Add a warning for when reinterpret_cast leads to undefined behavior, patch by...Argyrios Kyrtzidis2011-05-021-1/+7
* Add a decl update when a static data member of a class template is instantiat...Sebastian Redl2011-04-291-0/+4
* When block-capturing a variable with a non-trivial destructor,John McCall2011-04-281-2/+12
* FixOverloadedFunctionReference needs to rebuild member accesses of John McCall2011-04-271-8/+12
* Make yet another placeholder type, this one marking that an expression is a b...John McCall2011-04-261-81/+55
* Emit a -Wnull-dereference warning for "*null" not just "*null = something". A...Argyrios Kyrtzidis2011-04-261-19/+22
* For the warnings related to -Wparentheses, display first the note about how t...Argyrios Kyrtzidis2011-04-251-16/+16
* Implement a new identifier-classification scheme where SemaDouglas Gregor2011-04-241-9/+8
* "note" location of forward class used as receiver ofFariborz Jahanian2011-04-231-1/+1
* For -Wlogical-op-parentheses, point at '&&', not '||'. Fixes rdar://9125333.Argyrios Kyrtzidis2011-04-221-6/+5
* Add a fixit suggest for missing case keywords inside a switch scope. For ins...Richard Trieu2011-04-211-0/+8
* We regard a function as 'unused' from the codegen perspective, so our warning...Argyrios Kyrtzidis2011-04-191-0/+2
* Allow shadowin of 'self' in objc methods inFariborz Jahanian2011-04-151-0/+10
* Support for C++11 (non-template) alias declarations.Richard Smith2011-04-151-1/+1
* Fix mismatched delete.Benjamin Kramer2011-04-151-1/+1
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* C1X: implement generic selectionsPeter Collingbourne2011-04-151-0/+157
* Re-fix r129481 and r129465 properly. Nulls fixits shouldn't be dropped inEli Friedman2011-04-141-4/+2
* When creating an implicit member expression through a qualified-id, check tha...Argyrios Kyrtzidis2011-04-141-3/+15
* Add a flag to StringLiteral to keep track of whether the string is a pascal s...Anders Carlsson2011-04-141-1/+1
* Issue the 2nd fixit even if fix-it hint is supressed.Fariborz Jahanian2011-04-131-6/+5
* No fixit hint for builtin expressions which areFariborz Jahanian2011-04-131-6/+8
* Redeclaration of 'self' should be flagged inFariborz Jahanian2011-04-121-0/+11
OpenPOWER on IntegriCloud