summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/Sema.h
Commit message (Expand)AuthorAgeFilesLines
* Feed proper source-location information into Sema::LookupSingleResult,Douglas Gregor2010-04-151-5/+10
* Thread a Scope pointer into BuildRecoveryCallExpr to help typoDouglas Gregor2010-04-141-1/+1
* Teach typo correction about various language keywords. We can'tDouglas Gregor2010-04-141-0/+24
* Return the corrected DeclarationName from Sema::CorrectTypo ratherDouglas Gregor2010-04-141-4/+4
* Implement typo correction for Objective-C message sends when theDouglas Gregor2010-04-141-0/+6
* Support befriending members of class template specializations.John McCall2010-04-131-0/+1
* Refactor and simplify the computation of implicit conversion sequencesDouglas Gregor2010-04-131-8/+0
* Improve source-location information for C++ conversion functions, byDouglas Gregor2010-04-121-1/+2
* When creating the implicitly-declared special member functions, beDouglas Gregor2010-04-121-2/+2
* Be sure to instantiate the parameters of a function, even when theDouglas Gregor2010-04-121-3/+7
* fix PR6811 by not parsing 'super' as a magic expression inChris Lattner2010-04-111-6/+6
* actually the interface grossness in the previous patch was due toChris Lattner2010-04-111-3/+2
* factor the code that handles "expr.field" when expr is aChris Lattner2010-04-111-0/+7
* Instantiate default argument expressions even if their associated parameterJohn McCall2010-04-091-0/+5
* Make CXXScopeSpec invalid when incomplete, and propagate that into anyJeffrey Yasskin2010-04-081-32/+33
* Implement dependent friend function template specializations.John McCall2010-04-081-0/+4
* Patch to implement gcc's cstyle arguments in objcFariborz Jahanian2010-04-081-1/+1
* Return early from Sema::MarkDeclarationReferenced when we know thereDouglas Gregor2010-04-071-0/+4
* Split Sema::ActOnFriendTypeDecl into Sema::CheckFriendTypeDecl (forDouglas Gregor2010-04-071-0/+2
* Implement code completion for Objective-C method declarations andDouglas Gregor2010-04-071-0/+4
* Minor clean up.Fariborz Jahanian2010-04-061-3/+0
* Implement the protected access restriction ([class.protected]), which requiresJohn McCall2010-04-061-14/+10
* More cleanup.Anders Carlsson2010-04-021-3/+1
* Overhaul checking of non-type template arguments that should refer toDouglas Gregor2010-04-011-2/+0
* Patch implements gcc's -Wno-protocol option to suppress warningFariborz Jahanian2010-03-311-1/+1
* Fix PR6327: restore invariants when there's a parse error in an initializer.John McCall2010-03-311-0/+1
* Recognize __attribute__((NSObject)) directly appliedFariborz Jahanian2010-03-301-1/+1
* Propagate the "found declaration" (i.e. the using declaration instead ofJohn McCall2010-03-301-3/+13
* Optimize PartialDiagnostic's memory-allocation behavior by placing aDouglas Gregor2010-03-291-11/+21
* Support __attribute__((packed)) (along with other attributes) at theDouglas Gregor2010-03-291-1/+2
* After performing template argument deduction for a function template,Douglas Gregor2010-03-281-4/+31
* Further improvement to point to categoryFariborz Jahanian2010-03-271-1/+1
* Eliminate the non-InitializedEntity PerformCopyInitialization() andDouglas Gregor2010-03-261-3/+0
* Mark virtual methods that are used in tables included in VTTs as used.Rafael Espindola2010-03-261-1/+2
* Teach the diagnostic engine to provide more detailed information aboutDouglas Gregor2010-03-251-13/+1
* Improve our handling of local instantiation scopes in two related ways:Douglas Gregor2010-03-251-4/+23
* When a declaration of a function is missing an exception specificationDouglas Gregor2010-03-241-0/+1
* Implement a framework for the delay of arbitrary diagnostics withinJohn McCall2010-03-241-1/+5
* Only perform CFG-based warnings on 'static inline' functions thatTed Kremenek2010-03-231-1/+5
* -Wshadow should only warn about parameter declarations when we'reJohn McCall2010-03-221-1/+2
* Refactor CFG-based warnings in Sema to be run by a worked object called Analy...Ted Kremenek2010-03-201-10/+0
* Implement -Wshadow for parameter declarations as well.John McCall2010-03-201-1/+1
* Remove the capture, serialization, and deserialization of commentDouglas Gregor2010-03-191-2/+0
* Remember the "found declaration" for an overload candidate, which is theJohn McCall2010-03-191-17/+22
* from code inspection, we were treating placement news with one argument asJohn McCall2010-03-181-0/+5
* Clean up after ourselves when there's an error parsing the base clause.John McCall2010-03-171-0/+4
* Implement -Wshadow. Based on a patch by Mike M.!John McCall2010-03-161-0/+1
* Perform access control for the implicit calls to base and member destructorsJohn McCall2010-03-161-4/+5
* Access control for implicit calls to copy assignment operators and copyJohn McCall2010-03-161-0/+3
* Perform access control for the implicit base and member destructor callsJohn McCall2010-03-161-56/+69
OpenPOWER on IntegriCloud