summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add DeclarationName support for C++0x operator literals. They should now work asAlexis Hunt2009-11-291-1/+2
* Fix 80-cols violationsAlexis Hunt2009-11-291-3/+3
* Add Parser support for C++0x literal operators ('operator "" i').Alexis Hunt2009-11-281-1/+4
* Fix thinko.Anders Carlsson2009-11-271-2/+1
* Correctly find overridden destructors.Anders Carlsson2009-11-261-2/+15
* Allow user re-definition of SEL as well as accessing its fields.Fariborz Jahanian2009-11-251-1/+1
* Diagnose ill-formed uses of default template arguments inDouglas Gregor2009-11-251-0/+10
* Encapsulate "an array of TemplateArgumentLocs and two angle bracket locations...John McCall2009-11-231-7/+5
* This patch implements objective-c's 'SEL' type as a built-inFariborz Jahanian2009-11-211-1/+3
* Added rudimentary C++0x attribute support.Alexis Hunt2009-11-211-2/+2
* Implement C++ [basic.lookup.classref]p3, which states how the typeDouglas Gregor2009-11-201-22/+59
* Overhaul previous-declaration and overload checking to work on lookup resultsJohn McCall2009-11-181-170/+247
* Track overriding methods when instantiating a template class. Fixes PR5550.Sebastian Redl2009-11-181-18/+22
* Split LookupResult into its own header.John McCall2009-11-181-9/+9
* Incremental progress on using declarations. Split UnresolvedUsingDecl intoJohn McCall2009-11-181-1/+8
* Unify the way destructor epilogues are generated for synthesized and regular ...Anders Carlsson2009-11-171-1/+1
* Carry lookup configuration throughout lookup on the LookupResult. GiveJohn McCall2009-11-171-36/+44
* First part of changes to eliminate problems with cv-qualifiers andDouglas Gregor2009-11-161-3/+2
* Make sure that virtual destructors have delete operators.Anders Carlsson2009-11-151-2/+9
* Deallocation functions must also be static.Anders Carlsson2009-11-151-1/+7
* allocation functions are always static.Anders Carlsson2009-11-151-1/+10
* If any errors have occurred by the time we hit the end of a function body, cl...Douglas Gregor2009-11-151-0/+6
* Fix for PR5489: don't skip the complete type requrirement for variableEli Friedman2009-11-141-2/+7
* Revert r88718, which does NOT solve the constructor-template-as-copy-construc...Douglas Gregor2009-11-131-3/+0
* A constructor template cannot be instantiated to a copyDouglas Gregor2009-11-131-0/+3
* Fix bug Doug noticed.Anders Carlsson2009-11-131-0/+2
* Random const correctness, and incidentally use computeDeclContext when buildingJohn McCall2009-11-121-1/+1
* Improve parsing of template arguments to lay the foundation forDouglas Gregor2009-11-101-3/+2
* Make sure that Type::getAs<ArrayType>() (or Type::getAs<subclass ofDouglas Gregor2009-11-091-1/+1
* When checking the namespace of a redeclaration or definition, look through li...Sebastian Redl2009-11-081-11/+16
* Don't treat variables with non-trivial ctors or dtors as unused. Fixes PR5407.Anders Carlsson2009-11-071-2/+16
* Cleanup, no functionality change.Anders Carlsson2009-11-071-4/+8
* Make sure that EnumConstantDecls always get a type, even when they have type-...Douglas Gregor2009-11-061-14/+20
* Don't allow definitions of array variables without some size information in C...Sebastian Redl2009-11-051-0/+10
* Change our basic strategy for avoiding deprecation warnings when the decl useJohn McCall2009-11-041-1/+4
* Use ParseUnqualifiedId when parsing id-expressions. This eliminatesDouglas Gregor2009-11-031-43/+47
* Introduce a new class, UnqualifiedId, that provides a parsedDouglas Gregor2009-11-031-34/+37
* Make sure to call CompleteConstructorCall for bases and members that are init...Anders Carlsson2009-10-291-0/+3
* Track source information for template arguments and template specializationJohn McCall2009-10-291-1/+1
* Use array's base element type in getting to itsFariborz Jahanian2009-10-281-1/+1
* Removed an unnecessary arguement passed to InitializeVarWithConstructorFariborz Jahanian2009-10-281-1/+1
* Rename FunctionDecl::isInline/setInline toDouglas Gregor2009-10-271-1/+1
* Almost missed this one... Doc update for last change.Mike Stump2009-10-271-4/+5
* Refine noreturn handling. Fixes -Wmissing-noreturn so that it doesn'tMike Stump2009-10-271-5/+14
* Use a pred_iterator instead of a succ_iterator (wrong typedef).Ted Kremenek2009-10-271-1/+1
* Fix PR5298 - -Wmissing-noreturn shouldn't warn if the function is alreadyChris Lattner2009-10-251-2/+3
* Make sure we actually have a definition before asking if it is implicit. Fixe...Sebastian Redl2009-10-251-2/+6
* When parsing a top level struct declaration, make sure to Chris Lattner2009-10-251-3/+4
* move calls to DiagnoseUseOfDecl (which warns about deprecated/unavailable Chris Lattner2009-10-251-8/+1
* Remove the Skip parameter from GetTypeForDeclarator and dependents. Take the ...Sebastian Redl2009-10-251-2/+1
OpenPOWER on IntegriCloud