summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/Sema.h
Commit message (Expand)AuthorAgeFilesLines
* Unify the end-of-class code paths used by the parser and templateDouglas Gregor2009-12-031-0/+1
* When instantiating a class, if a base specifier is not dependent we still nee...Anders Carlsson2009-12-031-0/+8
* Honor using declarations in overload resolution. Most of the code forJohn McCall2009-12-031-6/+12
* Improve source location information for C++ member initializers in aDouglas Gregor2009-12-021-2/+5
* In Sema, whenever we think that a function is going to cause a vtable to be g...Anders Carlsson2009-12-021-3/+8
* Rip out the last remaining implicit use of OverloadedFunctionDecl in Sema:John McCall2009-12-021-1/+1
* Stop trying to analyze class-hierarchies for dependently-scoped id-expressions;John McCall2009-12-021-3/+2
* Fix a code gen. crash synthesizing a destructor.Fariborz Jahanian2009-12-011-2/+3
* Rework how we support C++ implicit member accesses. If we can resolve anJohn McCall2009-12-011-4/+13
* Move the checking of overridden virtual functions into the code pathDouglas Gregor2009-12-011-0/+1
* Eliminate the use of OverloadedFunctionDecl in member expressions.John McCall2009-11-301-28/+42
* When we're trying to define an implicit virtual destructor, make sure that we...Anders Carlsson2009-11-301-1/+1
* Refactor our handling of expression evaluation contexts, so that SemaDouglas Gregor2009-11-261-14/+43
* Implement support for default template arguments of function templates.Douglas Gregor2009-11-251-0/+7
* Diagnose ill-formed uses of default template arguments inDouglas Gregor2009-11-251-1/+12
* Some fancy footwork to move the decision on how Fariborz Jahanian2009-11-251-2/+3
* Eliminate CXXConditionDeclExpr with extreme prejudice.Douglas Gregor2009-11-251-13/+12
* Have the parser tell sema whether a member declaration is a function definiti...Sebastian Redl2009-11-241-1/+1
* Refactor argument collection of constructor calls usingFariborz Jahanian2009-11-241-1/+0
* More cleanup of argument call collection.Fariborz Jahanian2009-11-241-9/+13
* Rip out TemplateIdRefExpr and make UnresolvedLookupExpr and John McCall2009-11-241-30/+38
* Refactor collection of call arguments in common code.Fariborz Jahanian2009-11-241-0/+8
* Explicitly track the condition variable within an "if" statement,Douglas Gregor2009-11-231-1/+2
* Fix a recent regression probably caused by addition of altivec-styleFariborz Jahanian2009-11-231-0/+3
* Centralize and complete the computation of value- and type-dependence for Dec...Douglas Gregor2009-11-231-2/+1
* Encapsulate "an array of TemplateArgumentLocs and two angle bracket locations...John McCall2009-11-231-52/+18
* Reorganize the intermediate BuildDeclarationNameExpr routines again.John McCall2009-11-221-2/+6
* Consider a FunctionTemplate to be an overload all on its lonesome. TrackJohn McCall2009-11-221-0/+2
* Overload resolution doesn't decide whether to do ADL or not anymore; stoppingJohn McCall2009-11-211-2/+2
* "Incremental" progress on using expressions, by which I mean totally rippingJohn McCall2009-11-211-6/+15
* Added rudimentary C++0x attribute support.Alexis Hunt2009-11-211-0/+5
* Cope with extraneous "template" keyword when providing an out-of-lineDouglas Gregor2009-11-201-1/+2
* Implement C++ [basic.lookup.classref]p3, which states how the typeDouglas Gregor2009-11-201-1/+2
* Don't issue spurious diagnostic with Obj-C fast enumeration.Fariborz Jahanian2009-11-191-0/+1
* Objective-C code completion within properties after "setter = " orDouglas Gregor2009-11-191-0/+7
* Improve code completion for Objective-C message sends, so that weDouglas Gregor2009-11-191-2/+6
* Rename CodeCompleteObjCProperty to something more specific. No functionality ...Douglas Gregor2009-11-181-1/+1
* Code completion after @dynamicDouglas Gregor2009-11-181-1/+1
* Overhaul previous-declaration and overload checking to work on lookup resultsJohn McCall2009-11-181-12/+19
* Code completion for Objective-C @synthesized.Douglas Gregor2009-11-181-0/+5
* Track overriding methods when instantiating a template class. Fixes PR5550.Sebastian Redl2009-11-181-0/+1
* Implement code completion for Objective-C category names in @interfaceDouglas Gregor2009-11-181-0/+4
* Improve on diagnosing type mismatches because of Fariborz Jahanian2009-11-181-1/+1
* Code completion for Objective-C class names after @interface,Douglas Gregor2009-11-181-1/+5
* Split LookupResult into its own header.John McCall2009-11-181-380/+6
* Code completion after @property, providing the names of forward-declared prop...Douglas Gregor2009-11-181-1/+2
* Code completion for Objective-C properly listsDouglas Gregor2009-11-181-0/+2
* Incremental progress on using declarations. Split UnresolvedUsingDecl intoJohn McCall2009-11-181-2/+11
* Rename Objective-C message send completion functions to indicate that we're r...Douglas Gregor2009-11-171-2/+3
* Pass source locations of identifiers referenced by @class through Action::Act...Ted Kremenek2009-11-171-2/+3
OpenPOWER on IntegriCloud