]> granicus.if.org Git - clang/shortlog
clang
2012-02-24 Richard Smithcxx_status: extended sizeof has been essentially comple...
2012-02-24 Fariborz Jahaniantest for writing modern ivar of struct type.
2012-02-24 Richard Smith__decltype is a GNU extension, not a C++11 extension.
2012-02-24 Fariborz Jahanianmore objective-c modern translator ivar tests.
2012-02-24 Douglas GregorTwo minor, related fixes for template instantiation...
2012-02-24 Fariborz Jahanianobjc modern translator. Fixes writing of block pointer...
2012-02-24 Anna Zaks[analyzer] Run remove dead bindings before each call.
2012-02-24 Anna Zaks[analyzer] We were silently stopping exploring the...
2012-02-24 Rafael EspindolaUse -no-integrated-as only on ARM. The X86 and X86...
2012-02-24 Nick LewyckyRevert r151357. That unreachable is reachable...
2012-02-24 Nick LewyckySilence gcc warnings pointing out that CharByteWidth...
2012-02-24 Matt Beaumont-GaySink variable into assert
2012-02-24 Douglas GregorRemove some trivial uses of hasTrivialCopyConstructor...
2012-02-24 Douglas GregorKill a spurious use of hasTrivialDefaultConstructor()
2012-02-24 Douglas GregorImplement a new type trait __is_trivially_constructible...
2012-02-24 Ted KremenekMake PathDiagnosticBuilder sensitive to varying Locatio...
2012-02-24 Ted KremenekRemove stray path in test file.
2012-02-24 Ted KremenekReapply r151317, but when computing the PathDiagnostic...
2012-02-24 David BlaikieFix test for non-block-default platforms.
2012-02-24 Chad RosierRevert r151317 - Rework PathDiagnostics creation.....
2012-02-24 Argyrios Kyrtzidis[PCH] When keeping track of top-level decls for "target...
2012-02-24 Ted KremenekRework PathDiagnostic creation so that call stacks...
2012-02-24 Fariborz JahanianAdd an ivar test for modern objc abi translator.
2012-02-24 Fariborz JahanianMake test works with FileCheck.
2012-02-24 Chad RosierReapply r151172 - Unwind path cleanup for array new...
2012-02-23 Eli FriedmanHandle "#pragma GCC visibility" in a few more places...
2012-02-23 Eli FriedmanModernize some code which processes CastExprs to use...
2012-02-23 Anna Zaks[analyzer] KeyChainAPI: unique the leaks by allocation...
2012-02-23 Fariborz Jahanianobjective-c++: Type of an objc string literal is NSStri...
2012-02-23 Aaron BallmanTurned on support for __declspecs: noreturn, noinline...
2012-02-23 Douglas GregorPull the OpaqueValueExpr's source expression into its...
2012-02-23 Jim GrosbachUpdate test for r151288
2012-02-23 Jim GrosbachARM: enable the integrated assembler by default for...
2012-02-23 Anna Zaks[analyzer] Malloc: unique leak reports by allocation...
2012-02-23 Anna Zaks[analyzer] Add CString checks to the release notes.
2012-02-23 Argyrios Kyrtzidis[libclang] Make sure that all top-level decls in a...
2012-02-23 Fariborz JahanianTest is fixed.
2012-02-23 Fariborz JahanianXFAIL test until I figure out how to make test pass...
2012-02-23 Howard Hinnant* tgmath_logb.patch implements the missing logb functio...
2012-02-23 Fariborz JahanianChange test again so it passes in build-bot until I...
2012-02-23 Fariborz Jahanianfix test for patch in r151268.
2012-02-23 Benjamin KramerActually remove the duplicated elements from the vector.
2012-02-23 Fariborz Jahanianobjective-c default synthesis. classes which adopt...
2012-02-23 Douglas GregorFix indentation
2012-02-23 Douglas GregorNote that lambda expressions are available in the relea...
2012-02-23 Douglas GregorReplace a use of hasTrivialDefaultConstructor() with...
2012-02-23 Benjamin KramerReplace some DenseSets with SmallPtrSets. Apart from...
2012-02-23 Benjamin KramerUnique CXXBasePath decls with the SmallVector/pod_sort...
2012-02-23 Benjamin KramerReplace the std::map in the init list checker with...
2012-02-23 Richard SmithPR12067: When emitting an evaluated constant structure...
2012-02-23 Douglas GregorSeriously, are injected-class-names that hard?
2012-02-23 Douglas GregorProvide the __is_trivially_assignable type trait, which...
2012-02-23 Douglas GregorClang supports lambdas.
2012-02-23 Rafael EspindolaTwo fixes to how we compute visibility:
2012-02-23 Douglas GregorTweak C++ status table:
2012-02-23 Douglas GregorClang now supports lambda expressions.
2012-02-23 Eli FriedmanTry to handle qualifiers more consistently for array...
2012-02-23 Richard SmithUpdate parser's disambiguation to cope with braced...
2012-02-23 Aaron BallmanTurned on support for __declspec(deprecated) in MS...
2012-02-23 Anna Zaks[analyzer] Invalidate the region passed to pthread_sets...
2012-02-23 Ted KremenekTweak release note comments for checker build.
2012-02-23 Ted KremenekUpdate checker build to checker-261.
2012-02-23 Eric ChristopherAdd a quick TODO.
2012-02-23 Eric ChristopherFold debug scope emission into the cleanup scope.
2012-02-22 Fariborz Jahaniananother test for modern ivar access rewrite.
2012-02-22 Chad RosierRevert r151172: Unwind path cleanup for array new list...
2012-02-22 Fariborz Jahanianmore tests for modern objc translator.
2012-02-22 Chad RosierImprove placement of clang crash diagnostics section.
2012-02-22 Anna Zaks[analyzer] Malloc cleanup:
2012-02-22 Joerg SonnenbergerRevert part of r148839 and keep DefaultTargetTriple...
2012-02-22 Chad RosierAdd clang crash diagnostic info and associated flags...
2012-02-22 Ted KremenekUpdate set-xcode-analyzer to work with Xcode repackagin...
2012-02-22 Chad RosierAdd new driver warning from r151174 to a warning group...
2012-02-22 Fariborz Jahanianmodern objc translator. more writing of modern ivar...
2012-02-22 Chad Rosier[driver] Add a warning for when -mcpu= is specified...
2012-02-22 Sebastian RedlDoug's review comments.
2012-02-22 Sebastian RedlUnwind path cleanup for array new list initializers.
2012-02-22 Sebastian RedlCodeGen for array new list initializers. Doesn't correc...
2012-02-22 Douglas GregorTeach overload resolution to prefer user-defined conver...
2012-02-22 Sebastian RedlFix parsing and processing initializer lists in return...
2012-02-22 Hans WennborgWarn about non-standard format strings (pr12017)
2012-02-22 Bill WendlingMore ArrayRef-ification of methods.
2012-02-22 Bill WendlingArrayRef-icize the function arguments.
2012-02-22 Bill WendlingUse an ArrayRef when we can instead of passing in a...
2012-02-22 Sebastian RedlThrow away stray CXXDefaultArgExprs. Fixes PR12061.
2012-02-22 Francois PichetIn -fdelayed-template-parsing mode, reenter every scope...
2012-02-22 Richard SmithAccept braced-init-lists in conditions, and, in passing...
2012-02-22 Eli FriedmanMake sure null initialization in arrays works correctly...
2012-02-22 Douglas GregorGenerate an AST for the conversion from a lambda closur...
2012-02-22 Eli FriedmanImprove diagnostics a bit for bad member initializers...
2012-02-22 NAKAMURA Takumitest/CodeGenCXX/thiscall-struct-return.cpp: Relax expre...
2012-02-22 Anna Zaks[analyzer] Malloc checker: mark 'strdup' and 'strndup...
2012-02-22 Aaron BallmanAdding support for Microsoft's thiscall calling convent...
2012-02-22 Anna Zaks[analyzer] Malloc: fix another false positive.
2012-02-22 Anna Zaks[analyzer] Change naming in bug reports "tainted" ...
2012-02-22 Argyrios Kyrtzidis[libclang] Index the field references of a designated...
2012-02-22 Richard SmithImplement C++11 [expr.call]p11: If the operand to a...
2012-02-22 Kaelyn UhrainFix typo correction of template arguments to once again...
2012-02-22 Chad RosierProvide a way to disable auto-generation of preprocesse...
2012-02-21 Fariborz Jahanianmodern objc translator: fixes a bug where a class decla...
next