]> granicus.if.org Git - clang/shortlog
clang
2010-10-15 Argyrios KyrtzidisAdd '-include-pch' option to the driver, so it can...
2010-10-15 Fariborz JahanianEradicate IsSuper field from ObjCImplicitSetterGetterRe...
2010-10-15 Devang PatelTBAA = Type Based Alias Analysis
2010-10-15 Argyrios KyrtzidisRead/write to/from PCH DeclarationNameLocs, Declaration...
2010-10-15 Dan GohmanDon't leak the TBAA object.
2010-10-15 Dan GohmanAdd a comment about odd "signed char" incompatibility...
2010-10-15 David ChisnallAdd clang_getLocationForOffset() to libclang, for gives...
2010-10-15 Douglas GregorWhen performing typo correction, keep track of whether...
2010-10-15 Daniel DunbarDisable type.m while failures are investigated.
2010-10-15 Daniel DunbarMake test more consistent.
2010-10-15 Douglas GregorWhen we're in the context of an Objective-C message...
2010-10-15 Douglas GregorDiagnose C++ [class.mem]p13-14, where a class member...
2010-10-15 Gabor Greifzap trailing whitespace
2010-10-15 Gabor Greiftestcase for http://llvm.org/PR8371 of my last commit...
2010-10-15 Gabor Greiffix http://llvm.org/PR8371 in the straightforward way...
2010-10-15 Abramo BagnaraTreat __extension__ like ParenExpr.
2010-10-15 Craig SilversteinRecurse on a TypeLoc rather than a Type for TypedefDecl...
2010-10-15 John McCallDeath to blocks, or at least the word "block" in one...
2010-10-15 Douglas GregorDon't complain about a variable within a linkage-specif...
2010-10-15 Douglas GregorWhen we are missing the ',' or '>' to terminate a templ...
2010-10-15 Douglas GregorAdd builtin conditional operator candidates for scoped...
2010-10-15 Daniel DunbarUpdate CMake.
2010-10-15 Oscar FuentesCopied some flags from the Makefile build to the list...
2010-10-15 Dan GohmanAdd a TBAA type for pointer types.
2010-10-14 Dan GohmanUnsigned types are TBAA-compatible with their signed...
2010-10-14 Fariborz JahanianRewrite bug fix rewriting a property assignment when
2010-10-14 Dan GohmanExperimental TBAA support.
2010-10-14 Devang PatelUse root non-virtual primary base class, not just immed...
2010-10-14 Dan GohmanWire up the -fstrict-aliasing and -fno-strict-aliasing...
2010-10-14 John McCalltemplate-ids are looked up differently in friend declar...
2010-10-14 Douglas GregorWhen performing typo correction, look through the set...
2010-10-14 Douglas GregorMake sure that we diagnose invalid qualifiers on friend...
2010-10-14 John McCallAt Fariborz's request, a somewhat cleaner bit-combining...
2010-10-14 Andrew TrickReverting r116493: removes a test that failed on clang...
2010-10-14 Argyrios KyrtzidisFix compiler error that clang didn't report (probably...
2010-10-14 Fariborz JahanianPut line number on the diagnostic. //rdar: //8550657.
2010-10-14 Francois Pichetr116509 fixed the Win32 XFAIL.
2010-10-14 Douglas GregorTweak the typo-correction implementation to determine...
2010-10-14 Argyrios KyrtzidisStore in PCH the key function of C++ class to avoid...
2010-10-14 Argyrios KyrtzidisAllow deserialization of just the fields of a record...
2010-10-14 Argyrios KyrtzidisGive a default implementation for ASTDeserializationLis...
2010-10-14 Argyrios KyrtzidisIntroduce command line option -error-on-deserialized...
2010-10-14 Argyrios KyrtzidisDon't add the injected class name to the redeclarations...
2010-10-14 Argyrios KyrtzidisIntroduce command line option -dump-deserialized-decls...
2010-10-14 David ChisnallTest case for r116439
2010-10-14 Fariborz JahanianEliminate usage of ObjCSuperExpr used for
2010-10-14 Anton Yartsevsupport for AltiVec extensions from the Cell architecture
2010-10-14 Zhongxing XuCall PreVisitDeclStmt for C++ aggregate initializers...
2010-10-14 John McCallCompress bit fields / enums from ReferenceType, Builtin...
2010-10-14 John McCallWhoops. This really shouldn't compile in clang, either.
2010-10-14 John McCallPerform range restrictions on regparm when applied...
2010-10-14 John McCallTeach Diagnostic to recursively expand inside %plural...
2010-10-14 Chris Lattnerallow I128 suffixes in msextensions mode just like...
2010-10-13 Chris Lattnermove logic for computing signed integer overflow when...
2010-10-13 Douglas GregorDiagnose when a 'static' member function overrides...
2010-10-13 Douglas GregorGeneralize the checking for qualification of (non-frien...
2010-10-13 David ChisnallDon't claim that things that are Objective-C keywords...
2010-10-13 Douglas GregorEliminate the use of ObjCSuperExpr in code completion.
2010-10-13 Douglas GregorThere is no reason for dereferencing a pointer-to-membe...
2010-10-13 Douglas GregorUpdate Type::BitsRemainingInType
2010-10-13 Douglas Gregor_Bool is not a keyword in C++. Fixes PR7388 and PR8349.
2010-10-13 Douglas GregorPlace conversion warnings for non-type template argumen...
2010-10-13 Douglas GregorIntroduce a bit into Type that keeps track of whether...
2010-10-13 Douglas GregorFix a silly bug in the suppression of non-error diagnos...
2010-10-13 Douglas GregorCompute whether a type is variably modified as we build...
2010-10-13 Fariborz JahanianEliminates a clang warning.
2010-10-13 Rafael EspindolaCall InitSections when assembling. This makes clang...
2010-10-13 John McCallPreserve the original scope when picking the right...
2010-10-13 John McCallSupport friend function declarations in local classes...
2010-10-13 Argyrios KyrtzidisEmbrace C++ ABI 5.2.6 and consider that template instan...
2010-10-13 Douglas GregorTeach the warning about unnamed/local types in template...
2010-10-12 Douglas GregorIntroduce support for emitting diagnostics (warnings...
2010-10-12 Devang PatelFix debug info for anon union.
2010-10-12 Devang PatelFix anon union member assignment expression's location.
2010-10-12 John McCallHandle dependent friends more explicitly and deal with...
2010-10-12 Eli FriedmanPR8325: don't do destructor checking when a pointer...
2010-10-12 John McCallEnter the context of the declared function template...
2010-10-12 Douglas GregorWhen finalizing a function template specialization...
2010-10-12 Douglas GregorIf we end up instantiating a function parameter whose...
2010-10-12 Chris Lattnerfix PR7885, rejecting invalid uses of __builtin_constant_p.
2010-10-12 Nick LewyckyReplace \r\n with \n in this file.
2010-10-12 Douglas GregorParse default arguments within member functions in...
2010-10-12 Duncan SandsPacify gcc-4.4.
2010-10-12 John McCallC's comma operator performs lvalue conversion on both...
2010-10-12 John McCallFlesh out test.
2010-10-12 John McCallI just do what the comments tell me to do.
2010-10-12 Chris Lattnerfix the definition of __builtin_constant_p, the first...
2010-10-12 John McCallProgress.
2010-10-12 Francois PichetThis patch remove the Win32 XFAIL from remap-complete.c
2010-10-12 Douglas GregorWhen we load an ASTUnit from command-line arguments...
2010-10-12 Cameron EsfahaniFix spelling error.
2010-10-12 John McCallAdd some infrastructure for dealing with expressions...
2010-10-11 Fariborz JahanianFixes a typo which caused byte offset in debug info
2010-10-11 Daniel DunbarBasic: Tweak attempt to make version tags work from...
2010-10-11 Daniel DunbarBasic: Attempt to make version tags work from 'svn...
2010-10-11 Daniel DunbarDriver/Darwin: Remove a useless warning about missing...
2010-10-11 Douglas GregorThis test should now work on windows, since we're no...
2010-10-11 Douglas GregorEliminate CIndexer::getClangPath(), since libclang...
2010-10-11 Fariborz JahanianTest for //rdar: //8493239
2010-10-11 Fariborz JahanianSome refactoring of property rewriting stuff
next