]> granicus.if.org Git - clang/shortlog
clang
2011-10-21 Nick LewyckyDoug reports that this test is still failing. Try apply...
2011-10-21 DeLesley HutchinsAdded support for thread safety attributes on destructors.
2011-10-21 DeLesley HutchinsThread safety analysis refactoring: invalid lock expres...
2011-10-21 DeLesley HutchinsThread safety analysis: add support for attributes...
2011-10-21 Fariborz Jahanianobjective-c: Diagnose redeclaration of private
2011-10-21 Sean CallananAdded documentation for the recently-added
2011-10-21 DeLesley HutchinsRefactoring and code cleanup.
2011-10-21 Douglas GregorWhen performing name lookup for the previous declaratio...
2011-10-21 Peter CollingbournePermit auto SCS on parameter declarations, C++03 [dcl...
2011-10-21 Nick LewyckyTry to be exceedingly clever and make this test work...
2011-10-21 Douglas GregorTreat the Microsoft/Borland keyword "__except" as a...
2011-10-21 Nick LewyckyMassage this test a little so it works when run inside...
2011-10-21 Sean CallananI added a new function to DeclContext called
2011-10-21 Nick LewyckyTake DW_AT_comp_dir from $PWD when it's present and...
2011-10-20 Richard SmithAdd -Wc++98-compat diagnostics for jumps which bypass...
2011-10-20 Douglas GregorWhen fixing up the storage class for an anonymous union...
2011-10-20 Ted KremenekAdd test case for analyzer crash reported in <rdar...
2011-10-20 Richard Smith'extern template' is a C++11 feature. Add an Extension...
2011-10-20 Douglas GregorThere's no point in marking a declaration invalid just...
2011-10-20 Argyrios Kyrtzidis[libclang] Don't use C++-style comments in c-index...
2011-10-20 Douglas GregorDiagnose class template (partial) specializations that...
2011-10-20 Douglas GregorWhen we parse something that looks like a templated...
2011-10-20 Ted KremenekFurther refine the diagnostic categories for ARC diagno...
2011-10-20 Richard SmithAdd -Wc++98-compat warning for enumerations in nested...
2011-10-20 David BlaikieFixIt insert 'static' for anonymous unions at global...
2011-10-20 David BlaikieAdd a fixit to remove storage specifiers on anonymous...
2011-10-20 David BlaikieFix all 80 col violations in include/clang/Basic, plus...
2011-10-20 Richard SmithMake the -verify bits in this test actually test someth...
2011-10-19 Eli FriedmanDefine __STDC__ in -fms-extensions mode; defining it...
2011-10-19 David Blaikie80 cols (one I created in my last commit, plus a bunch...
2011-10-19 David BlaikieDon't provide errors for anonymous unions when they...
2011-10-19 Richard SmithImprove the diagnostic when a comma ends up at the...
2011-10-19 Richard Smith-Wc++98-compat: warn on nontrivial types used in unions...
2011-10-19 Matt Beaumont-GayOnly warn at self-initialization if some later use...
2011-10-19 Richard Smith-Wc++98-compat: diagnose if a reference is bound to...
2011-10-19 Rafael EspindolaFix the signatures of vfork, __sigsetjmp and sigsetjmp.
2011-10-19 Hans WennborgBreak out ssize_t test from Sema/format-strings-fixit.c
2011-10-19 Douglas GregorImprove the warning for cv-qualifiers on free functions...
2011-10-19 Douglas Gregor Add support for constant arrays, from Anders Waldenborg!.
2011-10-19 Douglas GregorAdd TypeKind.CONSTANTARRAY, from Anders Waldenborg!
2011-10-19 Douglas GregorFix error message for unknown type kind, from Anders...
2011-10-19 Douglas GregorThis new field was introduced in clang-c in r141277
2011-10-19 David BlaikieFix pr9789, assert-on-invalid while instantiating an...
2011-10-19 Douglas GregorTweak this test to test more directly what we want...
2011-10-19 Argyrios KyrtzidisDon't forget to complete the objc interface before...
2011-10-19 Richard SmithAdd a -Wc++98-compat warning for friend functions of...
2011-10-19 Eric ChristopherAdd block information for ObjC @catch blocks.
2011-10-19 Eric ChristopherAdd a new subclass of RunCleanupScopes that also handle...
2011-10-19 Peter CollingbourneMove static array parameter checks to SemaExpr, per...
2011-10-19 Richard Smith-Wc++98-compat: warn if a SFINAE substitution in C...
2011-10-18 Fariborz Jahanianobjc: allow class name qualified with protocols in
2011-10-18 Anna Zaks[analyzer] Move predecessor into the NodeBuilder context.
2011-10-18 Anna Zaks[analyzer] Make NodeBuilder and Pred node loosely coupled
2011-10-18 Anna Zaks[analyzer] Remove StmtNodeBuilder from CheckerContext
2011-10-18 Anna Zaks[analyzer] Subclassing StmtBuilder from the NodeBuilder
2011-10-18 Anna Zaks[analyzer] Remove dead code.
2011-10-18 Anna Zaks[analyzer] Remove redundant method + whitespace.
2011-10-18 Anna Zaks[analyzer] Modularize builder use in processBranch.
2011-10-18 Anna Zaks[analyzer] Pull Pred out of NodeBuilderContext.
2011-10-18 Anna Zaks[analyzer] Rely only on NodeBuilder inside CheckerContext.
2011-10-18 Anna Zaks[analyzer] Remove redundant assignment operator.
2011-10-18 Anna Zaks[analyzer] NodeBuilder Refactoring: Subclass BranchNode...
2011-10-18 Anna Zaks[analyzer] Node Builder refactoring: Introduce a simple...
2011-10-18 John McCallMore metaprogramming with builtin types.
2011-10-18 Argyrios Kyrtzidis[libclang] Make sure we do a correct invalid check...
2011-10-18 Douglas GregorMinor tweak to test
2011-10-18 Richard Smith-Wc++98-compat and -Wc++98-compat-pedantic warnings...
2011-10-18 Douglas GregorRemove unused data member
2011-10-18 Douglas GregorProvide result types for code completions that describe...
2011-10-18 John McCallAdd a __has_feature check for arc_cf_code_audited.
2011-10-18 John McCallMacro metaprogramming for builtin types.
2011-10-18 Richard Smith-Wc++98-compat and -Wc++98-compat-pedantic warnings...
2011-10-18 Daniel DunbarFrontend: Support -iframework.
2011-10-18 Richard SmithSimplify RecordDeclCXX::setBases slightly. No functiona...
2011-10-18 Fariborz Jahanianobjc: more changes in use of IBOutletCollection attribute.
2011-10-18 Argyrios Kyrtzidis[arcmt] Rewrite attributes in extensions as well. rdar...
2011-10-18 Argyrios KyrtzidisSet the objc "property attributes as written" for exten...
2011-10-18 Richard SmithIn C++11, a class's members are allowed to be nominated...
2011-10-18 Argyrios Kyrtzidis[driver] Make the driver to link the simulator arclite...
2011-10-18 Fariborz Jahanianobjc: diagnose invalid argument to an
2011-10-18 Argyrios Kyrtzidis[libclang] Since an objc extension semantically continu...
2011-10-18 Douglas GregorMake it possible to compute the type of 'this' without...
2011-10-18 Douglas GregorAdd code completions for C++0x expressions
2011-10-18 Argyrios Kyrtzidis[libclang] Index implicit property references.
2011-10-18 Argyrios Kyrtzidis[libclang] When printing the diagnostic print it with...
2011-10-18 Argyrios Kyrtzidis[libclang] Index method references.
2011-10-18 Benjamin KramerUse llvm::Triple's methods to parse FreeBSD version...
2011-10-18 Hans WennborgAnother attempt at fixing format-strings-fixit.c.
2011-10-18 Hans WennborgDisable the ssize_t test in format-strings-fixit.c.
2011-10-18 Hans WennborgSuggest %zu for size_t args to printf.
2011-10-18 David BlaikieSwitch to the C++11 warning flags in tests.
2011-10-18 David BlaikieUpdate documentation to use "C++11" instead of "C++0x"
2011-10-18 Douglas GregorDon't format the code completion for parameters of...
2011-10-18 Richard SmithAdd -Wc++11-compat warning for an inline specifier...
2011-10-18 Douglas GregorWhen transforming the arguments for a C++ "new" express...
2011-10-18 Richard SmithRefactor the checking for explicit template instantiati...
2011-10-18 John McCallArgyrios says this change is required for safety under...
2011-10-18 Eli FriedmanRevert accidental commit.
2011-10-18 Eli FriedmanRewrite parts of MS ABI C++ layout. Based on work...
2011-10-18 John McCallFix several bugs with #pragma clang arc_cf_code_audited...
next