summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/Sema.h
Commit message (Expand)AuthorAgeFilesLines
* Added TypeLocs to VAArgExpr node.Abramo Bagnara2010-08-101-0/+3
* Added TypeLocs to TypesCompatibleExpr node.Abramo Bagnara2010-08-101-0/+4
* Implements gcc's -Wstrict-selector-match.Fariborz Jahanian2010-08-091-3/+9
* Allow reference binding of a reference of Objective-C object type toDouglas Gregor2010-08-071-1/+2
* Store inheritance paths after CastExprs instead of inside them.John McCall2010-08-071-12/+9
* Template keyword should not be ignored building a QualifiedTemplateName.Abramo Bagnara2010-08-061-0/+1
* TDK_InconsistentQuals is really totally different from TDK_Inconsistent.John McCall2010-08-051-1/+1
* Implement #pragma GCC visibility.Eli Friedman2010-08-051-0/+22
* Preserve calling convention etc. across template instantiations. Eli Friedman2010-08-051-1/+2
* Simplify global method pool implementation in Sema. No functionality change.Sebastian Redl2010-08-021-14/+33
* Read/write in PCH Sema's StdNamespace and StdBadAlloc and use a LazyDeclPtr f...Argyrios Kyrtzidis2010-08-021-2/+12
* Rename getStdNamespace -> getOrCreateStdNamespace, to better reflect its func...Argyrios Kyrtzidis2010-08-021-1/+1
* Instantiate attributes from the pattern record when instantiatingJohn McCall2010-08-011-0/+3
* Only run the jump-checker if there's a branch-protected scope *and* there'sJohn McCall2010-08-011-10/+37
* When performing code completion for a case statement in a switch whoseDouglas Gregor2010-07-281-1/+2
* Add source location information to C++ base specifiers.Nick Lewycky2010-07-261-2/+1
* atch for implementation of objective-c's -WselectorFariborz Jahanian2010-07-221-3/+15
* Update ImplicitCastExpr to be able to represent an XValue.Sebastian Redl2010-07-201-1/+6
* Add most of the boilerplate support for scanf format string checking. This i...Ted Kremenek2010-07-161-5/+12
* When there are extra or missing template parameter lists in a templateDouglas Gregor2010-07-141-1/+2
* 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
OpenPOWER on IntegriCloud