Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-19Fix PR8767, improve diagnostic wording when allocating an object of anChandler Carruth
2011-02-14When parsing an out-of-line member function declaration, we must delayJohn McCall
2011-01-04Enhance the diagnostic for negative array sizes to include theChandler Carruth
2010-10-14Diagnose when a 'static' member function overrides a virtual functionDouglas Gregor
2010-09-05'const std::type_info*' instead of 'std::type_info const*'Chris Lattner
2010-04-09Turn access control on by default in -cc1.John McCall
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2010-02-15Defer covariance checks for dependent types. Add test cases that also ensureChandler Carruth
2010-02-10Improve access control diagnostics. Perform access control on member-pointerJohn McCall
2010-01-22No need to canonicalize the type and use dyn_cast. Also, correctly diagnose t...Anders Carlsson
2010-01-22Fix an obvious goof that caused us to only see the top level of return typesChandler Carruth
2009-12-31Make sure that an overriding return type is complete before checking if it's ...Anders Carlsson
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-03Unify the end-of-class code paths used by the parser and templateDouglas Gregor
2009-12-01Funtion templates and function template specializations do notDouglas Gregor
2009-12-01Move the checking of overridden virtual functions into the code pathDouglas Gregor
2009-12-01An inherited virtual (where "virtual" wasn't written explicitly) canDouglas Gregor
2009-05-15Check that the function being overridden is virtual.Anders Carlsson
2009-05-15Fix the same speling error in the test case (Duh).Anders Carlsson
2009-05-14Better diagnostics for covariance when checking overriding return types.Anders Carlsson
2009-05-14Add return type checking for overriding virtual functions. We currently don't...Anders Carlsson