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
2010-11-16Add another case to the whitelist of cast kinds that can convert to bool.John McCall
2010-09-05make clang print types as "const int *" instead of "int const*",Chris Lattner
2010-05-17Teach ASTContext::getUnqualifiedArrayType() how to look throughDouglas Gregor
2010-04-15Warn about non-aggregate classes with no user-declared constructorsDouglas Gregor
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2010-01-31Diagnose binding a non-const reference to a vector element.Anders Carlsson
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-10Reimplement reference initialization (C++ [dcl.init.ref]) using theDouglas Gregor
2009-09-24Make C++ temporary-related expressions provide proper source-range information.Douglas Gregor
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-17Almost complete implementation of rvalue references. One bug, and a few uncle...Sebastian Redl
2008-12-17Removed the warningDouglas Gregor
2008-11-24Convert IdentifierInfo's to be printed the same as DeclarationNames Chris Lattner
2008-11-03Implement C++ DR 106 and C++ DR 540, both of which deal withDouglas Gregor
2008-10-29Temporary disable the const-object-declaration-without-initializer check, bec...Douglas Gregor
2008-10-29Implement initialization of a reference (C++ [dcl.init.ref]) as partDouglas Gregor
2008-08-17Move the C++ Sema tests into a separate SemaCXX directory.Argyrios Kyrtzidis