summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Standard conversion sequences now have a CopyConstructor field, toDouglas Gregor2008-11-031-2/+6
* Add implicitly-declared default and copy constructors to C++ classes,Douglas Gregor2008-11-031-0/+106
* Semantic checking of constructor declarations and classification of default/c...Douglas Gregor2008-10-311-11/+42
* Implement basic support for converting constructors in user-defined Douglas Gregor2008-10-311-0/+18
* Made the mechanism of defining preprocessor defs for maxint, ptrdiff_t, wcharSanjiv Gupta2008-10-311-1/+1
* Add support for parsing and representing C++ constructor declarations.Douglas Gregor2008-10-311-2/+41
* Improve documentation for Sema::CheckReferenceInitDouglas Gregor2008-10-291-7/+7
* Implement overloading rules for reference bindingDouglas Gregor2008-10-291-4/+4
* Tweak Sema::CheckReferenceInit so that it (optionally) computes an Douglas Gregor2008-10-291-30/+87
* Implement initialization of a reference (C++ [dcl.init.ref]) as partDouglas Gregor2008-10-291-0/+190
* Clean up and document the representation of C++ base classesDouglas Gregor2008-10-231-16/+24
* Added GraphViz visualization of C++ inheritance hierarchies. Douglas Gregor2008-10-221-9/+1
* Add representation of base classes in the AST, and verify that weDouglas Gregor2008-10-221-12/+63
* Preliminary support for function overloadingDouglas Gregor2008-10-211-1/+2
* Fix this bug:Argyrios Kyrtzidis2008-10-151-1/+3
* Revert my previous change, got stupidly confused with my local changes.Argyrios Kyrtzidis2008-10-141-1/+1
* Fix a call to Sema::LookupDecl that had incorrect parameters.Argyrios Kyrtzidis2008-10-141-1/+1
* Fix a bug that crashed clang when parsing this:Argyrios Kyrtzidis2008-10-081-10/+20
* Simplify handling of direct initializers by letting Sema::AddInitializerToDec...Argyrios Kyrtzidis2008-10-061-17/+12
* Use "unsigned" instead of "int" for i to remove a "comparison between unsigne...Ted Kremenek2008-10-061-1/+1
* The current semantic process for direct initializers won't work properly for ...Argyrios Kyrtzidis2008-10-061-21/+13
* Implement support for C++ direct initializers in declarations, e.g. "int x(1);".Argyrios Kyrtzidis2008-10-061-0/+80
* Pass postfix attributes to ActOnFields.Daniel Dunbar2008-10-031-1/+1
* Use Sema::isDeclInScope instead of IdentifierResolver::isDeclInScope.Argyrios Kyrtzidis2008-09-101-2/+1
* More #include cleaningDaniel Dunbar2008-08-111-7/+0
* Minor #include cleaningDaniel Dunbar2008-08-111-1/+3
* When in C++, invoke ASTConsumer::HandleTagDeclDefinition in Sema::ActOnFinish...Argyrios Kyrtzidis2008-08-091-3/+6
* Passing right brace location to ActOnFinishCXXClassDef is redundant, since it...Argyrios Kyrtzidis2008-08-091-1/+1
* Move AsmLabel into Declarator instead of just a parameter toDaniel Dunbar2008-08-051-1/+1
* Add more Parser/Sema support for GCC asm-label extension.Daniel Dunbar2008-08-051-1/+1
* Wherever a type is used/returned from the Action module, use TypeTy instead o...Argyrios Kyrtzidis2008-08-011-1/+1
* change more instances of QualType::getCanonicalType to callChris Lattner2008-07-261-12/+10
* Add Sema support for C++ classes.Argyrios Kyrtzidis2008-07-011-0/+170
* -Changes to TagDecl:Argyrios Kyrtzidis2008-06-091-1/+1
* Oops...remove weird printf:-)Steve Naroff2008-06-051-1/+0
* Second half of "fix" for <rdar://problem/5986085> clang on xcode: error: rede...Steve Naroff2008-06-051-0/+1
* - Move ObjC Expresssion AST's from Expr.h => ExprObjC.hSteve Naroff2008-05-291-0/+1
* -Implement proper name lookup for namespaces.Argyrios Kyrtzidis2008-05-091-1/+2
* Diagnose attempts to use C++ default arguments outside of a function declarationDouglas Gregor2008-05-071-8/+28
* Parsing of namespaces:Argyrios Kyrtzidis2008-04-271-0/+77
* Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...Steve Naroff2008-04-151-4/+5
* This patch adds very basic support for parsing and type-checking classDouglas Gregor2008-04-131-0/+49
* Default argument cleanups and minor improvements, patch byChris Lattner2008-04-121-55/+60
* Several improvements from Doug Gregor related to defaultChris Lattner2008-04-101-0/+73
* Add support for C++ default arguments, and rework Parse-Sema Chris Lattner2008-04-081-0/+158
OpenPOWER on IntegriCloud