]> granicus.if.org Git - clang/shortlog
clang
2010-06-18 Chris Lattnerintroduce a new CharSourceRange class, and enhance...
2010-06-18 Douglas GregorA trivial fix for a test case that's too horrible to...
2010-06-18 Fariborz JahanianImplements Sema part of init_priority(priority) attribute
2010-06-18 Douglas GregorDon't complain about missing field initializers when...
2010-06-18 Douglas GregorMerge the "regparm" attribute from a previous declarati...
2010-06-18 Gabor GreifJohn called for a less surprising cast
2010-06-18 Charles DavisMangle tag types (unions, structs, classes, enums)...
2010-06-18 Tom CarePrintf format strings: Added some more tests and fixed...
2010-06-18 Zhongxing XuAdd null stream check for more APIs.
2010-06-18 Sean HuntRewrite comment to make my intentions slightly more...
2010-06-18 Ted KremenekChange two static variables into instance variables...
2010-06-17 Douglas GregorGiven Decl::isUsed() a flag indicating when to consider...
2010-06-17 Fariborz Jahanianobjective-C++ IRGen: property reference as an
2010-06-17 Tom CareBug 7394 - Fixed toString representation of Precisions...
2010-06-17 Fariborz JahanianDo not treat @selector as lvalue (unlike g++).
2010-06-17 Zhanyong WanImproves RecursiveASTVisitor:
2010-06-17 Fariborz JahanianObjective-c++ IRGen. Support for @selector expression as
2010-06-17 Tom CareBug 7377: Fixed several bad printf format string bugs.
2010-06-17 Douglas GregorWhen pushing a copy of the TypeLoc information for...
2010-06-17 Douglas GregorUse UnaryOperator as the representation of dependent...
2010-06-17 Douglas GregorUpdate CMake build system for ARM NEON generation.
2010-06-17 Craig SilversteinSome fixes to type-visiting -- a few places where the...
2010-06-17 Peter CollingbourneFix typo (test commit)
2010-06-17 Gabor Greiffix some more gcc3.4 constness warnings
2010-06-17 Gabor Greifuse typedef to make hack more transparent and also...
2010-06-17 Argyrios KyrtzidisMake sure the caching mechanism in Parser::ParseLexedMe...
2010-06-17 Argyrios KyrtzidisMake sure parens/braces/brackets are correctly balanced.
2010-06-17 Argyrios KyrtzidisDon't ast-print the builtin __[u]int128_t.
2010-06-17 Charles DavisMangle operator names in the Microsoft C++ Mangler.
2010-06-17 Ted KremenekTweak stack address checker to report multiple cases...
2010-06-17 Ted KremenekInclude the bug description in the report hash so that...
2010-06-17 Nate BegemanGenerate arm_neon.inc in include/clang/Basic, which...
2010-06-17 Nate BegemanRemove last of the bool shifts for MS VC++, patch by...
2010-06-17 Sean HuntComment Attr.td so people have a better understanding...
2010-06-17 Ted KremenekFix format string checking of '%c' by treating it as...
2010-06-17 Ted KremenekPer conversation with Doug, remove two assertions in...
2010-06-17 Sean HuntFix yet another CMake typo. I'm not quite sure how...
2010-06-17 Sean HuntFix a typo in the previous commit I thought I'd fixed...
2010-06-17 Sean HuntUpdate CMake build for new attribute changes.
2010-06-17 Ted KremenekRework StackAddrLeakChecker to find stores of stack...
2010-06-17 Ted KremenekImplement RegionStoreManager::iterBindings(). This...
2010-06-17 Ted KremenekCorrectly return early from BasicStoreManager::iterBind...
2010-06-16 Douglas GregorWhen parsing cached C++ method declarations/definitions...
2010-06-16 Sean HuntImplement first TD-based usage of attributes.
2010-06-16 Douglas GregorMake the "extra ';' inside a struct or union" diagnosti...
2010-06-16 Douglas GregorWhen we see a 'template' disambiguator that marks the...
2010-06-16 Douglas GregorFix the recently-added warning about 'typename' and...
2010-06-16 Ted KremenekExtend format string type-checking to include '%p'...
2010-06-16 Douglas GregorCanonicalize template template parameters when canonica...
2010-06-16 Daniel Dunbartests: Update Frontend config to actually run ir-suppor...
2010-06-16 Fariborz JahanianC return types must be complete as well.
2010-06-16 Rafael EspindolaChange the test for which ABI/CC to use on ARM to be...
2010-06-16 Fariborz JahanianMake sure result type of objc++ message expression is
2010-06-16 Rafael EspindolaA a new test for my previous patch.
2010-06-16 Rafael EspindolaFix tests that I missed from my previous commit.
2010-06-16 Zhanyong WanTest commit by adding a blank comment line.
2010-06-16 Daniel DunbarFrontend: Allow passing -cc1 level arguments to plugins...
2010-06-16 Daniel DunbarDriver: Ignore -ffast-math and -f[no-]finite-math-only.
2010-06-16 Douglas GregorDon't poke at an undefined class type of a field. Fixes...
2010-06-16 Douglas GregorDowngrade the error when using a typedef in the nested...
2010-06-16 Douglas GregorAdd Cygwin C++ header search path.
2010-06-16 Fariborz JahanianFixed conflict between objc_memmove_collectable builtin
2010-06-16 Rafael EspindolaDon't set the calling convention for ARM if it is alrea...
2010-06-16 Douglas GregorIf a non-dependent base class initializer fails to...
2010-06-16 Douglas GregorAdd some missing parentheses, from Anton Yartsev
2010-06-16 Douglas GregorRevert r106099; it broke self-host.
2010-06-16 Abramo BagnaraAdded TemplateTypeParmType::getDecl().
2010-06-16 John McCallRework the unqualified-lookup-in-templates section...
2010-06-16 John McCallFix the build. Using declarations should not be consid...
2010-06-16 John McCallSome more nods to HTML well-formedness.
2010-06-16 John McCallFix a point of semantics with using declaration hiding...
2010-06-16 Zhongxing XuWe return Loc where we know.
2010-06-16 Zhongxing XuTypo.
2010-06-16 Zhongxing XuAlthough arguments can not be undefined when we get...
2010-06-16 Zhongxing XuCast earlier. We know we can get a DefinedSVal.
2010-06-16 Zhongxing XuRegister CallAndMessageChecker before AttrNonNullChecke...
2010-06-16 Zhongxing XuAdd StreamChecker. This checker models and checks strea...
2010-06-16 Charles DavisStart mangling function types in the Microsoft C++...
2010-06-16 Jeffrey YasskinFix template ordering compatibility docs. I missed...
2010-06-16 Douglas GregorGive Type::isIntegralType() an ASTContext parameter...
2010-06-16 Douglas GregorIntroduce Type::isIntegralOrEnumerationType(), to cover...
2010-06-16 Fariborz JahanianWorkaround a possible VS C++ bug.
2010-06-15 Jeffrey YasskinDescribe a gcc compatibility problem that occurs when...
2010-06-15 Fariborz JahanianMoved objective-c++ code gen. tests to their own direct...
2010-06-15 Chandler CarruthMove CodeGenOptions.h *back* into Frontend. This should...
2010-06-15 Fariborz JahanianPatch adds support for copying of those
2010-06-15 Douglas GregorUpdate equality and relationship comparisons of pointer...
2010-06-15 Chris Lattnerfix the various buildbot failures by ensuring that...
2010-06-15 Douglas GregorRemove a completely useless and utterly incorrect asser...
2010-06-15 Daniel DunbarDriver: Support -Wp,-MMD,FOO, which I found an instance...
2010-06-15 Douglas GregorTeach code completion not to ignore data members when...
2010-06-15 Chris Lattneradd a testcase, from Michael Spencer
2010-06-15 Chris Lattnerfix an uninitialized variable, patch by Michael Spencer!
2010-06-15 Chris LattnerRemove a dead argument to ProcessUCNEscape.
2010-06-15 Chris Lattnertidy up
2010-06-15 Daniel DunbarBreak Frontend's dependency on Rewrite, Checker and...
2010-06-15 Douglas GregorAllocate template parameter lists for out-of-line defin...
2010-06-15 Douglas GregorImplement -fvisibility-inlines-hidden. <rdar://problem...
2010-06-15 Daniel DunbarDriver/FreeBSD: Add libexec to program search paths...
2010-06-15 Daniel DunbarAdd <cstddef> include to get ptrdiff_t, for gcc-4.6...
next