]> granicus.if.org Git - clang/shortlog
clang
2010-11-12 Bob WilsonAdd special-case mangling for Neon vector types.
2010-11-12 Benjamin KramerUse a twine.
2010-11-12 John McCallReplace one hack with a different hack: strip out...
2010-11-12 John McCallAPI enhancements to TypeLocBuilder.
2010-11-12 Douglas GregorMake sure to always check the result of
2010-11-12 Ted KremenekFix use of an uninitialized SourceLocation because...
2010-11-12 Douglas GregorWhen performing initialization of a copy of a temporary...
2010-11-12 Rafael EspindolaAdd support for -nostdlib in the linux toolchain.
2010-11-11 Ted KremenekModify CursorVisitor to also walks CXXOperatorCallExprs...
2010-11-11 Ted KremenekRegionStore/BasicStore: do not return UndefinedVal...
2010-11-11 Douglas GregorTeach debug-info generation that SourceManager::getPres...
2010-11-11 Rafael EspindolaAdd support for -s, -pthread and -pthreads. Thanks...
2010-11-11 Daniel DunbarDriver: Allow build system override of default non...
2010-11-11 Ted KremenekTemporarily remove this test. It is causing an asserti...
2010-11-11 Ted KremenekAnnotate tokens in a separate thread to avoid blowing...
2010-11-11 Ted KremenekGeneralize data-recursive visitation in CursorVisitor...
2010-11-11 John McCallUndo a refactor-o and base the bitfield-truncation...
2010-11-11 NAKAMURA Takumitest/CMakeLists.txt: Use ${LLVM_LIT_ARGS} and remove...
2010-11-11 Francois PichetRemove some unnecessary reinterpret_cast.
2010-11-11 John McCallExtend the bitfield-truncation warning to initializations.
2010-11-11 Rafael EspindolaAdd -rdynamic to freebsd and openbsd. Patch by Ruben.
2010-11-11 Rafael EspindolaAdd support for Exherbo. Patch by Elias Pipping.
2010-11-11 John McCallUnnest; no functionality change.
2010-11-11 Douglas GregorImprove ASTUnit's capture of diagnostics so that the
2010-11-11 Fariborz JahanianAdding couple of Block API, a bug fix and
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
next