Age | Commit message (Expand) | Author |
2012-05-16 | [driver] Allow the driver to directly accept the -no-implicit-float option, s... | Chad Rosier |
2012-05-16 | Tweek r156937 a bit so that the suggestions are correct. | Chad Rosier |
2012-05-16 | Warn about -Wno-foo where foo is an unknown warning option. This is helpful | Chad Rosier |
2012-05-16 | Move the warnings for extra semi-colons under -Wextra-semi. Also, added | Richard Trieu |
2012-05-16 | Clean up r156925, so that we only mark the capturing DeclRefExpr of a | Douglas Gregor |
2012-05-16 | Fix code generation of variables reference expressions when mixing | Douglas Gregor |
2012-05-16 | Fix ASTReader handling of ImportDecls, from Meador Inge! | Douglas Gregor |
2012-05-16 | Use a llvm::SmallString rather than std::string for duplicate-case errors | Douglas Gregor |
2012-05-16 | [analyzer] Introduce clang_analyzer_eval for regression test constraint checks. | Jordy Rose |
2012-05-16 | StringSwitchify. No functionality change. | Benjamin Kramer |
2012-05-16 | Factor sema for attributes unavailable and deprecated into a common function. | Benjamin Kramer |
2012-05-16 | [tsan] add ThreadSanitizer linker flags on Linux and also copy the tsan-rt i... | Kostya Serebryany |
2012-05-16 | Produce more useful 'duplicate case' diagnostics. Fixes PR9243, from Terry Long! | Douglas Gregor |
2012-05-16 | Include the correct conversion context locations for condition expressions. | David Blaikie |
2012-05-16 | Fix the visibility of instantiations of static data members. | Rafael Espindola |
2012-05-16 | [libclang/AST] Index references of protocols in "@protocol(...)" syntax. | Argyrios Kyrtzidis |
2012-05-16 | [objcmt] Accept char arrays for rewriting to @() syntax. | Argyrios Kyrtzidis |
2012-05-15 | [objcmt] When using NSNumber numberWithInteger:/numberWithUnsignedInteger: be | Argyrios Kyrtzidis |
2012-05-15 | objective-c: perform strict type checking on property | Fariborz Jahanian |
2012-05-15 | [analyzer] Fix a regression in ObjCUnusedIVars checker. | Anna Zaks |
2012-05-15 | [objcmt] Rewrite messages to NSString's stringWithUTF8String:/stringWithCString: | Argyrios Kyrtzidis |
2012-05-15 | Don't warn when NULL is used within a macro but its conversion is outside a m... | David Blaikie |
2012-05-15 | Typo. | Richard Smith |
2012-05-15 | If we see a declaration which is either missing a type or has a malformed type, | Richard Smith |
2012-05-15 | Don't use the implicit int rule for error recovery in C++. Instead, try to | Richard Smith |
2012-05-15 | Add the Objective-C runtime linking arguments after user-specified | Douglas Gregor |
2012-05-15 | [objcmt] Rewrite [NSNumber numberWith*] messages to the new @() boxing syntax. | Argyrios Kyrtzidis |
2012-05-15 | Allow objc @() syntax for enum types. | Argyrios Kyrtzidis |
2012-05-15 | Do not link with Objective-C libraries with -nostdlib or -nodefaultlibs. | Bob Wilson |
2012-05-15 | objc: avoid duplicate diagnostics on certain type mismatches | Fariborz Jahanian |
2012-05-15 | Remove word 'block' from option and diagnostic I added | Fariborz Jahanian |
2012-05-15 | Changing std::string to SmallString for r156826. | David Blaikie |
2012-05-15 | Improve some of the conversion warnings to fire on conversion to bool. | David Blaikie |
2012-05-15 | objective-c nonfragile abi: discourage ivar declarations | Fariborz Jahanian |
2012-05-15 | Fix our handling of visibility in explicit template instantiations. | Rafael Espindola |
2012-05-15 | Fixes crasher bug in JSONCompilationDatabase for invalid input. | Manuel Klimek |
2012-05-15 | add embedded linux variants that occur in the field | Gabor Greif |
2012-05-15 | Further improvement to wording of overload resolution diagnostics, and including | Richard Smith |
2012-05-15 | PR12798: Don't drop part of the nested name specifier when instantiating a | Richard Smith |
2012-05-15 | PR12826: Converting an lvalue to an xvalue is a no-op conversion, not an lval... | Richard Smith |
2012-05-15 | Fold the six functions checking explicitly-defaulted special member functions | Richard Smith |
2012-05-15 | Change the mangling of a ref-qualifier on a function type so that | John McCall |
2012-05-14 | [objcmt] When rewriting to subscripting syntax, make sure we put | Argyrios Kyrtzidis |
2012-05-14 | objc: allow typedef'ing an id to a pointer to a c-struct only. | Fariborz Jahanian |
2012-05-14 | Recover properly from a redundant 'typename' before a non-nested name. This is | Richard Smith |
2012-05-14 | [objcmt] When rewriting to array/dictionary literals, add an explicit | Argyrios Kyrtzidis |
2012-05-14 | Implement IRGen for C++11's "T{1, 2, 3}", where T is an aggregate and the | Richard Smith |
2012-05-14 | Teach the driver on Linux to respect -nodefaultlibs. | Chandler Carruth |
2012-05-14 | [analyzer] strncpy: Special-case a length of 0 to avoid an incorrect warning. | Jordy Rose |
2012-05-13 | Refactor all the | Rafael Espindola |