2011-10-20 |
Richard Smith | Add -Wc++98-compat diagnostics for jumps which bypass... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Douglas Gregor | When fixing up the storage class for an anonymous union... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Ted Kremenek | Add test case for analyzer crash reported in <rdar... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Richard Smith | 'extern template' is a C++11 feature. Add an Extension... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Douglas Gregor | There's no point in marking a declaration invalid just... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Argyrios Kyrtzidis | [libclang] Don't use C++-style comments in c-index... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Douglas Gregor | Diagnose class template (partial) specializations that... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Douglas Gregor | When we parse something that looks like a templated... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Ted Kremenek | Further refine the diagnostic categories for ARC diagno... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Richard Smith | Add -Wc++98-compat warning for enumerations in nested... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
David Blaikie | FixIt insert 'static' for anonymous unions at global... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
David Blaikie | Add a fixit to remove storage specifiers on anonymous... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
David Blaikie | Fix all 80 col violations in include/clang/Basic, plus... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Richard Smith | Make the -verify bits in this test actually test someth... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Eli Friedman | Define __STDC__ in -fms-extensions mode; defining it... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
David Blaikie | 80 cols (one I created in my last commit, plus a bunch... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
David Blaikie | Don't provide errors for anonymous unions when they... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Richard Smith | Improve the diagnostic when a comma ends up at the... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Richard Smith | -Wc++98-compat: warn on nontrivial types used in unions... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Matt Beaumont-Gay | Only warn at self-initialization if some later use... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Richard Smith | -Wc++98-compat: diagnose if a reference is bound to... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Rafael Espindola | Fix the signatures of vfork, __sigsetjmp and sigsetjmp. |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Hans Wennborg | Break out ssize_t test from Sema/format-strings-fixit.c |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Douglas Gregor | Improve the warning for cv-qualifiers on free functions... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Douglas Gregor | Add support for constant arrays, from Anders Waldenborg!. |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Douglas Gregor | Add TypeKind.CONSTANTARRAY, from Anders Waldenborg! |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Douglas Gregor | Fix error message for unknown type kind, from Anders... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Douglas Gregor | This new field was introduced in clang-c in r141277 |
commit | commitdiff | tree | snapshot |
2011-10-19 |
David Blaikie | Fix pr9789, assert-on-invalid while instantiating an... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Douglas Gregor | Tweak this test to test more directly what we want... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Argyrios Kyrtzidis | Don't forget to complete the objc interface before... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Richard Smith | Add a -Wc++98-compat warning for friend functions of... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Eric Christopher | Add block information for ObjC @catch blocks. |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Eric Christopher | Add a new subclass of RunCleanupScopes that also handle... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Peter Collingbourne | Move static array parameter checks to SemaExpr, per... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Richard Smith | -Wc++98-compat: warn if a SFINAE substitution in C... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Fariborz Jahanian | objc: allow class name qualified with protocols in |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Anna Zaks | [analyzer] Move predecessor into the NodeBuilder context. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Anna Zaks | [analyzer] Make NodeBuilder and Pred node loosely coupled |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Anna Zaks | [analyzer] Remove StmtNodeBuilder from CheckerContext |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Anna Zaks | [analyzer] Subclassing StmtBuilder from the NodeBuilder |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Anna Zaks | [analyzer] Remove dead code. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Anna Zaks | [analyzer] Remove redundant method + whitespace. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Anna Zaks | [analyzer] Modularize builder use in processBranch. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Anna Zaks | [analyzer] Pull Pred out of NodeBuilderContext. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Anna Zaks | [analyzer] Rely only on NodeBuilder inside CheckerContext. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Anna Zaks | [analyzer] Remove redundant assignment operator. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Anna Zaks | [analyzer] NodeBuilder Refactoring: Subclass BranchNode... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Anna Zaks | [analyzer] Node Builder refactoring: Introduce a simple... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
John McCall | More metaprogramming with builtin types. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Argyrios Kyrtzidis | [libclang] Make sure we do a correct invalid check... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Douglas Gregor | Minor tweak to test |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Richard Smith | -Wc++98-compat and -Wc++98-compat-pedantic warnings... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Douglas Gregor | Remove unused data member |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Douglas Gregor | Provide result types for code completions that describe... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
John McCall | Add a __has_feature check for arc_cf_code_audited. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
John McCall | Macro metaprogramming for builtin types. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Richard Smith | -Wc++98-compat and -Wc++98-compat-pedantic warnings... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Daniel Dunbar | Frontend: Support -iframework. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Richard Smith | Simplify RecordDeclCXX::setBases slightly. No functiona... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Fariborz Jahanian | objc: more changes in use of IBOutletCollection attribute. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Argyrios Kyrtzidis | [arcmt] Rewrite attributes in extensions as well. rdar... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Argyrios Kyrtzidis | Set the objc "property attributes as written" for exten... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Richard Smith | In C++11, a class's members are allowed to be nominated... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Argyrios Kyrtzidis | [driver] Make the driver to link the simulator arclite... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Fariborz Jahanian | objc: diagnose invalid argument to an |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Argyrios Kyrtzidis | [libclang] Since an objc extension semantically continu... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Douglas Gregor | Make it possible to compute the type of 'this' without... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Douglas Gregor | Add code completions for C++0x expressions |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Argyrios Kyrtzidis | [libclang] Index implicit property references. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Argyrios Kyrtzidis | [libclang] When printing the diagnostic print it with... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Argyrios Kyrtzidis | [libclang] Index method references. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Benjamin Kramer | Use llvm::Triple's methods to parse FreeBSD version... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Hans Wennborg | Another attempt at fixing format-strings-fixit.c. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Hans Wennborg | Disable the ssize_t test in format-strings-fixit.c. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Hans Wennborg | Suggest %zu for size_t args to printf. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
David Blaikie | Switch to the C++11 warning flags in tests. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
David Blaikie | Update documentation to use "C++11" instead of "C++0x" |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Douglas Gregor | Don't format the code completion for parameters of... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Richard Smith | Add -Wc++11-compat warning for an inline specifier... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Douglas Gregor | When transforming the arguments for a C++ "new" express... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Richard Smith | Refactor the checking for explicit template instantiati... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
John McCall | Argyrios says this change is required for safety under... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Eli Friedman | Revert accidental commit. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Eli Friedman | Rewrite parts of MS ABI C++ layout. Based on work... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
John McCall | Fix several bugs with #pragma clang arc_cf_code_audited... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Argyrios Kyrtzidis | Revert r142311, -mios-simulator-version-min does not... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
John McCall | In hasPlaceholderType(Kind) and isSpecificPlaceholderTy... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Argyrios Kyrtzidis | Remove the hack where we sniff the __IPHONE_OS_VERSION_... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Richard Smith | Perform lvalue-to-rvalue conversions on __builtin_offse... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Argyrios Kyrtzidis | [arcmt] In ARC default for properties is 'strong' so... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Richard Smith | Add -Wc++98-compat warnings for uses of the new keyword... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Nick Lewycky | Wire up support for the controlling the extended dwarf... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Matt Beaumont-Gay | Silence a -Wc++0x-narrowing warning |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Rafael Espindola | Implement -static-libstdc++ for linux. |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Argyrios Kyrtzidis | Try fixing MSVC compiler errors. |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Eli Friedman | Add missing newline. |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Ted Kremenek | Move about 20 random diagnostics under -W flags. Patch... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Eli Friedman | Initial implementation of __atomic_is_lock_free. The... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Rafael Espindola | Implement -static-libgcc on linux and refactor the... |
commit | commitdiff | tree | snapshot |
next |