2011-10-21 |
Douglas Gregor | Switch tests from grep to FileCheck |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Eli Friedman | Add tests for CodeGen types in MS ABI. Based on patch... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Argyrios Kyrtzidis | [PCH] When serializing Stmts, keep track of when sub... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Argyrios Kyrtzidis | Don't try to set the "array filler" in a InitListExpr... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Eli Friedman | More ASTRecordLayout changes for MS ABI; based on patch... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Fariborz Jahanian | c++: support gcc's application of weak attribute on |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Nick Lewycky | Doug reports that this test is still failing. Try apply... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
DeLesley Hutchins | Added support for thread safety attributes on destructors. |
commit | commitdiff | tree | snapshot |
2011-10-21 |
DeLesley Hutchins | Thread safety analysis refactoring: invalid lock expres... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
DeLesley Hutchins | Thread safety analysis: add support for attributes... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Fariborz Jahanian | objective-c: Diagnose redeclaration of private |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Sean Callanan | Added documentation for the recently-added |
commit | commitdiff | tree | snapshot |
2011-10-21 |
DeLesley Hutchins | Refactoring and code cleanup. |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Douglas Gregor | When performing name lookup for the previous declaratio... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Peter Collingbourne | Permit auto SCS on parameter declarations, C++03 [dcl... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Nick Lewycky | Try to be exceedingly clever and make this test work... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Douglas Gregor | Treat the Microsoft/Borland keyword "__except" as a... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Nick Lewycky | Massage this test a little so it works when run inside... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Sean Callanan | I added a new function to DeclContext called |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Nick Lewycky | Take DW_AT_comp_dir from $PWD when it's present and... |
commit | commitdiff | tree | snapshot |
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 |
next |