]> granicus.if.org Git - clang/shortlog
clang
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...
2012-05-17 Matt Beaumont-GayRemove trailing periods which snuck into a few diagnost...
2012-05-17 Douglas GregorIn the override search for Objective-C methods, protect...
2012-05-17 Benjamin KramerDrop the question mark when complaining about a non...
2012-05-17 Chad RosierAdd -mno-implicit-float to the M group.
2012-05-17 Argyrios Kyrtzidis[arcmt] Remove the "it is not safe to remove an unused...
2012-05-17 Chad Rosier[driver] Reword the warning message for missing value...
2012-05-17 Abramo BagnaraAdded two missing const qualifiers.
2012-05-17 Benjamin KramerCXXThisScopeRAII objects aren't free, don't compute...
2012-05-17 Kostya Serebryany[tsan] grammar fixes
2012-05-17 Matt Beaumont-GayUse the argument location instead of the format string...
2012-05-16 Argyrios Kyrtzidis[libclang/AST] When declaring a local class, don't...
2012-05-16 Chad Rosier[driver] Remove obsolete support for -A link option...
2012-05-16 Richard SmithRecover better from a missing 'typename' in a function...
2012-05-16 David BlaikieSmallString Visual Studio visualizer by Will Wilson.
2012-05-16 NAKAMURA Takumiclang/test/Tooling: Remark as XFAIL again in 5 tests...
2012-05-16 Akira HatanakaXFAIL this test on MIPS.
2012-05-16 Eric ChristopherRemove unnecessary temporary.
2012-05-16 Chad RosierRename the driver option to -mno-implicit-float, per...
2012-05-16 Jordy RoseAdd triples for test.
2012-05-16 Manuel KlimekPulls diagnostics for temp file handling into the commo...
2012-05-16 Chad Rosier[driver] Allow the driver to directly accept the -no...
2012-05-16 Jordy Rose[analyzer] Fix test for PR12206, which was failing...
2012-05-16 Douglas GregorAdd _alignof and __builtin_alignof as aliases for __ali...
2012-05-16 Chad RosierTweek r156937 a bit so that the suggestions are correct.
2012-05-16 Chad RosierWarn about -Wno-foo where foo is an unknown warning...
2012-05-16 Argyrios Kyrtzidis[libclang] Properly handle @encode() in RecursiveASTVis...
2012-05-16 Richard TrieuMove the warnings for extra semi-colons under -Wextra...
2012-05-16 Anna Zaks[analyzer] Revert a regression committed in r156920.
2012-05-16 NAKAMURA Takumiclang/test/Tooling: Remove XFAIL in 5 tests to unveil...
2012-05-16 NAKAMURA Takumiclang/test/Tooling/clang-check-pwd.cpp: Add "REQUIRES...
next