]> granicus.if.org Git - clang/shortlog
clang
2009-06-16 Zhongxing XuUse canonical type for building ElementRegion. Otherwis...
2009-06-16 Zhongxing XuDo not invalidate unboundable regions in GRSimpleVals...
2009-06-16 Anders CarlssonHandle temporaries in default arguments.
2009-06-16 Anders CarlssonKeep track of whether a type parameter type is a parame...
2009-06-16 Steve NaroffAdd a comment to Sema::ActOnTranslationUnitScope().
2009-06-15 Chris Lattneraccept and ignore -Wdiv-by-zero
2009-06-15 Ted KremenekFix: <rdar://problem/6945561> -[CIContext createCGLayer...
2009-06-15 Ted KremenekFix: <rdar://problem/6961230> add knowledge of IOKit...
2009-06-15 Douglas GregorTweak the C++ open projects page
2009-06-15 Eli FriedmanPR4395: Don't detect token concatenation in C mode for
2009-06-15 Anders CarlssonInclude <limits>
2009-06-15 Douglas GregorMore XML output support, from Olaf Krzikalla!
2009-06-15 Anders CarlssonMore parameter pack work.
2009-06-15 Ted KremenekRevert r73341.
2009-06-15 Daniel DunbarMore [basic.lookup.unqual] tests.
2009-06-15 Anders CarlssonAdd a new 'Pack' argument kind to TemplateArgument...
2009-06-15 Douglas GregorBase SFINAE error suppression counting on the class...
2009-06-15 Douglas GregorNote that we've implemented the right angle brackets...
2009-06-15 Daniel DunbarTest for [basic.lookup.unqual]p3
2009-06-15 Zhongxing Xu'not magic' => 'is not magic'
2009-06-15 Eli FriedmanPR4388: get rid of an extra # line directive; in additi...
2009-06-15 Chris LattnerMinor tweak to -fdiagnostics-print-source-range-info...
2009-06-15 Chris LattnerFix #pragma GCC system_header by making it insert a...
2009-06-15 Chris Lattnerrename test
2009-06-15 Chris Lattnerconvert this test to -verify mode.
2009-06-15 Chris LattnerIf PCH refers to a file that doesn't exist anymore...
2009-06-15 Chris Lattneruse the new Path::isAbsolute function, fixing a fixme...
2009-06-15 Chris Lattnerno really, add the lines :)
2009-06-15 Chris LattnerFix PR2741 by making our newline tracking be aware...
2009-06-15 Chris Lattner"GCC emits an __objc_class_name_{classname} symbol...
2009-06-14 Eli FriedmanPR4391: Tweak -ast-print output to generate valid outpu...
2009-06-14 Eli FriedmanPR4390: Make sure to handle anonymous unions correctly...
2009-06-14 Fariborz JahanianTest modification.
2009-06-14 Nuno Lopesfix the menu's links
2009-06-14 Douglas GregorIntroduce a SFINAE "trap" that keeps track of the numbe...
2009-06-14 Douglas GregorUpdate LLVM.
2009-06-14 Nick LewyckyFix "for all intensive purposes" to "for all intents...
2009-06-14 Eli FriedmanPR4351: Add constant evaluation for constructs like...
2009-06-14 Chris LattnerSink the BuiltinInfo object from ASTContext into the
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
next