aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaDecl.cpp
AgeCommit message (Expand)Author
2010-04-24Be more careful around dependent nested-name-specifiers, complainingDouglas Gregor
2010-04-24Keep track of when DependentNameTypes have no associated keywordDouglas Gregor
2010-04-24Recommit r102215, this time being more careful to only set the "principalJohn McCall
2010-04-24Revert r102215. This causes clang crash while compiling a test case from gdb ...Devang Patel
2010-04-23Rework Parser-Sema interface for Objective-C @catch exception objectDouglas Gregor
2010-04-23Add an InheritancePath parameter to the ImplicitCastExpr constructor.Anders Carlsson
2010-04-23Transition the last acceptable-result filter kind in LookupResult over to useJohn McCall
2010-04-23Recommit my change to how C++ does elaborated type lookups, now withJohn McCall
2010-04-23Revert "C++ doesn't really use "namespaces" for different kinds of names the ...Daniel Dunbar
2010-04-23C++ doesn't really use "namespaces" for different kinds of names the sameJohn McCall
2010-04-22When checking whether to diagnose an initialized "extern" variable,Douglas Gregor
2010-04-22Re-land the patch that merges two diagnostics into one now that it passes sel...Anders Carlsson
2010-04-22Revert "Unify two diagnostics into one.", it breaks with an assertion failure...Daniel Dunbar
2010-04-22Unify two diagnostics into one.Anders Carlsson
2010-04-20Remove an unused parameter from isImplicitlyDefined.Anders Carlsson
2010-04-19Keep track of the actual storage specifier written on a variable orDouglas Gregor
2010-04-19Only suppress the "extern variable has an initializer" warning when the exter...Douglas Gregor
2010-04-19Disable the "'extern' variable has an initializer" warning in C++,Douglas Gregor
2010-04-16Start working on handling wide bitfields in C++Anders Carlsson
2010-04-15Feed proper source-location information into Sema::LookupSingleResult,Douglas Gregor
2010-04-15Improve the bit-field too wide error message.Anders Carlsson
2010-04-15Fix a few cases where enum constant handling was usingDouglas Gregor
2010-04-14Teach typo correction about various language keywords. We can'tDouglas Gregor
2010-04-14Mark a function declaration invalid if any of its parameter declarationsJohn McCall
2010-04-13Support befriending members of class template specializations.John McCall
2010-04-13Allow classes to befriend implicitly-declared members. Fixes PR6207 forJohn McCall
2010-04-13Parse constructor names in friend declarations. Part of the fix forJohn McCall
2010-04-13Don't try to find a scope corresponding to the search DC for an unfoundJohn McCall
2010-04-12Fix a crash-on-invalid involving name lookup of tag names, where weDouglas Gregor
2010-04-12Be sure to instantiate the parameters of a function, even when theDouglas Gregor
2010-04-09Don't warn about unused static functions if they are marked with Chris Lattner
2010-04-08Downgrade the "declaration does not declare anything" error to aDouglas Gregor
2010-04-08Explain that a template needs arguments to make it into a type, forJeffrey Yasskin
2010-04-08Make CXXScopeSpec invalid when incomplete, and propagate that into anyJeffrey Yasskin
2010-04-08Implement dependent friend function template specializations.John McCall
2010-04-07Fix some redundant errors by changing CXXScopeSpec::isSet calls intoJeffrey Yasskin
2010-04-06Patch to not build ivar ASTs when they are ilegallyFariborz Jahanian
2010-04-02Sema/Obj-C: Simplify -- eliminate dead casts & provable asserts, and narrow t...Daniel Dunbar
2010-03-31Improve diagnostics when an elaborated-type-specifer containing aDouglas Gregor
2010-03-31Extend DependentNameType with a keyword enum that specifies whetherDouglas Gregor
2010-03-31Reinstate my CodeModificationHint -> FixItHint renaming patch, withoutDouglas Gregor
2010-03-31Rename TypenameType to DependentNameType in anticipation of someDouglas Gregor
2010-03-31Revert r100008, which inexplicably breaks the clang-i686-darwin10 builderDouglas Gregor
2010-03-31Rename CodeModificationHint to FixItHint, since we've been using theDouglas Gregor
2010-03-31Support __attribute__((unused)) on types. This suddenly started firingJohn McCall
2010-03-31Fix PR6327: restore invariants when there's a parse error in an initializer.John McCall
2010-03-30the big refactoring bits of PR3782.Rafael Espindola
2010-03-27Implement method friends in class templates and fix a few related problems.John McCall
2010-03-25When finishing a function definition, leave the function definition *after*John McCall
2010-03-25Handle simple friend-class decls in class templates better by ensuring thatJohn McCall