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-03-05Much to my surprise, OverloadExprs can also point to function template decls.Matt Beaumont-Gay
2011-02-23Clean up the error recovery at the bottom of Sema::LookupMemberExpr. ThisMatt Beaumont-Gay
2011-02-17Fix PR9025 and add a diagnostic (and sometimes a fixit) for an overloadedMatt Beaumont-Gay
2010-07-29Don't die when a member access refers to a non-class member via aDouglas Gregor
2010-06-29When typo correction produces a result that is not of the kind we'reDouglas Gregor
2010-06-16Fix a point of semantics with using declaration hiding: method templatesJohn McCall
2010-04-26When name lookup finds a single declaration that was imported via aDouglas Gregor
2010-04-26Improve the diagnostic when we find something we did not expect in aDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-02Fix IsProvablyNotDerivedFrom to always use record definitions when available.John McCall
2009-11-06Rework the fix-it hint for code likeDouglas Gregor
2009-10-18Fix a crash with qualified member access into a non-type, from Sean Hunt!Douglas Gregor
2009-06-03Use "()" instead of "(void)" when pretty-printing a parameter-less function t...Argyrios Kyrtzidis
2009-03-27If the user is trying to apply the -> or . member reference operatorDouglas Gregor
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-01-16Add test for contextual conversion to bool, and enable some FIXME'd testsDouglas Gregor
2008-12-21Add support for member references (E1.E2, E1->E2) with C++ semantics,Douglas Gregor