]> granicus.if.org Git - clang/shortlog
clang
2010-09-17 Fariborz JahanianDiagnose use of incomplete type on method argument...
2010-09-17 Douglas GregorUpdate C++0x status
2010-09-17 Chris Lattnerfix rdar://8445858 - __sync_* intrinsics erroneously...
2010-09-17 Fariborz JahanianOnly assignment operator triggers property setter call.
2010-09-17 Douglas GregorWhen traversing an InitListExpr, there may not be a...
2010-09-17 Shantonu SenDriver: implement driver automagic support for -lcc_kext
2010-09-17 David ChisnallAdd a -ftrapv-handler= option which allows a handler...
2010-09-17 Argyrios KyrtzidisUse a temporary file for output which gets renamed...
2010-09-17 John McCallFix test for no-asserts builds.
2010-09-17 Fariborz JahanianPatch to add IRgen support for Gnu's conditional operator
2010-09-17 Gabor Greifrename variable, 'Type' seems to be present in
2010-09-17 Daniel DunbarDriver/DarwinClang: Add GCC libexec paths so we can...
2010-09-17 Daniel DunbarIRgen: Change CodeGenPasses to be a PassManager, so...
2010-09-17 Daniel DunbarReapply "Driver/Darwin: Time for another spin at switch...
2010-09-17 Daniel DunbarRevert "Driver/Darwin: Time for another spin at switchi...
2010-09-17 Daniel DunbarFix this test to use -cc1.
2010-09-17 Daniel DunbarDriver: Support -dumpmachine.
2010-09-17 John McCallCurrently we're initializing the vtable pointers of...
2010-09-17 Daniel DunbarDriver/Darwin: Time for another spin at switching to...
2010-09-17 Daniel DunbarDriver: Fix spelling of AddCXXStdlibLibArgs, which...
2010-09-17 Daniel DunbarDriver/DarwinClang: The new toolchain definition is...
2010-09-17 John McCallWhen emitting a new-expression inside a conditional...
2010-09-17 Daniel DunbarDriver: Add magic handling for "reserved library names...
2010-09-17 Ted KremenekHandle '#line' in '-E' that has an empty file name...
2010-09-17 Daniel DunbarDriver: Factor out AddLinkerInputs() function.
2010-09-17 Daniel DunbarDriver: Add a toolchain hook for whether the system...
2010-09-16 Douglas GregorWhen dealing with an anonymous enumeration declared...
2010-09-16 Daniel DunbarIRgen/ABI/x86-32: Realign indirect arguments when the...
2010-09-16 Daniel DunbarIRgen/ABI: Add support for realigning structures which...
2010-09-16 Daniel DunbarIRgen/ABI/x86_32/Darwin: On Darwin, only structures...
2010-09-16 Daniel DunbarIRgen/x86_32/Linux: Linux seems to align all stack...
2010-09-16 Chris Lattneradd a compatibility note about vector builtins
2010-09-16 Chris Lattnerimprove the "enumeration value 'g' not handled in switch"
2010-09-16 Douglas GregorSwap the priorities of constants and types, so that...
2010-09-16 Fariborz JahanianRemoves unused setter.
2010-09-16 Douglas GregorDon't add two code-completion results for the same...
2010-09-16 Douglas GregorWhen collecting Objective-C methods for message send...
2010-09-16 Douglas GregorImplement code completion for Objective-C class message...
2010-09-16 Douglas GregorFix a silly typo and its pasteo. Thanks to Francois...
2010-09-16 John McCallRight, there are *two* cases of pr-value class-type...
2010-09-16 John McCallOpportunistically use the C++ personality function...
2010-09-16 Daniel DunbarBasic: Add f{dim,ma,max,min}[lf]? builtins.
2010-09-16 Tom CareRefactored BugReporter to refer to EndNode as ErrorNode...
2010-09-16 Zhongxing XuTidy up.
2010-09-16 John McCallFurther beautification: this pointer can now be typed.
2010-09-16 John McCallInitialize AggValueSlot's flags along all paths, plus...
2010-09-16 John McCallFix the clang build after Zhongxing Xu's commit.
2010-09-16 Douglas GregorImplement automatic bracket insertion for Objective...
2010-09-16 Zhongxing XuIntroduce new CFGElement hierarchy to support C++ CFG...
2010-09-16 Daniel Dunbarbuild: Add support for a CLANG_ORDER_FILE build variabl...
2010-09-16 Ted KremenekDo not warn about empty bodies for 'if' statements...
2010-09-16 Fariborz JahanianPatch to move RequiresGCollection bit to
2010-09-16 Ted KremenekFor self-comparison warning, check the source location...
2010-09-15 Douglas GregorHandle bracket insertion for Objective-C class messages...
2010-09-15 John McCallTweak comment as suggested by Sebastian.
2010-09-15 Devang PatelWhile handling change of file, check if _current_ file...
2010-09-15 Sebastian RedlMacro definitions in AST files have their own IDs.
2010-09-15 Nick LewyckyInitialize TypeOrExpr to NULL to silence a false-positi...
2010-09-15 Marcin SwiderskiTest commit
2010-09-15 Jakob Stoklund... Revert "Clean up in buildbot directories."
2010-09-15 Douglas GregorImprove code completion for Objective-C message sends...
2010-09-15 Fariborz JahanianMake the new -fobjc-nonfragile-abi2 the default
2010-09-15 Douglas GregorExtend bracket insertion to message sends to "super...
2010-09-15 Douglas GregorExtend bracket insertion to handle nullary selectors...
2010-09-15 Douglas GregorImplement bracket insertion for Objective-C instance...
2010-09-15 Benjamin KramerTweak regex not to accidentally match a trailing \r.
2010-09-15 Cameron EsfahaniFix pointer-signext.c test case: it was relying on...
2010-09-15 John McCallTest hardening.
2010-09-15 John McCallone piece of code is responsible for the lifetime of...
2010-09-15 Ted KremenekRelax assertion in CFG builder when processing ForStmts...
2010-09-15 Daniel Dunbarbuild: Start sketching code to allow grafting libc...
2010-09-15 Ted KremenekDisallow the use of UnknownVal as the index for Element...
2010-09-15 Douglas GregorFix classification of statement expressions.
2010-09-15 Cameron EsfahaniFix Windows64 target info so pointer arithmetic is...
2010-09-15 Francois PichetMicrosoft's flexible array rules relaxation:
2010-09-14 Douglas GregorIntroduce a new code-completion context for a parenthesized
2010-09-14 Ted KremenekAdd CFG::BuildOptions class to pass in CFG builder...
2010-09-14 Sebastian RedlFix destructor and assignment operator lookup in the...
2010-09-14 Ted KremenekAdjust assertion in RegionStoreManager::RetrieveArray...
2010-09-14 Daniel DunbarDriver: Add a -stdlib= argument which can be used to...
2010-09-14 Daniel DunbarDriver: Factor out some code for handling the C++ stand...
2010-09-14 Daniel DunbarSimplify.
2010-09-14 Ted KremenekDon't divide-by-zero in RegionStoreManager::getSizeInEl...
2010-09-14 Fariborz JahanianRHS of property expression assignment requires
2010-09-14 Douglas GregorWhen marking the declarations in a default argument...
2010-09-14 Douglas GregorEliminate the default case in the expression-classifica...
2010-09-14 John McCallTweak this assert.
2010-09-14 Tom CareRename 'MaxLoop' to 'MaxVisit' in AnalysisManager to...
2010-09-14 John McCallThe paired 'operator delete' for a placement 'operator...
2010-09-14 John McCallImplement the EH cleanup to call 'operator delete'...
2010-09-14 Michael J.... PrintFunctionNames: Fix Windows (MSV{S,C} and mingw...
2010-09-14 Ted KremenekFix CFGBuilder crash reported in PR 8141.
2010-09-14 Argyrios KyrtzidisFix VLA miscompilation.
2010-09-14 Douglas GregorI will not mix declaration and statements in C90.
2010-09-13 Michael J.... Revert "CMake: Update to use standard CMake dependency...
2010-09-13 Jakob Stoklund... Clean up in buildbot directories.
2010-09-13 Douglas GregorAdd __char16_t and __char32_t as aliases for the C...
2010-09-13 Douglas GregorIntroduce a new kind of cursor into libclang, which...
2010-09-13 Ted KremenekAdd reverse iterator for initializers in constructor...
2010-09-13 Ted KremenekAdd 'insert()' to BumpVector. Patch by Marcin Świderski!
next