Age | Commit message (Expand) | Author |
2012-05-29 | Make Clang driver pass the last option from -g group to the compiler. | Alexey Samsonov |
2012-05-29 | Use fewer temporaries mangling APSInt objects. The performance difference | Charles Davis |
2012-05-29 | OpenCL: Fix vector conditional operator CodeGen for the case where | Peter Collingbourne |
2012-05-28 | Address minor FIXME in RedeclLink to contain a PointerIntPair instead of deri... | David Blaikie |
2012-05-28 | Fix mangling of integral template arguments between 1 and 10. Add a test case | Charles Davis |
2012-05-28 | Fix Lang's fix. This should fix the tests for +Asserts builds. | Charles Davis |
2012-05-28 | adjust to mainline llvm API change. | Chris Lattner |
2012-05-28 | Fix PR12960 by not attempting to correct cases when we're not actually instan... | David Blaikie |
2012-05-27 | PR12962: Fix a rare use after free when collecting virtual overrides. | Benjamin Kramer |
2012-05-27 | Fix call to APSInt constructor - it doesn't take an initial value, just a | Lang Hames |
2012-05-27 | -Wdeprecated warning to include reference (as a note) | Fariborz Jahanian |
2012-05-27 | Use the SelectorSet typedef more widely throughout Sema. | Benjamin Kramer |
2012-05-27 | Replace some custom hash combines with the standard stuff from DenseMapInfo. | Benjamin Kramer |
2012-05-27 | clang/lib/Rewrite/Rewriter.cpp: Don't try to rename opened files on Win32. Wi... | NAKAMURA Takumi |
2012-05-26 | Mangle template instantiations properly (as of VC 7.x) when compiling for | Charles Davis |
2012-05-26 | Only emit one set of braces for __VERSION__, getClangFullRepositoryVersion al... | Benjamin Kramer |
2012-05-26 | Change warning to error when property setter names conflict. | Fariborz Jahanian |
2012-05-26 | In response to some discussions on IRC, tweak the wording of the new | Richard Smith |
2012-05-26 | Fix indentation. | David Blaikie |
2012-05-26 | Don't offer '[[clang::fallthrough]];' fix-it when a fall-through occurs to a | Alexander Kornienko |
2012-05-25 | fix codegen support for alloc_size attribute for static C++ methods | Nuno Lopes |
2012-05-25 | Don't ignore linkage when ignoring visibility in the instantiation of a | Rafael Espindola |
2012-05-25 | add CodeGen support for the alloc_size attribute | Nuno Lopes |
2012-05-25 | Don't ignore linkage when ignoring visibility in the instantiation of a | Rafael Espindola |
2012-05-25 | [analyzer] Don't crash on LValBitCast | Anna Zaks |
2012-05-25 | Consider the linkage for member class templates even when we have to ignore | Rafael Espindola |
2012-05-25 | When ignoring visibility in an instantiation, still consider the linkage. | Rafael Espindola |
2012-05-25 | Whitespace fixes. | Rafael Espindola |
2012-05-25 | Split a chunk of -Wconditional-uninitialized warnings out into a separate flag, | Richard Smith |
2012-05-25 | ensure value passed to is space is representable as unsigned char | Seth Cantrell |
2012-05-24 | Some cleanups around the uninitialized variables warning, and a FIXME. No fun... | Richard Smith |
2012-05-24 | cleanup some code. | Fariborz Jahanian |
2012-05-24 | objective-c: warn on use of property setters | Fariborz Jahanian |
2012-05-24 | Get rid of some non-ASCII en-dashes that crept in. | Eli Friedman |
2012-05-24 | Implement the C++11 discarded value expression rules for volatile lvalues. <... | Eli Friedman |
2012-05-24 | A minor tweak to the new volatile lvalue warning: don't warn on "(void)x", wh... | Eli Friedman |
2012-05-24 | objective-c: Fixes a corner case and interesting bug. | Fariborz Jahanian |
2012-05-24 | Replace PTX back-end with NVPTX back-end in all places where Clang cares | Justin Holewinski |
2012-05-24 | [analyzer] Minor cleanup to checkers' help text. | Anna Zaks |
2012-05-24 | [analyzer] Treat cast of array to reference in the same way as array to | Anna Zaks |
2012-05-24 | [objcmt] Warn when modern objc migrator does not convert a NSNumber message b... | Argyrios Kyrtzidis |
2012-05-24 | fix Bug 12924 | Seth Cantrell |
2012-05-24 | DR1152 / PR12931 / PR6177: A candidate function which requires binding a const | Richard Smith |
2012-05-24 | Add a warning to diagnose statements in C++ like "*(volatile int*)x;". Conce... | Eli Friedman |
2012-05-24 | implement Sema support for the alloc_size attribute | Nuno Lopes |
2012-05-23 | modern objc translation: Add translation of @autoreleasepool | Fariborz Jahanian |
2012-05-23 | Tooling: Canonicalize Key in IndexByFile[]. llvm::sys::path::native() may be ... | NAKAMURA Takumi |
2012-05-23 | [arcmt] Remove an unused -autorelease, without failing with error, for this | Argyrios Kyrtzidis |
2012-05-23 | [driver] Have the crash diagnostics print the clang version information. | Chad Rosier |
2012-05-23 | Adds the Refactoring library, which is a layer on top of the Tooling library | Manuel Klimek |