]> granicus.if.org Git - clang/shortlog
clang
2009-10-28 Mike StumpAdd mangling for VTTs.
2009-10-28 Mike StumpFinish off pure virtual function handling.
2009-10-28 Douglas GregorSlightly improve source location information during...
2009-10-27 Douglas GregorTest
2009-10-27 Mike StumpPrep work for putting ___cxa_pure_virtual in the vtable...
2009-10-27 Mike StumpRefactor code a little.
2009-10-27 Douglas GregorImplement proper linkage for explicit instantiation...
2009-10-27 Fariborz JahanianType of a conditional expression with two distinct...
2009-10-27 Mike Stump__builtin_object_size refinements. Ensure we handle...
2009-10-27 Oscar FuentesCMake: Respect LLVM_LIBDIR_SUFFIX for clang-specific...
2009-10-27 Douglas GregorIntroduce FunctionDecl::isInlined() to tell whether...
2009-10-27 Douglas GregorRename FunctionDecl::isInline/setInline to
2009-10-27 Douglas GregorExplicit instantiation suppresses the instantiation...
2009-10-27 Oscar FuentesRather than excluding quite some things, and still...
2009-10-27 Daniel DunbarSet OptimizeForSize LLVM function attribute with -Os.
2009-10-27 Daniel DunbarConvert test to FileCheck.
2009-10-27 Oscar FuentesCMake: Append LLVM_LIBDIR_SUFFIX to library destination.
2009-10-27 Daniel DunbarFix crash when synthesizing property setters when the...
2009-10-27 Douglas GregorAn explicit instantiation definition only instantiation...
2009-10-27 Fariborz JahanianGenerate constructor for value-initialization cases...
2009-10-27 Douglas GregorTest for interaction between explicit instantiations...
2009-10-27 Douglas GregorTest various aspects of explicit instantiation that...
2009-10-27 John ThompsonDisabling some MS extensions which cause this test...
2009-10-27 Rafael EspindolaSplit AddDefaultSystemIncludePaths into C, C++ and...
2009-10-27 Steve NaroffAdd support for 'CXFile' (<rdar://problem/7303360>).
2009-10-27 Anders CarlssonAdd a PrettyStackTraceDecl in CodeGenModule::EmitGlobal...
2009-10-27 John ThompsonDisabling some MS extensions which cause these tests...
2009-10-27 John ThompsonChanges for building as a Windows DLL
2009-10-27 Benjamin KramerMake test independent of darwin system headers.
2009-10-27 Sebastian RedlImplement Chris's suggestions for the precendence warni...
2009-10-27 Nuno Lopesfix tests
2009-10-27 Douglas GregorOnly set the point of instantiation for an implicit...
2009-10-27 Edward O'CallaghanTypo in revision 85201.
2009-10-27 Edward O'CallaghanConvert Preprocessor Clang tests to FileCheck in regard...
2009-10-27 Edward O'CallaghanFix a broken test in rev. 85199.
2009-10-27 Edward O'CallaghanConvert Preprocessor Clang tests to FileCheck in regard...
2009-10-27 Mike StumpAlmost missed this one... Doc update for last change.
2009-10-27 Mike StumpRefine noreturn handling. Fixes -Wmissing-noreturn...
2009-10-27 Edward O'CallaghanPreprocessor tests are whitespace sensitive, as per...
2009-10-27 Ted KremenekUse a pred_iterator instead of a succ_iterator (wrong...
2009-10-27 Ted KremenekAdd test cases for <rdar://problem/7332673>.
2009-10-27 Rafael EspindolaDocument -nobuiltininc
2009-10-26 Mike StumpPrep for future __builtin_object_size refinements....
2009-10-26 Mike Stump__builtin_object_size refinements. Also handle stack...
2009-10-26 Edward O'CallaghanConvert a few tests to FileCheck for PR5307.
2009-10-26 Ted KremenekUnify Unix and Windows code paths when executing 'clang'.
2009-10-26 Ted KremenekRemove unnecessary calls to 'flush()'.
2009-10-26 Fariborz JahanianAdd Code gen support for '->*' operator which fell
2009-10-26 Mike Stump__builtin_object_size refinements. When we run out...
2009-10-26 Edward O'CallaghanConvert a few tests to FileCheck for PR5307.
2009-10-26 Fariborz JahanianAdd 'fixit' hint on mis-use of pointer-to-member
2009-10-26 Steve NaroffAdd some missing header files to the Xcode project.
2009-10-26 Mike StumpBe sure to zero-extend. And refactor.
2009-10-26 Mike Stump__builtin_object_size refinements. WIP.
2009-10-26 Sebastian RedlConvert some driver checks to FileCheck.
2009-10-26 Daniel Dunbarclang-cc: Allow building for x86_64 with -mmacosx-versi...
2009-10-26 Chandler CarruthSwitch vtable to linkeonce_odr. Patch by nlewycky.
2009-10-26 Sebastian RedlAdd fixit hint to bitwise precedence warning.
2009-10-26 Douglas Gregorassert -> llvm_unreachable
2009-10-26 Sebastian RedlImplement a warning for mixing bitwise logical with...
2009-10-26 Rafael EspindolaRename -nostdclanginc to -nobuiltininc.
2009-10-26 Zhongxing Xu'error' is usually used as a noreturn function. This...
2009-10-26 Chandler CarruthUpdate location of DataTypes.h to reflect move in LLVM...
2009-10-25 Daniel DunbarPhrase compile time assert in standard way.
2009-10-25 Chris Lattnerrename getTypeSigned() -> isTypeSigned() per daniel...
2009-10-25 Chris LattnerFix PR5298 - -Wmissing-noreturn shouldn't warn if the...
2009-10-25 Chris LattnerImplement rdar://6756623 - use of deprecated type in...
2009-10-25 Sebastian RedlMake sure we actually have a definition before asking...
2009-10-25 Chris LattnerWhen parsing a top level struct declaration, make sure to
2009-10-25 Chris Lattnermove calls to DiagnoseUseOfDecl (which warns about...
2009-10-25 Chris Lattnercleanups
2009-10-25 Sebastian RedlRemove the Skip parameter from GetTypeForDeclarator...
2009-10-25 Chris Lattnerremove a nonsensical todo
2009-10-25 Daniel DunbarTweak test, with -strict-whitespace $ won't match on...
2009-10-25 Chris Lattnermove the extwarn about using long long out of the entry of
2009-10-25 Chris Lattnersimplify interface to ConvertDeclSpecToType, check...
2009-10-25 Chris Lattnerchange ConvertDeclSpecToType to be a static function...
2009-10-25 Chris Lattnerchange Sema::ActOnFriendTypeDecl to use GetTypeForDecla...
2009-10-25 Chris Lattnervarious cleanups for SemaType.cpp
2009-10-25 Chris Lattnerminor reorg: check both attributes before decl.
2009-10-25 Chris Lattnersimplify Sema::getTypeName a bit: if control gets out...
2009-10-25 Chris LattnerIn objc mode, every identifier in a cast expression...
2009-10-25 Sebastian RedlAudit the code for places where it is assumed that...
2009-10-25 Sebastian RedlIgnore dependent bases in ADL. Fixes PR5271.
2009-10-25 Nate BegemanAdd support for vector shifts, pretty straight forward.
2009-10-25 Nate BegemanFix a bug in calculating shufflevector indices when...
2009-10-24 Daniel DunbarFix cmake failure trying to get SVN info for non-SVN...
2009-10-24 Sanjiv GuptaAdd a preprocessor define for adding a "near" section...
2009-10-24 Benjamin KramerRemove duplicated constructor declaration.
2009-10-24 Benjamin KramerSwitch alloca/sprintf to SmallString/raw_ostream.
2009-10-24 John McCallPreserve type source information in TypedefDecls. ...
2009-10-24 Douglas GregorFix overload resolution when calling a member template...
2009-10-24 Fariborz JahanianMake the local buffer overflow safe.
2009-10-23 Fariborz JahanianFixe a buffer overflow problem which causes a crash
2009-10-23 Douglas GregorImplement template instantiation for non-type template
2009-10-23 John McCallStore the builtin types as CanQualTypes. Expand a...
2009-10-23 Douglas GregorMigrate Sema::ActOnCallExpr to Sema::FixOverloadedFunct...
2009-10-23 Sebastian RedlCorrect a comment.
2009-10-23 John McCallRemove OriginalTypeParmDecl; the original type is...
2009-10-23 John McCallAdd ASTContext::getTrivialDeclaratorInfo, which initial...
next