]> granicus.if.org Git - clang/shortlog
clang
2009-06-13 Anders CarlssonMore work on type parameter packs.
2009-06-13 Zhongxing XuStop tracking non-compound value for struct. It may...
2009-06-13 Douglas GregorRemove a bunch of unnecessary template argument deducti...
2009-06-13 Anders CarlssonMove template type argument checking out into a separat...
2009-06-13 Douglas GregorWhen some template parameters of a class template partial
2009-06-13 Chris LattnerFix PR4372, another case where non-prototyped functions...
2009-06-13 Anders CarlssonImprovements to TemplateArgumentListBuilder to make...
2009-06-12 Anders CarlssonA parameter pack must always come last in a class template.
2009-06-12 Anders CarlssonNo need to mark the parameter as invalid, just ignore...
2009-06-12 Anders CarlssonAddress more comments from Doug.
2009-06-12 Chris Lattneradd the location of the ')' in a do/while statement...
2009-06-12 Anders CarlssonAddress comments from Doug - Add a Sema::SemaRef.BuildB...
2009-06-12 Douglas GregorIt looks like we've finished off matching of class...
2009-06-12 Anders CarlssonParameter packs can't have default arguments.
2009-06-12 Anders CarlssonKeep track of whether a type parameter is actually...
2009-06-12 Douglas GregorFinish implementing checking of class template partial...
2009-06-12 Douglas GregorDiagnose C++ [temp.class.spec]p9b3, where a class templ...
2009-06-12 Douglas GregorDiagnose the incorrect use of non-type template argumen...
2009-06-12 Eli FriedmanMinor formatting tweak.
2009-06-12 Eli FriedmanFix a minor formatting mistake.
2009-06-12 Eli FriedmanSome updates to the gcc extension sections of the users...
2009-06-12 Anders CarlssonParse support for C++0x type parameter packs.
2009-06-12 Douglas GregorVerify that the template parameters of a class template...
2009-06-12 Douglas GregorUpdate the C++ status to reflect improvements in templa...
2009-06-12 Anders CarlssonFix PR4365.
2009-06-12 Douglas GregorImprove template argument deduction to keep track of...
2009-06-12 Anders CarlssonIt's an error to use a function declared in a class...
2009-06-12 Anders CarlssonDeducation and instantiation of block types.
2009-06-12 Zhongxing Xuuse getAsPointerType() method.
2009-06-12 Oscar FuentesCMake: New variable LLVM_LIBDIR_SUFFIX.
2009-06-11 Anders CarlssonDon't assert when generating code with static_asserts.
2009-06-11 Eli FriedmanPR4371: Reduce the inlining threshold outside of -O3...
2009-06-11 Eli FriedmanFollowing gcc, hide the hack to include the SSE2 intrin...
2009-06-11 Ted KremenekAdd summary lookup for IOServiceGetMatchingService.
2009-06-11 Ted KremenekRefactor some function name -> summary lookup using...
2009-06-11 Douglas GregorOnce we have deduced the template arguments of a class...
2009-06-11 Anders CarlssonAdd a null check that fixes the crash in PR4362, and...
2009-06-11 Douglas GregorPoint to the clang driver, not the ccc driver
2009-06-11 Douglas GregorAdd pseudo-destructors to the Open Projects list
2009-06-11 Douglas GregorPrune some projects that have already been started
2009-06-11 Zhongxing XuBind the mistakenly generated nonloc::SymbolVal to...
2009-06-11 Zhongxing XuUse more robust getAsRecordType() method.
2009-06-11 Eli FriedmanMake sure to calculate value-dependence correctly when...
2009-06-11 Eli FriedmanMove test to be with the other typename tests.
2009-06-11 Eli FriedmanPR4364: fix parsing 'typename' in an expression.
2009-06-11 Douglas GregorSeparate TemplateArgument instantiation logic into...
2009-06-10 Douglas GregorTemplate argument deduction for member pointers.
2009-06-10 Daniel DunbarSupport complex properties, ivars and message expressions.
2009-06-10 Eli FriedmanPR4350: Make sure we don't create invalid printf attrib...
2009-06-10 Eli FriedmanPR4353: Add support for \E as a character escape.
2009-06-09 Douglas GregorHandle member pointer types with dependent class types...
2009-06-09 Douglas GregorExample metaprogram for reversing and searching in...
2009-06-09 Douglas GregorImplement template argument deduction for class template
2009-06-09 Ted KremenekAdd redirects to new static analysis web site.
2009-06-09 Ted KremenekUpdate static analyzer link to new website.
2009-06-09 Ted KremenekComment out preliminary text due to wishful thinking...
2009-06-09 Ted KremenekLast menu color tweaking (for now).
2009-06-09 Ted KremenekMore color tweaking.
2009-06-09 Ted KremenekUpdate menu colors.
2009-06-09 Ted KremenekUpdate menu color.
2009-06-09 Ted KremenekUpdate checker build file (accidentally used old one).
2009-06-09 Ted KremenekFix link.
2009-06-08 Eli FriedmanAdd more parser support for Microsoft extensions.
2009-06-08 Daniel DunbarFix test, which could miss failures, and also avoid...
2009-06-08 Daniel DunbarAdd stack alignment to x86_64 target data.
2009-06-08 Daniel DunbarForward -C and -CC to clang.
2009-06-08 Ted KremenekAdd skeleton files for new analyzer site.
2009-06-08 Eli FriedmanMinor tweaks to the Windows target.
2009-06-08 Daniel DunbarPR4016: Forward -fno-show-source-location to clang.
2009-06-08 Eli FriedmanPR4346: add "R" asm register constraint.
2009-06-08 Anders CarlssonAddress comments from Doug.
2009-06-08 Douglas GregorTest template argument deduction on function types...
2009-06-08 Douglas GregorDocument the template argument deduction patterns that...
2009-06-08 Anders CarlssonTemplate argument deduction for function types.
2009-06-08 Eli FriedmanAdd real parsing for __declspec. It doesn't make much...
2009-06-08 Eli FriedmanMinor documentation update about Microsoft extensions.
2009-06-08 Eli FriedmanMisc minor fixes for clang for the Windows target.
2009-06-08 Eli FriedmanSay a bit about various architectures in the users...
2009-06-08 Eli FriedmanDelete method which is now trivial.
2009-06-08 Chris Lattnerteach clang that -Wunused turns on all unused warnings...
2009-06-08 Eli FriedmanDon't allow defining a block with a non-prototype type...
2009-06-07 Anders CarlssonInstantiation support for more Obj-C expressions, strin...
2009-06-07 Anders CarlssonTemplate instantiation support for Obj-C @encode expres...
2009-06-07 Zhongxing XuRemove dead code: 'NewEntry' is not used.
2009-06-07 Eli FriedmanRemove a few more vector builtins.
2009-06-07 Daniel Dunbarxmmintrin needs to include emmintrin, Darwin system...
2009-06-07 Eli FriedmanNow that LLVM CodeGen can handle the generic variations...
2009-06-07 Douglas GregorCMake: Install Clang's headers into the right place...
2009-06-06 Eli FriedmanPR4339: make sure to properly extend/trunc the index...
2009-06-06 Eli FriedmanTest changes to account for removed builtins.
2009-06-06 Ted KremenekUpdate checker build.
2009-06-06 Fariborz JahanianAdds synthesize ivars to DeclContext.
2009-06-06 Anton KorobeynikovAdd new ABIArgInfo kind: Extend. This allows target...
2009-06-06 Eli FriedmanGet rid of a bunch of dead builtins.
2009-06-06 Eli FriedmanReplace more calls to builtins with generic code.
2009-06-06 Eli FriedmanFix obvious typo.
2009-06-06 Anders CarlssonMake ParmVarDecl::getDefaultArg() more robust, it now...
2009-06-06 Eli FriedmanFix some casts to work without -flax-vector-conversions.
2009-06-06 Eli FriedmanMisc fixes to MMX/SSE intrinsics: a few small bug fixes...
2009-06-06 Eli FriedmanDefault builtin creation to off; we don't really want...
next