summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/Sema.h
Commit message (Expand)AuthorAgeFilesLines
* Add a warning to catch a bug recently caught by code review, like this:Chris Lattner2010-07-131-1/+1
* 80 column issues.Chris Lattner2010-07-131-7/+9
* Downgrade the "when type is in parentheses, array cannot have dynamicDouglas Gregor2010-07-131-2/+2
* Fix PR7600, and correctly convert the result of an atomic builtin to theChandler Carruth2010-07-091-1/+1
* Instantiation of block literal expressions. wip.Fariborz Jahanian2010-07-091-1/+1
* Support code completion for parameter names in Objective-C methodDouglas Gregor2010-07-081-0/+1
* Introduce a new code-completion point prior to an identifier in theDouglas Gregor2010-07-081-0/+6
* Fix multiple emission of the this-> fixit for each instantiation by fixing theNick Lewycky2010-07-061-0/+7
* Introduce a new routine, LookupConstructors(), and use it for allDouglas Gregor2010-07-021-0/+1
* Lazily declare the implicitly-declared destructor in a C++ class.Douglas Gregor2010-07-021-0/+4
* Move the "current scope" state from the Parser into Action. ThisDouglas Gregor2010-07-021-15/+8
* Add a new routine Sema::LookupDestructor and make all destructor-lookup calls...Douglas Gregor2010-07-011-1/+2
* Move the implicit declaration of a default constructor into a separateDouglas Gregor2010-07-011-0/+12
* Move the implicit declaration of a constructor out to a separateDouglas Gregor2010-07-011-1/+13
* Move declaration of a class's implicit copy constructor into aDouglas Gregor2010-07-011-0/+12
* Move the implicit declaration of a class's copy-assignment operatorDouglas Gregor2010-07-011-1/+13
* Reinstate fix for PR7526, which was failing because, now that weDouglas Gregor2010-07-011-1/+1
* Revert r107374, which broke bootstrap.Douglas Gregor2010-07-011-1/+1
* When building the type of a destructor, make sure to keep theDouglas Gregor2010-07-011-1/+1
* Implement C++ DR481, which clarifies that the scope of templateDouglas Gregor2010-07-011-13/+9
* Implement C++ DR299, which allows an implicit conversion from a classDouglas Gregor2010-06-301-1/+2
* Factor the conversion from a switch condition to an integral orDouglas Gregor2010-06-291-0/+9
* This patch fixes a bug whereby, clang skipped Fariborz Jahanian2010-06-291-9/+2
* Allow a using directive to refer to the implicitly-defined namespaceDouglas Gregor2010-06-291-0/+1
* Partial fix for PR7267 based on comments by John McCall on an earlier patch.Chandler Carruth2010-06-281-0/+6
* Implement dependent alignment attribute support. This is a bit gross given theChandler Carruth2010-06-251-0/+3
* When we see a 'template' disambiguator that marks the next identifierDouglas Gregor2010-06-161-6/+7
* Fix the recently-added warning about 'typename' and 'template'Douglas Gregor2010-06-161-5/+10
* Fix a point of semantics with using declaration hiding: method templatesJohn McCall2010-06-161-4/+7
* Tweak our handling of the notion of a standard conversion sequenceDouglas Gregor2010-06-091-2/+0
* Since the enum values for each arch's builtins overlap, it is not appropriate...Nate Begeman2010-06-081-0/+3
* PR7245: Make binding a reference to a temporary without a usable copyJeffrey Yasskin2010-06-071-1/+2
* Simplify the methods for creating a pointer, reference, member-pointer,John McCall2010-06-051-4/+8
* Added AccessSpecDecl node.Abramo Bagnara2010-06-051-0/+4
* Alter the interface of GetTypeForDeclarator to return a TypeSourceInfo*.John McCall2010-06-041-3/+2
* Remember type source information for Objective C property declarations.John McCall2010-06-041-2/+3
* Preserve more information from a block's original function declarator, if oneJohn McCall2010-06-041-7/+8
* Restructure how we interpret block-literal declarators. Correctly handleJohn McCall2010-06-041-0/+3
* More refactoring.John McCall2010-06-041-0/+7
* Teach code completion to adjust its completion priorities based on theDouglas Gregor2010-05-301-0/+5
* A more minimal fix for PR6762.John McCall2010-05-281-0/+4
* Implement a code-completion hook for the receiver of an Objective-CDouglas Gregor2010-05-271-1/+1
* Sema: Replace getPragmaPackAlignment with AddAlignmentAttributesForRecord, whichDaniel Dunbar2010-05-271-3/+3
* Sema: Support for #pragma options align={reset,natural}. '#pragma options align'Daniel Dunbar2010-05-271-0/+5
* Improve parser recovery when we encounter a dependent template nameDouglas Gregor2010-05-211-2/+4
* Propagate access specifiers to anonymous union members nested within classes.John McCall2010-05-211-3/+3
* Added basic source locations to Elaborated and DependentName types.Abramo Bagnara2010-05-191-1/+3
* Fix a GCC warning about inline functions not being defined. Until r104081, onlyChandler Carruth2010-05-191-3/+3
* Teach CursorVisitor about duplicate ObjCPropertyDecls that can arise because ...Ted Kremenek2010-05-181-1/+2
* Tweak typo-correction logic a bit regarding "super", so that weDouglas Gregor2010-05-181-1/+2
OpenPOWER on IntegriCloud