]> granicus.if.org Git - clang/shortlog
clang
2009-10-30 Anders CarlssonmangleCXXRtti obviously needs to take a type, what...
2009-10-30 Fariborz JahanianThis patch computes composite type of two objective...
2009-10-30 Anders CarlssonAdd a CK_DerivedToBaseMemberPointer cast kind and use...
2009-10-30 John McCallInclude pointee type information in the diagnostic...
2009-10-30 John McCallReport accurate source-location information when rebuil...
2009-10-29 Mike StumpFix one more bug with __builtin_object_size.
2009-10-29 Mike StumpAdd yet more testcases.
2009-10-29 Mike StumpAdd some more testcases.
2009-10-29 John McCallSilence a gcc warning where it notices that default...
2009-10-29 Douglas GregorWe may need to instantiate a class template specializat...
2009-10-29 Douglas GregorSlightly improve source-location information during...
2009-10-29 Steve Naroff- Add/tweak some comments.
2009-10-29 Daniel DunbarMove some clang-cc errors to use diagnostics, and simplify.
2009-10-29 Mike StumpFix some issues Daniel pointed out.
2009-10-29 Sebastian RedlProperly instantiate usage of overloaded operator ...
2009-10-29 Steve Naroffclang_getDeclSpelling(): For category implementations...
2009-10-29 John McCallA few TemplateArgumentLoc clean-ups. Try to remember...
2009-10-29 Douglas GregorYet more instantiation-location information. Fixes...
2009-10-29 Fariborz JahanianPatch for destruction of array of objects on block...
2009-10-29 Ted KremenekUpdate checker build.
2009-10-29 Anders CarlssonMake sure to call CompleteConstructorCall for bases...
2009-10-29 Douglas GregorFix Release-Asserts build breakage
2009-10-29 Nuno Lopesmake clang emit undefs for padding of structs and union...
2009-10-29 John McCallApparently when is now.
2009-10-29 John McCallTrack source information for template arguments and...
2009-10-29 John McCallExtract TemplateArgument into a new header just for...
2009-10-29 Zhongxing XuAdd an assertion to ensure NullDerefChecker exists.
2009-10-29 Ted KremenekFix accidental use of CheckSVal instead of CheckLocatio...
2009-10-29 Douglas GregorStringSwitch-ify attribute name mapping.
2009-10-29 Chris Lattnermake this interpretable.
2009-10-29 Ted KremenekFix an insidious bug in RegionStore::RemoveDeadBindings...
2009-10-29 Chris Lattneradd two new and very exhaustive preprocessor tests...
2009-10-29 Chris Lattnersimplify intmax setup, patch by Ken Dyck!
2009-10-29 Daniel DunbarRemove some obsolete or unnecessary FIXMEs.
2009-10-29 Daniel DunbarPR5328: Allow duplicatic -pedantic (and -pedantic-error...
2009-10-29 Daniel DunbarKill off MakeFormattedString helper function.
2009-10-29 Zhongxing XuMove NullDeref and UndefDeref into their own checker.
2009-10-29 Daniel DunbarReject -I- in driver instead of clang-cc.
2009-10-29 Daniel DunbarFormatting fixes.
2009-10-29 Chris Lattnermake this more interesting, test the static const array.
2009-10-29 Ted KremenekAdd test case for <rdar://problem/7342806>.
2009-10-29 Douglas Gregor[llvm up]
2009-10-29 Chris Lattneroptimize out some ifdefs.
2009-10-29 John ThompsonFix some Window-isms to get these tests to pass on...
2009-10-29 Douglas GregorImplement support for semantic checking and template...
2009-10-28 Chris LattnerImplement clang support for indirect branch and address...
2009-10-28 Ted KremenekUnused ivars checker: also check methods in categories...
2009-10-28 Steve NaroffFix <rdar://problem/7330784>. Avoid crashing on 'Class...
2009-10-28 Mike StumpRefine __builtin_object_size. Don't try and get a...
2009-10-28 Fariborz JahanianMinor cleanup.
2009-10-28 Fariborz JahanianCode gen for array construction - WIP
2009-10-28 Steve NaroffRemove _clang_initCXLookupHint() and _clang_getCursorWi...
2009-10-28 Mike StumpRefactor a bit.
2009-10-28 Ted KremenekPull ivar scanning logic into another utility function...
2009-10-28 Chris Lattnerfactor a creation of Int32Ty.
2009-10-28 Fariborz JahanianUse array's base element type in getting to its
2009-10-28 Fariborz JahanianRemoved an unnecessary arguement passed to InitializeVa...
2009-10-28 Fariborz JahanianRestored note on pointer to members with a pointer
2009-10-28 Chris Lattnerrandom tidying
2009-10-28 Fariborz JahanianRemoved a Note related to pointer to member functions...
2009-10-28 Fariborz JahanianDiagnose use of data pointer member in a function call
2009-10-28 Douglas GregorMangle based on the declaration we're given, not the...
2009-10-28 Edward O'CallaghanFix for PR4887, Credit to Jonathan Gray.
2009-10-28 Zhongxing Xumake CallGraph more flexible by letting it accept ASTCo...
2009-10-28 Chris Lattneradjust for a pending LLVM change.
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.
next