]> granicus.if.org Git - clang/shortlog
clang
2010-11-10 Chris Lattneradd a note about inline asm compatibility.
2010-11-10 John McCallWhen -Wconversion computes the range of a type, it...
2010-11-10 Devang Pateltest case for r118726.
2010-11-10 Bob WilsonAdd a variant of GCC-style vector types for ARM NEON.
2010-11-10 Douglas GregorDocument a language-compatibility issue with function...
2010-11-10 Douglas GregorInstantiate class member template partial specializatio...
2010-11-10 Fariborz JahanianCheck for duplicate declaration of a property in curren...
2010-11-10 John McCallPropagate the deprecated and unavailable attributes...
2010-11-10 Ted KremenekRegion-allocate all AttributeList objects from a factor...
2010-11-10 Argyrios KyrtzidisReplace UsingDecl's SmallPtrSet of UsingShadowDecls...
2010-11-10 Rafael EspindolaAdd support for Ubuntu Jaunty.
2010-11-10 John McCallFriend function declarations can overload with tag...
2010-11-10 John McCallDiagnose attempst to template using declarations and...
2010-11-10 Chris Lattnermake sure #pragma clang is treated the same way as...
2010-11-10 John McCallTweak to bitfield-overflow warning: don't warn about...
2010-11-09 John McCallTypo.
2010-11-09 John McCallAdd a warning for implicit truncation of constant value...
2010-11-09 Daniel DunbarAdd a compat note about how Clang doesn't zero-initiali...
2010-11-09 John McCallSplit out -Wconversion warnings about constant precisio...
2010-11-09 Fariborz JahanianTest moved to its correct place.
2010-11-09 Fariborz JahanianRestore patch reversed in r118475. Fixes
2010-11-09 Douglas GregorAttempt to resolve overloaded functions in comma expres...
2010-11-09 Fariborz JahanianIssues good diagnostic when @end is missing.
2010-11-09 Chris Lattnertidy up
2010-11-09 Chris Lattnerfix PR8380, a crash on invalid due to an illogical...
2010-11-09 Douglas GregorRevert the fix for PR8013.
2010-11-09 Benjamin KramerSimplify code.
2010-11-09 Chris Lattnermake the example a bit better, encouraging people to...
2010-11-09 Ted KremenekReplace "#if __clang__" by "#if __has_feature(attribute...
2010-11-09 Charles DavisUse the right calling convention when mangling names...
2010-11-09 Bruno Cardoso... Add support for soft/hard float options to the Sparc...
2010-11-09 Rafael EspindolaInclude System/DataTypes.h in Diagnostic.h to get intptr_t.
2010-11-09 Douglas GregorHandle overload resolution when calling an overloaded...
2010-11-09 Douglas GregorMake #pragma unused work for static local variables.
2010-11-09 David ChisnallRemove the use of aliases in outputted code from ObjC...
2010-11-09 Nick LewyckyRemove debugging printf.
2010-11-09 NAKAMURA Takumilib/Lex/PPMacroExpansion.cpp: Fixup to appease MSVC.
2010-11-09 Douglas Gregorntroduce clang_getSpellingLocation() into libclang...
2010-11-09 Douglas GregorRevert r118492, which didn't update all of its tests...
2010-11-09 Douglas GregorAppeasing MSVC, take 3
2010-11-09 Douglas GregorIntroduce clang_getSpellingLocation() into libclang...
2010-11-09 Anders CarlssonIntroduce the concept of a non-virtual base type to...
2010-11-09 Douglas GregorTry to appease MSVC
2010-11-09 Douglas GregorAdd missing include
2010-11-09 Douglas GregorTeach code completion not to include out-of-line declar...
2010-11-09 Argyrios KyrtzidisFix the test for Release.
2010-11-09 Douglas GregorAdd __nullptr as a C++0x nullptr literal, available...
2010-11-09 Douglas GregorFix source locations in unnamed bitfield diagnostic...
2010-11-09 NAKAMURA Takumilibclang and c-index-test can be built on Cygming.
2010-11-09 NAKAMURA Takumic-index-test: Be available on Cygwin by using Win32...
2010-11-09 Douglas Gregorsprintf -> snprintf conversion, from Vladimir Kirillov
2010-11-09 Fariborz JahanianRemove this test for now.
2010-11-09 Fariborz JahanianReverse patch for // rdar://8632525. It might
2010-11-09 Fariborz JahanianRemove space from rdar URIs.
2010-11-09 Ted KremenekTeach AttrNonNullChecker about transparent unions....
2010-11-09 Ted KremenekFix InitListExpr::getSourceRange() to work in the case...
2010-11-09 Argyrios KyrtzidisFix miscompilation regarding VLAs; subscription of...
2010-11-09 John McCallWhen re-using a vtable slot for the nearest overridden...
2010-11-09 Nick LewyckyFix warning about unused variable 'Fn' in no-asserts...
2010-11-08 Nick LewyckyDon't lose track of previous-declarations when instanti...
2010-11-08 Fariborz JahanianProvide a precise builtin declaration for objc_msgSend
2010-11-08 Craig Silverstein1) Fix a typo in PPCallbacks: It's elif, not elfif...
2010-11-08 Ted KremenekAdd CursorVisitor::VisitBinaryOperator() to explicitly...
2010-11-08 Douglas GregorIf an instance method messages is sending to an express...
2010-11-08 John McCallDocument Clang's support for attributes on individual...
2010-11-08 Roman DivackyAdd a forgotten break. Found by Rafael Espindola!
2010-11-08 Argyrios KyrtzidisWhen building a compound literal, check that the base...
2010-11-08 Fariborz JahanianFixes a rewrite bug, rewriting nested property usage
2010-11-08 Roman DivackyUse integrated-as for processing .s files on FreeBSD...
2010-11-08 Douglas GregorImprove our handling of C++ [class.copy]p3, which speci...
2010-11-08 Ted KremenekOnly enable the ObjCAtSyncChecker when the translation...
2010-11-08 Douglas GregorWhen attempting reference binding to an overloaded...
2010-11-08 Rafael EspindolaPass "-z relro" as two arguments. This works with both...
2010-11-08 Ted KremenekClean up some of the comments in Index.h (e.g., misname...
2010-11-08 Douglas GregorAdd missing test case for PR8230
2010-11-08 Douglas GregorProperly diagnose invalid casts to function references...
2010-11-08 NAKAMURA Takumitest/CodeGenCXX/rtti-linkage.cpp: Get rid of sort(1...
2010-11-07 Rafael EspindolaUse the integrated assembler when procession .s files...
2010-11-07 Douglas GregorRemove broken support for variadic templates, along...
2010-11-07 Rafael EspindolaAdd support for -rdynamic.
2010-11-07 Rafael EspindolaUse ld directly on linux. Changes from the previous...
2010-11-07 Anders CarlssonA union cannot contain static data members or data...
2010-11-07 Ted KremenekChange the StringSet used by CalculateHiddenNames(...
2010-11-07 Ted KremenekFix memory leak of IdentifierIterator object.
2010-11-07 John McCallARM EH uses a different personality function in C.
2010-11-06 Argyrios KyrtzidisAdd a comment.
2010-11-06 Anders CarlssonDon't warn when matching %p to nullptr.
2010-11-06 John McCallSimplify the logic for emitting guard variables for...
2010-11-06 Craig SilversteinFix a bug where we were recursing on friend decls for...
2010-11-06 Craig SilversteinAdd PPCallbacks for #if/#ifdef/etc.
2010-11-05 Argyrios KyrtzidisWhen determining which template partial specialization...
2010-11-05 Douglas GregorWhen searching for an instantiated declaration requires...
2010-11-05 Douglas GregorCheck for an invalid field earlier in a constructor...
2010-11-05 Argyrios KyrtzidisDon't write an empty DIAG_USER_MAPPINGS record.
2010-11-05 Argyrios KyrtzidisRead/write from/to PCH the diagnostic mappings that...
2010-11-05 Argyrios KyrtzidisInitialize the array with the "C++ way".
2010-11-05 Douglas GregorTeach clang_getCursorReferenced() that a
2010-11-05 Benjamin KramerPut class into an anonymous namespace.
2010-11-05 Fariborz JahanianProper rewriting of block envokation with
2010-11-05 Daniel Dunbarlibclang: Enable requesting a larger stack for several...
next