]> granicus.if.org Git - clang/shortlog
clang
2010-11-13 John McCallIntroduce a null-to-pointer implicit cast kind.
2010-11-13 Ted KremenekCursorVisitor: Migrate BlockExpr, CXXTemporaryOBjectExp...
2010-11-13 Ted KremenekCursorVisitor: Migrate DeclRefExpr over to data-recursi...
2010-11-13 Ted KremenekCursorVisitor: migrate GotoStmt to data-recursive algor...
2010-11-13 Ted KremenekCursorVisitor: migrate DeclStmt over to data-recursive...
2010-11-13 Ted KremenekCursorVisitor: Convert logic for populating data-recurs...
2010-11-12 Nick LewyckyUse dyn_cast result instead of re-casting. Fixes -Werro...
2010-11-12 Douglas GregorImplement C++ [over.match.funcs]p4 as it concerns parti...
2010-11-12 Ted KremenekCursorVisitor: Pull ObjCMessageExpr and explicit casts...
2010-11-12 Ted KremenekCursorVisitor: migrate ObjCMessageExpr over to data...
2010-11-12 Ted KremenekCursorVisitor: migrate UnresolvedMemberExpr and Unresol...
2010-11-12 Ted KremenekCursorVisitor: migrate CompoundLiteralExpr over to...
2010-11-12 Ted KremenekCursorVisitor: add data-recursion support for InitListE...
2010-11-12 Benjamin KramerReduce string thrashing.
2010-11-12 Ted KremenekCursorVisitor: migrate 'DoStmt', 'ForStmt', and 'WhileS...
2010-11-12 Ted KremenekCursorVisitor: use 'WLAddStmt' and 'WLAddDecl' for...
2010-11-12 Ted KremenekCursorVisitor: migrate 'IfStmt' over to data-recursive...
2010-11-12 Ted KremenekCursorVisitor: migrate handling of SwitchStmt and CaseS...
2010-11-12 Bob WilsonGeneralize ASTContext::areCompatibleVectorTypes to...
2010-11-12 Bob WilsonIncrease VectorTypeBitfields::VecKind field from 2...
2010-11-12 Bob WilsonUse ASTContext::getTypeInfo to find the vector element...
2010-11-12 Bob WilsonAdd a separate NeonPolyVector kind to distinguish polyn...
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
next