]> granicus.if.org Git - clang/shortlog
clang
2010-12-20 Douglas GregorGive the RecursiveASTVisitor a configuration function
2010-12-20 Douglas GregorHandle instantiation of template type parameter packs...
2010-12-20 Douglas GregorTest template instantiation of pack expansions where...
2010-12-20 Rafael EspindolaFix PR8639 by making the "argument unused during compil...
2010-12-20 Douglas GregorClean up the printing of template argument packs; previ...
2010-12-20 Douglas GregorImplement basic support for template instantiation...
2010-12-20 Ted KremenekRename 'VisitLocation' to 'visitLocation'.
2010-12-20 Ted KremenekRename 'Generate[Node,Sink]' to 'generate[Node,Sink]'.
2010-12-20 Matt Beaumont-GayRemove unused variable
2010-12-20 Douglas GregorFinish refactoring the transformation of template argum...
2010-12-20 Douglas GregorRefactor the transformation of template argument lists...
2010-12-20 Douglas GregorWhen checking a template argument list against a templa...
2010-12-20 Douglas GregorClean up the handling of template argument packs, espec...
2010-12-20 Francois PichetAdding a line for XFAIL win32 broke the test.
2010-12-20 Francois PichetXFAIL vtable-debug-info.cpp on WIN32 and fix curly...
2010-12-20 Francois Pichettest/PCH/reloc.c fails on Win32.
2010-12-20 Francois PichetDisable this test on Windows; it crashes and popup...
2010-12-20 Francois PichetEmit an error if operator __uuidof() is called on a...
2010-12-20 Douglas GregorIntroduce a new type, PackExpansionType, to capture...
2010-12-20 Francois PichetValidate Microsoft's uuid attribute string.
2010-12-19 Nick LewyckyAdd missing standard includes. Patch by Joerg Sonnenberger!
2010-12-19 Wesley Peck1. Add some ABI information for the Microblaze.
2010-12-19 Francois PichetAdd support for the Microsoft uuid attribute:
2010-12-19 John McCallMotions towards simplifying how we deal with attribute...
2010-12-19 Zhongxing XuIf the initializer is an rvalue and the variable is...
2010-12-18 Zhongxing XuThe evaluation of dereference and address-of is identical.
2010-12-18 Michael J.... Replace all uses of PathV1::get{Basename,Dirname,Suffix...
2010-12-18 John McCallFix test. I added one last test and then forget to...
2010-12-18 John McCallApply attributes to explicit specializations. Speciali...
2010-12-18 Michael J.... Replace all uses of PathV1::getLast with PathV2::filename.
2010-12-17 Eric ChristopherGoing back to the drawing board with these two awful...
2010-12-17 Fariborz JahanianWarn when synthesizing a property which is
2010-12-17 Michael J.... Fix spelling.
2010-12-17 Michael J.... Replace all uses of PathV1::isAbsolute with PathV2...
2010-12-17 Bill WendlingInitialize variables in the correct order.
2010-12-17 Douglas GregorEncapsulate TemplateArgument::Kind
2010-12-17 Eric ChristopherHorrible hack for systems that use -dumpversion with...
2010-12-17 Eric ChristopherNom nom nom, tasty unused option with an argument.
2010-12-17 Douglas GregorSwap the order of the condition and body of a do-while...
2010-12-17 Abramo BagnaraUse hasSameType to compare types for equality.
2010-12-17 Abramo BagnaraAvoid to emit redundant implicit cast for enum constant...
2010-12-17 Ted KremenekUpdate checker build.
2010-12-17 Ted KremenekRemove explicit summaries from retain/release
2010-12-17 Ted KremenekFix assertion failure in cocoa::deriveNamingConvention()
2010-12-17 Chris Lattnerfix typo
2010-12-17 Ted KremenekMove CocoaConventions.[h,cpp] from libChecker
2010-12-17 Ted KremenekRevise Cocoa conventions detection: 'copy' and 'mutable...
2010-12-17 Ted KremenekRename several methods/functions in the analyzer
2010-12-17 John McCallGive hidden visibility to RTTI for derived types. ...
2010-12-17 Francois PichetMicrosoft's __uuidof operator returns a lvalue. Part 2.
2010-12-17 Francois PichetMicrosoft's __uuidof operator returns a lvalue.
2010-12-16 Michael J.... Getting Started: Add VS2010 instructions and specify...
2010-12-16 John McCallDo lvalue-to-rvalue conversions on the LHS of a shift...
2010-12-16 Douglas GregorAdd tests checking for unexpanded parameter packs in...
2010-12-16 Douglas GregorTweak a comment
2010-12-16 Douglas GregorDelay the check for unexpanded parameter packs in the...
2010-12-16 Douglas GregorCheck for unexpanded parameter packs in non-type templa...
2010-12-16 Douglas GregorRevert r121961, which seems to be breaking the buildbot...
2010-12-16 Douglas GregorCheck for unexpanded parameter packs in default arguments.
2010-12-16 Ted KremenekTweak location of diagnostic for -Wunreachable-code
2010-12-16 Ted KremenekStart migration of static analyzer to using the
2010-12-16 Michael J.... CMake: Add runtime dir.
2010-12-16 Michael J.... MemoryBuffer API update.
2010-12-16 Daniel DunbarUpdate for LLVM API change.
2010-12-16 Douglas GregorFix a regression I caused in r121930. It turns out...
2010-12-16 Douglas GregorCheck for unexpanded parameter packs within variable...
2010-12-16 Douglas GregorCheck for unexpanded parameter packs in friend declarat...
2010-12-16 Fariborz JahanianImprove diagnostics when property being looked up
2010-12-16 Douglas GregorCheck for unexpanded parameter packs in using declarati...
2010-12-16 Douglas GregorCheck for unexpanded parameter packs in enumeration...
2010-12-15 Douglas GregorCheck for unexpanded parameter packs in static assertio...
2010-12-15 Bob WilsonImplement builtins for Neon half-precision float conver...
2010-12-15 Fariborz Jahanianivars craeted for explicit @synthesize and those
2010-12-15 Douglas GregorCheck for unexpanded parameter packs in various kinds of
2010-12-15 Douglas GregorTeach the RecursiveASTVisitor to traverse the type...
2010-12-15 Douglas GregorTest that all of the relevant types properly compute...
2010-12-15 Douglas GregorIntroduce a RecursiveASTVisitor subclass that finds...
2010-12-15 Argyrios KyrtzidisFix diagnostic pragmas.
2010-12-15 Douglas GregorMove the work-in-progress implementation of variadic...
2010-12-15 John McCallReorganize LookupMemberExpr for clarity and to make...
2010-12-15 Douglas Gregor__attribute__((nonnull)) can apply to reference-to...
2010-12-15 Peter CollingbourneSema: have BuildExpressionFromIntegralTemplateArgument...
2010-12-15 Chandler CarruthSilence GCC warning about control reaching the end...
2010-12-15 Nico WeberFix gcc warning: 'clang::ASTStmtReader' is already...
2010-12-15 John McCallSundry missing lvalue-to-rvalue conversions. Also...
2010-12-15 John McCallSet the "implicitly inline" bit on a method as soon...
2010-12-15 Douglas GregorVariadic templates: extend the Expr class with a bit...
2010-12-15 John McCallFunction types are compatible (in the C sense) if their...
2010-12-14 Abramo BagnaraAdded missing IgnoreParens().
2010-12-14 John McCallRewrite ComplexExprEvaluator::VisitCastExpr to use...
2010-12-14 Douglas GregorMinor fix for clang-completion-mode, from Dve Abrahams
2010-12-14 John McCallImprove some comments, shrink FunctionType::ExtInfo...
2010-12-14 Douglas GregorFix documentation typo, from nobled.
2010-12-14 John McCallRestore r121752 without modification.
2010-12-14 John McCallPull out r121752 in case it's causing the selfhost...
2010-12-14 John McCallFactor out most of the extra state in a FunctionProtoTy...
2010-12-14 Dan GohmanGeneralize this test to work without instruction names.
2010-12-13 Dan GohmanImplement CodeGen support for the may_alias attribute.
2010-12-13 Douglas GregorVariadic templates: extend Type, NestedNameSpecifier...
2010-12-13 Abramo BagnaraSkip ParenType on function instantiations.
next