]> granicus.if.org Git - clang/shortlog
clang
2010-12-22 Douglas GregorUnify the consistency checking for deduced template...
2010-12-22 Daniel Dunbarbuild: Use CLANG_NO_RUNTIME=1 specifically, not just...
2010-12-22 Argyrios KyrtzidisSubsequent attempt to fix linux build.
2010-12-22 Douglas GregorImplement template argument deduction for pack expansio...
2010-12-22 Argyrios KyrtzidisApparently I'm on a mission to break as many builds...
2010-12-22 Argyrios KyrtzidisForgot to move the files in CMakeLists.txt.
2010-12-22 Argyrios KyrtzidisAdd GR/Checkers subdir for CMake build.
2010-12-22 Argyrios KyrtzidisMove AnalysisConsumer.cpp and ExprEngine.cpp into the...
2010-12-22 Fariborz JahanianComplain on missing property getter method only
2010-12-22 Douglas GregorWhen performing template argument deduction where the...
2010-12-22 Argyrios Kyrtzidis[analyzer] Refactoring: Drop the 'GR' prefix.
2010-12-22 Argyrios Kyrtzidis[analyzer] Refactoring: Move stuff into namespace ...
2010-12-22 Argyrios Kyrtzidis[analyzer] Refactoring: Move checkers into lib/GR/Check...
2010-12-22 Argyrios Kyrtzidis[analyzer] Refactoring: lib/Checker -> lib/GR and libcl...
2010-12-22 Argyrios Kyrtzidis[analyzer] Refactoring: include/clang/Checker -> includ...
2010-12-22 Douglas GregorImplicitly expand argument packs when performing templa...
2010-12-22 Zhongxing XuIf the unary operator is prefix and an lvalue (in C...
2010-12-22 Abramo BagnaraIntroduced raw_identifier token kind.
2010-12-22 Zhongxing XuThe base type is not always pointer type. We may cast...
2010-12-22 Zhongxing XuAlways blast through no-op casts when getting expr...
2010-12-22 Zhongxing XuAfter inlining the CXXConstructExpr, bind the temporary...
2010-12-22 Francois PichetRedesign the way anonymous fields are handled in design...
2010-12-21 Douglas GregorTweak the checking of class template partial specializa...
2010-12-21 Douglas GregorAdd a hack to work around the lack of proper type-sourc...
2010-12-21 Douglas GregorAdd some const qualifiers
2010-12-21 Douglas GregorFor member pointer conversions potentially involving...
2010-12-21 Douglas GregorWhen searching for the instantiation of a locally-scope...
2010-12-21 Douglas GregorIn C++, if the user redeclares a builtin function with...
2010-12-21 Douglas GregorWhen determining which preprocessed entities to travers...
2010-12-21 Douglas GregorFix test to be platform-agnostic
2010-12-21 Douglas GregorFix a major inconsistency in the representation of...
2010-12-21 Michael J.... Replace all uses of PathV1::makeAbsolute with PathV2...
2010-12-21 Michael J.... Fix spelling.
2010-12-21 Douglas GregorImplement BlockDecl::getSourceRange(). The bogus source...
2010-12-21 Douglas GregorAdd test for C++ [temp.friend]p8, which bans partial...
2010-12-21 Douglas GregorA class template partial specialization cannot be a...
2010-12-21 Douglas GregorTeach clang_getCursorSemanticParent() and
2010-12-21 Douglas GregorWhen checking a using declaration, make sure that the...
2010-12-21 Douglas GregorDon't try to compute the value of a value-dependent...
2010-12-21 Douglas GregorInitialize LangOptions::MSCVersion. Thanks to Csaba...
2010-12-21 Douglas GregorAdd back the late-specified return type paper
2010-12-21 Douglas GregorUpdates to the C++ status page for C++0x features,...
2010-12-21 Francois PichetAdd IndirectField case in DeclContextPrinter::PrintDecl...
2010-12-21 Chris Lattneradd missing newlines at end of file.
2010-12-21 Douglas GregorImplement instantiation of pack expansions whose patter...
2010-12-21 John McCallFix the noreturn conversion to only strip off a single...
2010-12-21 Fariborz JahanianWarn when message is sent to receiver of
2010-12-20 Douglas GregorExtend the parser to support pack expansions within...
2010-12-20 Douglas GregorFurther refactoring of the tree transformation for...
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.
next