]> granicus.if.org Git - clang/shortlog
clang
2010-10-20 Douglas GregorBah, incompetence
2010-10-20 Douglas GregorEliminate another ordering dependency in typo correctio...
2010-10-20 Craig SilversteinHad the wrong type for ArgType. :-( Fixed.
2010-10-20 Craig SilversteinThe type-to-delete may not be a pointer if it's a depen...
2010-10-20 Bill WendlingLinux still needs these hacks.
2010-10-20 Argyrios KyrtzidisFix issue with chained PCH where forward references...
2010-10-19 Fariborz JahanianDo not rewrite new accessor if user has defined accessors.
2010-10-19 Ted KremenekSilence uninitialized value warning.
2010-10-19 Ted KremenekReally^2 fix <rdar://problem/8361834>, this time withou...
2010-10-19 Douglas GregorProvide an upper bound to the edit-distance algorithm...
2010-10-19 Andrew TrickPutting back safe fixes 116836,116837,116838
2010-10-19 Ted KremenekRevert most of r116862. It isn't quite the right fix...
2010-10-19 Ted KremenekReally fix: <rdar://problem/8361834> MacroInfo::AddToke...
2010-10-19 Ted KremenekSimplify loop. No functionality change.
2010-10-19 Andrew TrickReverting 116836,116837,116838 until we resolve the...
2010-10-19 Bill WendlingNow that mm_malloc.h was rewritten to *not* include...
2010-10-19 Douglas GregorImprove the performance of typo correction, by using...
2010-10-19 Fariborz JahanianFixes a bug in ivar lookup in the new objc's default
2010-10-19 John McCallTag references shouldn't ever get template parameter...
2010-10-19 Ted KremenekSimplify lifetime management of MacroInfo objects in...
2010-10-19 Argyrios KyrtzidisFix up the comments for creating ParmVarDeclAbbrev...
2010-10-19 Argyrios KyrtzidisMinor optimization; if we have a CXXRecordDecl we can...
2010-10-19 Argyrios KyrtzidisMerge headers into test/PCH/chain-cxx.cpp for convenience.
2010-10-19 Douglas GregorFix CMake installation of arm_neon.h
2010-10-19 Ted KremenekIn ~Preprocessor(), also cleanup the MacroInfo objects...
2010-10-19 Ted KremenekFix typo in comment.
2010-10-19 Fariborz JahanianThis patch implements Next's IRGen for -fconstant-strin...
2010-10-19 Douglas GregorWhen marking declarations referenced within an expressi...
2010-10-19 Chandler CarruthUse CLANG_RESOURCE_DIR define if one is provided, other...
2010-10-19 Michael J.... test: FileCheck'ize and document test.
2010-10-19 Michael J.... Fix Whitespace.
2010-10-19 John McCallMSVC space optimization.
2010-10-19 John McCallPetty space optimizations in ElaboratedType and Depende...
2010-10-19 John McCallWhen instantiating a dependently-scoped friend function...
2010-10-19 NAKAMURA Takumilib/Headers/stddef.h: wint_t should be defined whenever...
2010-10-19 NAKAMURA Takumitest/Coverage/html-diagnostics.c: Use find(1) to glob...
2010-10-19 John McCallInstantiate enclosing template parameter lists when...
2010-10-19 John McCallUncomputable contexts are always records but can exist.
2010-10-19 John McCallRedirect templated friend class decls to a new Sema...
2010-10-19 NAKAMURA Takumitest/Sema/return.c: Cygwin does not have _longjmp().
2010-10-19 NAKAMURA Takumitest/Coverage/html-diagnostics.c: Do not make hit ...
2010-10-19 Douglas GregorTweak code-completion result priorities, so that exact...
2010-10-18 Bill WendlingWe shouldn't keep track of MMX registers "needed" separ...
2010-10-18 Eric ChristopherFrom scratch rewrite of mm_malloc.h.
2010-10-18 Daniel Dunbartests: Force triple to avoid limited precision warning...
2010-10-18 Ted Kremenek"Fix" bogus idempotent operations warning due to loop...
2010-10-18 Daniel DunbarDriver: Reject -fasm-blocks except on X86 (where we...
2010-10-18 Daniel DunbarDriver/IA: Accept and ignore -force_cpusubtype_ALL...
2010-10-18 Daniel DunbarDriver/Darwin: Forward -ObjC when linking, which may...
2010-10-18 Douglas GregorFix the translation of the PCC_ForInit code-completion...
2010-10-18 Douglas GregorProvide code completion for types after the '^' that...
2010-10-18 John McCallFix some bugs in local class mangling brought up in...
2010-10-18 Douglas GregorIntroduce code completion results for Objective-C metho...
2010-10-18 Argyrios KyrtzidisRead/write declaration attributes from/to PCH properly...
2010-10-18 Argyrios KyrtzidisMerge header & cpp for test/PCH/attrs.c - more convenie...
2010-10-18 Douglas GregorWhen providing code completions of Objective-C method...
2010-10-18 Fariborz Jahanianpatch fixes class names missing from method names in...
2010-10-18 Anders CarlssonImplement the first half of [dcl.attr.override]p6.
2010-10-18 Francois PichetMicrosoft enum extensions. 2 things will change on...
2010-10-18 Douglas GregorAdd iteration over the preprocessor conditional stack...
2010-10-18 Douglas GregorAdd declarations nested in a linkage specification...
2010-10-18 Michael J.... CodeGen: Fix long double on Windows using MSVC runtime.
2010-10-18 Michael J.... Fix Whitespace.
2010-10-18 Bill WendlingReapply r116684 with fixes. The test cases needed to...
2010-10-18 Oscar FuentesDo not use absolute path on the clang++ symlink.
2010-10-17 Anders CarlssonImplement [dcl.attr.override]p2 and add tests for p1...
2010-10-17 Anders CarlssonAdd test for [dcl.attr.final]p4.
2010-10-17 Oscar FuentesUse a script for creating the clang++ executable.
2010-10-17 Bill WendlingTemporarily revert r116684. It was causing failures...
2010-10-17 Bill WendlingThe "gcc.dg/compat/vector-1 -m32" test was broken after...
2010-10-16 Argyrios KyrtzidisXcode keeps modifying the project file and I don't...
2010-10-16 John McCallCoding by inspection has its problems.
2010-10-16 Gabor Greifvalidator
2010-10-16 Gabor Greifthese items are done, afaik
2010-10-16 John McCallobjc_exception_rethrow does not take an exception argument.
2010-10-16 John McCallReformatting.
2010-10-16 John McCallWhite-listing templated-scope friend decls is a good...
2010-10-16 Daniel DunbarRevert r116656, "IRgen/Obj-C/NeXT: Fix the IR signature for
2010-10-16 Daniel DunbarAdd an empty robots.txt, mostly just to reduce errors...
2010-10-16 Daniel DunbarAdd a favicon.ico, mostly just to reduce errors in...
2010-10-16 Daniel DunbarIRgen/Obj-C/NeXT: Fix the IR signature for objc_excepti...
2010-10-16 Fariborz JahanianFix a rewriting bug of rewriting properties declared in
2010-10-16 Ted KremenekTweak scan-build to work with naked clang commands.
2010-10-16 Chandler CarruthNot really sure how this worked, but it seems like...
2010-10-15 Douglas GregorAllow list-initialization of a local variable of class...
2010-10-15 Douglas GregorDisable this test again, which naturally fails on every...
2010-10-15 Ted KremenekTweak retain/release checker diagnostics to specify...
2010-10-15 Fariborz JahanianCheck for ivar being a C++ object before attempting to
2010-10-15 Daniel DunbarDriver: Error on -fno-for-scope, which we have no inten...
2010-10-15 Nick LewyckyReport the location of the syntax error inside a macro...
2010-10-15 Francois Pichetbool bit fields are causing problems with MSVC. Replace...
2010-10-15 Dan GohmanMention the paragraphs in the standards which sanction...
2010-10-15 Dan GohmanUse a different name for pointer types in tbaa, to...
2010-10-15 Dan GohmanAdd a comment.
2010-10-15 Dan GohmanFix a typo in a comment Frits van Bommel spotted.
2010-10-15 Dan GohmanExperimental TBAA support for enum types.
2010-10-15 Argyrios KyrtzidisAgain, add '-include-pch' option to the driver, so...
2010-10-15 Argyrios KyrtzidisRevert r116605, a lot more were committed by mistake.
2010-10-15 Argyrios KyrtzidisAdd '-include-pch' option to the driver, so it can...
2010-10-15 Fariborz JahanianEradicate IsSuper field from ObjCImplicitSetterGetterRe...
next