summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/Sema.h
Commit message (Expand)AuthorAgeFilesLines
* Implement more of C++0x 'auto'. A variable with an auto type specifier must h...Anders Carlsson2009-07-111-1/+1
* Remove some unused code from an experiment that I didn't like.Anders Carlsson2009-07-101-11/+0
* This patch includes a conceptually simple, but very intrusive/pervasive change. Steve Naroff2009-07-101-0/+2
* Implement template argument deduction when taking the address of aDouglas Gregor2009-07-081-1/+25
* Improve template argument deduction from a call. In particular,Douglas Gregor2009-07-071-1/+1
* Implement checking of exception spec compatibility for overriding virtual fun...Sebastian Redl2009-07-071-4/+11
* Keep track of the Expr used to describe the size of an array type,Douglas Gregor2009-07-061-1/+1
* Catch function redeclarations with incompatible exception specifications.Sebastian Redl2009-07-041-0/+4
* Add support for retrieving the Doxygen comment associated with a givenDouglas Gregor2009-07-021-0/+2
* Keep track of more information within the template instantiation stack, e.g.,Douglas Gregor2009-07-011-9/+22
* Patch to implement template types in ctor-initializer list.Fariborz Jahanian2009-07-011-0/+1
* Cope with explicitly-specified function template arguments when thereDouglas Gregor2009-07-011-0/+1
* When explicit template arguments are provided for a function call,Douglas Gregor2009-06-301-1/+13
* Patch to support optional nested-name-specifier in in ctor-initializerFariborz Jahanian2009-06-301-0/+1
* Preliminary parsing and ASTs for template-ids that refer to functionDouglas Gregor2009-06-301-0/+14
* When recursively instantiating function templates, keep track of theDouglas Gregor2009-06-301-3/+4
* Refactor ActOnDeclarationNameExpr into a "parsing action" part and aDouglas Gregor2009-06-301-1/+5
* Remove the ASTContext parameter from the attribute-related methods of Decl.Argyrios Kyrtzidis2009-06-301-1/+1
* Improvements to decltype. We now don't crash anymore when the expr is an over...Anders Carlsson2009-06-291-0/+3
* Improve support for overloaded operator templates.Douglas Gregor2009-06-271-1/+1
* Renamed MarcDestructorReferenced -> MarkDestructorReferencedFariborz Jahanian2009-06-271-2/+2
* Make it possible for using decls to point to operators. Fixes PR4441.Anders Carlsson2009-06-271-0/+1
* Patch to mark destructors when they are used.Fariborz Jahanian2009-06-261-0/+9
* OpenCL 1.0 support: explicit casts to ext-vector typesNate Begeman2009-06-261-0/+7
* Improved semantic analysis and AST respresentation for functionDouglas Gregor2009-06-251-1/+18
* Patch to diagnose and Mark use of implicit default assignment operator.Fariborz Jahanian2009-06-251-0/+10
* Make sure that the template parameter lists get from the parser down to ActOn...Douglas Gregor2009-06-241-0/+4
* [class.local] p1 and p3. Also, add back the xcodeproj file.Anders Carlsson2009-06-241-3/+4
* Start propagating template parameter lists to the right places toDouglas Gregor2009-06-231-2/+10
* Make sure that argument-dependent lookup looks into the global scopeDouglas Gregor2009-06-231-1/+2
* patch to mark use of implicit copy constructors.Fariborz Jahanian2009-06-221-1/+7
* Implement implicit instantiation of the member functions of a class templateDouglas Gregor2009-06-221-1/+18
* Rework the way we track which declarations are "used" duringDouglas Gregor2009-06-221-11/+20
* Parsing and AST support for using declarations, from John Thompson!Douglas Gregor2009-06-201-0/+8
* Keep track of when declarations are "used" according to C andDouglas Gregor2009-06-191-0/+30
* Use QualType to represent block's implicit return type asFariborz Jahanian2009-06-191-1/+1
* Patch for implementation of C++'s object model. This isFariborz Jahanian2009-06-191-0/+5
* Factor out some common code into Sema::EnterDeclaratorContext/ExitDeclaratorC...Argyrios Kyrtzidis2009-06-171-0/+6
* Implement correct name lookup inside an initializer of a C++ class static dat...Argyrios Kyrtzidis2009-06-171-0/+11
* Support dependent extended vector types and template instantiationDouglas Gregor2009-06-171-2/+4
* Handle temporaries in default arguments.Anders Carlsson2009-06-161-2/+2
* Base SFINAE error suppression counting on the class of an error, notDouglas Gregor2009-06-151-18/+2
* Introduce a SFINAE "trap" that keeps track of the number of errorsDouglas Gregor2009-06-141-2/+40
* Update LLVM.Douglas Gregor2009-06-141-0/+18
* Have CheckClassTemplatePartialSpecializationArgs take a TemplateArgumentListB...Anders Carlsson2009-06-131-1/+1
* Move template type argument checking out into a separate function. No functio...Anders Carlsson2009-06-131-0/+4
* When some template parameters of a class template partialDouglas Gregor2009-06-131-1/+4
* add the location of the ')' in a do/while statement to DoStmt.Chris Lattner2009-06-121-1/+3
* Address comments from Doug - Add a Sema::SemaRef.BuildBlockPointerType and us...Anders Carlsson2009-06-121-0/+2
* Finish implementing checking of class template partial specializationsDouglas Gregor2009-06-121-0/+1
OpenPOWER on IntegriCloud