summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use ExprResult& instead of Expr *& in SemaJohn Wiegley2011-04-081-13/+11
* Make -Wheader-hygiene not complain about USING_NAMESPACE_THROUGH_MACRO in a n...Nico Weber2011-04-021-1/+1
* Fix PR9572 and neighboring lurking crashers.Matt Beaumont-Gay2011-03-281-2/+13
* Reduce indentation using early exits and add a couple of comments. NoChandler Carruth2011-03-271-17/+22
* Improve -Wheader-hygiene to warn about using directives inside linkageDouglas Gregor2011-03-261-1/+14
* Fixup comments.Anders Carlsson2011-03-251-4/+3
* Get rid of handling of the 'explicit' keyword from class-head. We still parse...Anders Carlsson2011-03-251-20/+0
* Apply the nonnull attribute to constructor expressions too.Nick Lewycky2011-03-251-0/+7
* Add a new warning for exit-time destructors.Anders Carlsson2011-03-241-3/+7
* Fix Objective-C++ exceptions (GNU runtime).David Chisnall2011-03-201-4/+1
* Add an opt-in -Wheader-hygiene, which current diagnoses the use ofDouglas Gregor2011-03-181-0/+6
* Fixed inconsistency when adding TemplateParameterListsInfo.Abramo Bagnara2011-03-181-5/+2
* Fix PR9488: 'auto' type substitution can fail (for instance, if it creates a ...Richard Smith2011-03-171-3/+5
* Instead of storing an ASTContext* in FunctionProtoTypes with computed noexcep...Sebastian Redl2011-03-131-1/+1
* Revert "Disable delegating constructors for 2.9"Sebastian Redl2011-03-121-5/+1
* Disable delegating constructors for 2.9Sebastian Redl2011-03-121-1/+5
* Revert "Disable inherited constructors for 2.9."Sebastian Redl2011-03-121-7/+3
* Disable inherited constructors for 2.9.Sebastian Redl2011-03-121-3/+7
* Propagate the new exception information to FunctionProtoType.Sebastian Redl2011-03-121-51/+133
* Forgotten part of previous commit.Abramo Bagnara2011-03-121-1/+5
* Add support for the OpenCL vec_step operator, by generalising andPeter Collingbourne2011-03-111-1/+1
* Avoid do drop outer template parameter lists on the floor.Abramo Bagnara2011-03-101-2/+4
* Teach libclang's token-annotation logic about context-sensitiveDouglas Gregor2011-03-081-1/+8
* Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source ran...Abramo Bagnara2011-03-081-7/+9
* Fixed NamespaceDecl source range.Abramo Bagnara2011-03-081-5/+7
* Fixed source range for all DeclaratorDecl's.Abramo Bagnara2011-03-081-25/+29
* Reinstate r127112, "Propagate new-style exception spec information to ExtProt...Sebastian Redl2011-03-061-9/+13
* Revert r127112, "Propagate new-style exception spec information to ExtProtoIn...NAKAMURA Takumi2011-03-061-13/+9
* Propagate new-style exception spec information to ExtProtoInfo.Sebastian Redl2011-03-051-9/+13
* Move private structs into anonymous namespaces.Benjamin Kramer2011-03-041-6/+8
* -Woverloaded-virtual shouldn't warn for static functions. Fixes rdar://908343...Argyrios Kyrtzidis2011-03-031-1/+2
* Removed left brace location from LinkageSpecDecl.Abramo Bagnara2011-03-031-2/+1
* Fixed end source location for LinkageSpecDecl.Abramo Bagnara2011-03-031-4/+9
* Reinstate the introduction of source-location information forDouglas Gregor2011-03-011-1/+1
* Revert r126748, my second attempt at nested-name-specifier sourceDouglas Gregor2011-03-011-1/+1
* Reinstate r126737, extending the generation of type-source locationDouglas Gregor2011-03-011-1/+1
* Revert r126737, the most recent nested-name-specifier location change, for bu...Douglas Gregor2011-03-011-1/+1
* Push nested-name-specifier source location information into elaboratedDouglas Gregor2011-03-011-1/+1
* Push nested-name-specifier source location information intoDouglas Gregor2011-03-011-4/+4
* Teach Sema::CheckTypenameType to use nested-name-specifiers withDouglas Gregor2011-02-281-6/+6
* Push nested-name-specifier location information into DeclRefExpr andDouglas Gregor2011-02-281-2/+2
* Implement delegating constructors partially.Alexis Hunt2011-02-261-8/+61
* Push nested-name-specifier source location information into namespaceDouglas Gregor2011-02-251-2/+1
* Push nested-name-specifier source location information into using directives.Douglas Gregor2011-02-251-4/+2
* Update UsingDecl, UnresolvedUsingTypenameDecl, andDouglas Gregor2011-02-251-17/+14
* Retain complete source-location information for C++Douglas Gregor2011-02-241-2/+4
* Tweak the CXXScopeSpec API a bit, so that we require theDouglas Gregor2011-02-241-3/+2
* When checking for abstract types, don't crash when we have aDouglas Gregor2011-02-221-0/+3
* Tweaks to C++0x deduced auto type support:Richard Smith2011-02-211-2/+2
* Implement the C++0x deduced 'auto' feature.Richard Smith2011-02-201-2/+35
OpenPOWER on IntegriCloud