]> granicus.if.org Git - clang/shortlog
clang
2012-05-25 Richard SmithSplit a chunk of -Wconditional-uninitialized warnings...
2012-05-25 Anna Zaks[analyzer] Loading external plugins with scan-build
2012-05-25 Seth Cantrellensure value passed to is space is representable as...
2012-05-24 Richard SmithSome cleanups around the uninitialized variables warnin...
2012-05-24 Fariborz Jahaniancleanup some code.
2012-05-24 Fariborz Jahanianobjective-c: warn on use of property setters
2012-05-24 Eli FriedmanGet rid of some non-ASCII en-dashes that crept in.
2012-05-24 Eli FriedmanImplement the C++11 discarded value expression rules...
2012-05-24 Justin HolewinskiUn-XFAIL CodeGen/builtins-nvptx.c now that the proper...
2012-05-24 Eli FriedmanA minor tweak to the new volatile lvalue warning: don...
2012-05-24 John McCallXFAIL this test, which does not pass on trunk since...
2012-05-24 Ted KremenekSet svn:keywords property to Id
2012-05-24 Ted KremenekNew & improved man page attached, now with standard...
2012-05-24 Fariborz Jahanianobjective-c: Fixes a corner case and interesting bug.
2012-05-24 Argyrios Kyrtzidis[objcmt] Add test case for r157395.
2012-05-24 Justin HolewinskiReplace PTX back-end with NVPTX back-end in all places...
2012-05-24 Anna Zaks[analyzer] Minor cleanup to checkers' help text.
2012-05-24 Anna Zaks[analyzer] Treat cast of array to reference in the...
2012-05-24 Anna Zaks[analyzer] Fix typo. Thanks Jordy.
2012-05-24 Manuel KlimekAdds menu sidebar to the docs.
2012-05-24 Manuel KlimekUpdates the tooling docs with the links to the tutorial...
2012-05-24 Manuel KlimekAdds a tutorial for how to write clang plugins.
2012-05-24 Argyrios Kyrtzidis[objcmt] Warn when modern objc migrator does not conver...
2012-05-24 Fariborz Jahanianobjc: change option to be -Wobjc-interface-ivars
2012-05-24 Manuel KlimekApply review comment from Jordan Rose.
2012-05-24 Bill WendlingRemove 3.1 release notes to get ready for current devel...
2012-05-24 Seth Cantrellfix Bug 12924
2012-05-24 Richard SmithDR1152 / PR12931 / PR6177: A candidate function which...
2012-05-24 Eli FriedmanAdd a warning to diagnose statements in C++ like "...
2012-05-24 Nuno Lopesimplement Sema support for the alloc_size attribute
2012-05-23 Fariborz Jahanianmodern objc translation: Add translation of @autoreleas...
2012-05-23 Argyrios Kyrtzidis[libclang] Report CXType_ObjCId for 'const id', not...
2012-05-23 NAKAMURA Takumiclang/test/Tooling: Update comments in left 2 tests...
2012-05-23 NAKAMURA Takumiclang/test/Tooling: Tweak 4 tests to escape the path...
2012-05-23 NAKAMURA TakumiTooling: Canonicalize Key in IndexByFile[]. llvm::sys...
2012-05-23 Argyrios Kyrtzidis[arcmt] Remove an unused -autorelease, without failing...
2012-05-23 Chad Rosier[driver] Have the crash diagnostics print the clang...
2012-05-23 Ted KremenekUpdate checker build.
2012-05-23 Manuel KlimekAdds the Refactoring library, which is a layer on top...
2012-05-23 Richard SmithCorrect the starting location for instantiations of...
2012-05-23 Richard SmithIf the first argument of __builtin_object_size can...
2012-05-23 Richard SmithClang 3.1 is out: turn the relevant C++11 status boxes...
2012-05-23 Eric ChristopherMove file to be more representative.
2012-05-23 Eric ChristopherCheck that we have an unknown upper bound range for...
2012-05-23 Eric ChristopherEmit C++11 enum class information if it exists.
2012-05-22 John McCallRecognize the MS inheritance attributes and turn them...
2012-05-22 John McCallFix line endings.
2012-05-22 Eric ChristopherTest that we emit a subrange type for vlas.
2012-05-22 Manuel KlimekFixes the autoconf build.
2012-05-22 Nuno Lopeswire -fbounds-checking to the new LLVM bounds checking...
2012-05-22 Manuel KlimekAdds a method overwriteChangedFiles to the Rewriter...
2012-05-22 Nuno Lopesrevert the usage of the objectsize intrinsic with 3...
2012-05-22 Simon AtanasyanReplace inline asm constraint "=a" by the more general...
2012-05-22 Richard SmithTruthify a comment.
2012-05-22 Ted KremenekFix typo.
2012-05-22 Ted KremenekUse Perl prototypes instead of shift.
2012-05-22 Argyrios Kyrtzidis[objcmt] Don't add redundant parentheses when migrating...
2012-05-21 Ted KremenekAdd basic delta-debugging script used for reducing...
2012-05-21 Fariborz Jahanianobjective-c: provide a useful 'fixit' suggestion when
2012-05-21 Eric ChristopherRevert r115805. An array type is required to have a...
2012-05-21 Anna Zaks[analyzer] Bind UnknownVal to InitListExpr for unsuppor...
2012-05-21 Rafael EspindolaFunction template version of the previous patch.
2012-05-21 Rafael EspindolaProduce a hidden symbol for zed in
2012-05-21 Argyrios Kyrtzidis[driver] When creating the compiler invocation out...
2012-05-21 Benjamin KramerAnalyzer: Fix PR12905, a crash when encountering a...
2012-05-21 Argyrios Kyrtzidis[arcmt] Revert r156999 "Remove the "it is not safe...
2012-05-21 Fariborz JahanianRemove unused argument in my last patch.
2012-05-21 Fariborz Jahanianobjective-c: When default synthesizing readonly IBOutle...
2012-05-21 Rafael EspindolaTest and document a difference from gcc in the handling...
2012-05-21 Benjamin KramerUnpack enums in CodeCompletetionResult.
2012-05-20 Peter CollingbourneTeach Clang about the NVPTX backend.
2012-05-20 Peter CollingbourneTell the driver that CUDA is a C++-like language, so...
2012-05-20 Peter CollingbourneCUDA: the device and host attributes must be inheritabl...
2012-05-20 NAKAMURA Takumitest/Tooling/clang-check-pwd.cpp: Mark as XFAIL:mingw...
2012-05-20 Peter CollingbourneCUDA: add CodeGen support for global variable address...
2012-05-20 Benjamin KramerBitpack CodeCompletionResults.
2012-05-20 Jakob Stoklund... Fix test for 32-bit hosts.
2012-05-20 Nico WeberError when using typeid() with -fno-rtti. PR 12888.
2012-05-20 Eli FriedmanZap a bogus assert for delegating constructors. PR1289...
2012-05-19 Eli FriedmanMake delegating initializers use a similar codepath...
2012-05-19 Fariborz Jahanianobjective-c: Warn if default synthesizing readonly...
2012-05-19 Dmitri GribenkoMissing line break.
2012-05-19 Dmitri GribenkoUse RecordDecl::field_iterator because D1, D2 are Recor...
2012-05-19 Benjamin KramerApparently empty names are allowed here.
2012-05-19 Benjamin KramerSimplify some users of DeclarationName::getNameKind...
2012-05-19 Benjamin KramerInline a trivial clear() method.
2012-05-19 Benjamin KramerSimplify code, add an assertion.
2012-05-19 Eric ChristopherUpdate API usage for llvm DIBuilder changes for rvalue...
2012-05-19 Anna Zaks[analyzer] c++11: do not crash on namespace alias
2012-05-19 Anna Zaks[analyzer] For locations, use isGLValue() instead of...
2012-05-18 Kaelyn UhrainSuggest adding 'typename' when it would make the compiler
2012-05-18 Anna Zaks[analyzer] Fix a c++11 crash: xvalues can be locations...
2012-05-18 Anna Zaks[analyzer] Malloc checker: remove unnecessary comparisons.
2012-05-18 Fariborz Jahanianobjc: use "class extension" instead of "continuation...
2012-05-18 Benjamin KramerLexer::ReadToEndOfLine: Only build the string if it...
2012-05-18 Chad RosierTypo.
2012-05-18 Rafael EspindolaCentralize the handling of the "attribute declaration...
2012-05-18 Anna Zaks[analyzer]Malloc: refactor and report use after free...
2012-05-18 Fariborz JahanianAnother test for r157025 <rdar://problem/11460990>.
2012-05-17 Douglas GregorA selector match between two Objective-C methods does...
next