summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix warning when compiling with optimizations:Ted Kremenek2009-07-111-2/+2
* This patch includes a conceptually simple, but very intrusive/pervasive change. Steve Naroff2009-07-101-180/+261
* Store the isAddressOfOperand in the UnresolvedDeclRefExpr, so that we can pas...Anders Carlsson2009-07-091-1/+2
* It's not allowed to form member pointers to members that have reference type....Anders Carlsson2009-07-081-2/+10
* Implement template argument deduction when taking the address of aDouglas Gregor2009-07-081-1/+2
* reimplement vector comparisons as [fi]cmp+sext instead of using v[if]cmp.Chris Lattner2009-07-081-8/+0
* Diagnose, and not crash, when taking address of property expression.Fariborz Jahanian2009-07-071-0/+5
* Fix a problem with false diagnostics when comparing distinct NULL pointer typ...Douglas Gregor2009-07-061-7/+13
* Rework Sema::CheckConditionalOperands(). No functionality change.Steve Naroff2009-07-011-98/+130
* When explicit template arguments are provided for a function call,Douglas Gregor2009-06-301-2/+33
* Preliminary parsing and ASTs for template-ids that refer to functionDouglas Gregor2009-06-301-12/+14
* When recursively instantiating function templates, keep track of theDouglas Gregor2009-06-301-1/+1
* Refactor ActOnDeclarationNameExpr into a "parsing action" part and aDouglas Gregor2009-06-301-42/+59
* Implement PR4175, catching some questionable comparisons. Patch byChris Lattner2009-06-301-2/+19
* De-ASTContext-ify DeclContext.Argyrios Kyrtzidis2009-06-301-30/+24
* Remove the ASTContext parameter from the getBody() methods of Decl and subcla...Argyrios Kyrtzidis2009-06-301-2/+2
* Remove the ASTContext parameter from the attribute-related methods of Decl.Argyrios Kyrtzidis2009-06-301-9/+9
* Fix the FloatingLiteral API to take the isexact flag by value instead ofChris Lattner2009-06-291-2/+2
* Fix incorrect AST's being produced, noticed by Eli.Nate Begeman2009-06-281-10/+4
* OpenCL 1.0 support: Nate Begeman2009-06-281-29/+46
* Implement feedback from Eli re: the purpose of lax vector conversionsNate Begeman2009-06-271-13/+2
* Patch to mark destructors when they are used.Fariborz Jahanian2009-06-261-3/+4
* An auto variable can't appear in its own initializer.Anders Carlsson2009-06-261-0/+6
* OpenCL 1.0 support: explicit casts to ext-vector typesNate Begeman2009-06-261-2/+34
* Implicit instantiation for function template specializations.Douglas Gregor2009-06-261-4/+7
* Improved semantic analysis and AST respresentation for functionDouglas Gregor2009-06-251-5/+16
* Patch to diagnose and Mark use of implicit default assignment operator.Fariborz Jahanian2009-06-251-1/+7
* OpenCL 1.0 Support, patch 1/N: upper case swizzle operator and hex element in...Nate Begeman2009-06-251-1/+1
* Backed out my last patch which caused a clang-test breakage. WillFariborz Jahanian2009-06-241-1/+1
* Added a missing else part to my previous patche(s).Fariborz Jahanian2009-06-241-2/+1
* [class.local] p1 and p3. Also, add back the xcodeproj file.Anders Carlsson2009-06-241-12/+31
* patch to mark use of implicit copy constructors.Fariborz Jahanian2009-06-221-0/+6
* Implement implicit instantiation of the member functions of a class templateDouglas Gregor2009-06-221-7/+23
* Rework the way we track which declarations are "used" duringDouglas Gregor2009-06-221-4/+47
* Changes made per Doug's comments.Fariborz Jahanian2009-06-221-3/+7
* Remove ImplicitMustBeDefined, use universal 'Used' flagFariborz Jahanian2009-06-221-0/+7
* Keep track of when declarations are "used" according to C andDouglas Gregor2009-06-191-3/+55
* Use QualType to represent block's implicit return type asFariborz Jahanian2009-06-191-6/+9
* Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.Douglas Gregor2009-06-181-9/+10
* First step toward fixing <rdar://problem/6613046> refactor clang objc type re...Steve Naroff2009-06-171-4/+4
* Support dependent extended vector types and template instantiationDouglas Gregor2009-06-171-2/+2
* Handle temporaries in default arguments.Anders Carlsson2009-06-161-1/+14
* It's an error to use a function declared in a class definition as a default a...Anders Carlsson2009-06-121-1/+11
* Make sure to calculate value-dependence correctly when deal with ICEs. Eli Friedman2009-06-111-1/+6
* Delete method which is now trivial.Eli Friedman2009-06-081-4/+4
* Don't allow defining a block with a non-prototype type. Remove a Eli Friedman2009-06-081-1/+1
* PR4287: allow a variadic prototype to make a subsequent K&R style Eli Friedman2009-06-011-3/+8
* Some cleanups and commenting to our declaration-name handlingDouglas Gregor2009-05-291-11/+5
* Don't drop the computed implicit conversions when building a call toDouglas Gregor2009-05-271-0/+3
* Cannot type cast @selector expressions.Fariborz Jahanian2009-05-221-0/+2
OpenPOWER on IntegriCloud