]> granicus.if.org Git - clang/shortlog
clang
2009-06-14 Chris Lattnermove the various builtins stuff from libast to libbasic...
2009-06-14 Chris Lattnerprune #includes, Builtins.h/cpp no longer depends on...
2009-06-14 Chris Lattnermove GetBuiltinType from Builtin::Context to ASTContext.
2009-06-14 Chris Lattnerchange ParseStatementOrDeclaration to emit the 'missing...
2009-06-14 Chris Lattnerimprove localizability by not passing english phrases...
2009-06-13 Chris LattnerSimplify mangleFunctionDecl by unnesting a crazy condit...
2009-06-13 Chris Lattneradd a handy predicate.
2009-06-13 Eli FriedmanFix the calling convention for structs/unions containin...
2009-06-13 Chris Lattnerdeclare an 'operator delete' to match operator new...
2009-06-13 Chris Lattnerfix typo
2009-06-13 Daniel DunbarDon't include system headers when overriding triple.
2009-06-13 Daniel DunbarForce Obj-C runtime version for this test
2009-06-13 Daniel DunbarSwitch to the new test runner.
2009-06-13 Anders CarlssonHave CheckClassTemplatePartialSpecializationArgs take...
2009-06-13 Chris Lattnera couple minor tweaks
2009-06-13 Eli FriedmanAllow initializing a vector with a vector in addition...
2009-06-13 Chris Lattnerimplement and document a new __has_feature and __has_bu...
2009-06-13 Douglas GregorMove a bunch of tests into temp.param, and write a...
2009-06-13 Daniel DunbarAdd some random C++ standard tests.
2009-06-13 Douglas GregorAdd the structure for a C++ test suite that mimics...
2009-06-13 Eli FriedmanFix for PR4382: allow instantiating dependent nested...
2009-06-13 Anders CarlssonIf a CXXRecordDecl is a class template, the 'this'...
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...
next