| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [PCH] When serializing Stmts, keep track of when sub statements are reference... | Argyrios Kyrtzidis | 2011-10-21 | 2 | -4/+58 |
* | Don't try to set the "array filler" in a InitListExpr twice. | Argyrios Kyrtzidis | 2011-10-21 | 2 | -2/+4 |
* | More ASTRecordLayout changes for MS ABI; based on patch by r4start. | Eli Friedman | 2011-10-21 | 2 | -25/+35 |
* | c++: support gcc's application of weak attribute on | Fariborz Jahanian | 2011-10-21 | 3 | -0/+10 |
* | Added support for thread safety attributes on destructors. | DeLesley Hutchins | 2011-10-21 | 1 | -2/+27 |
* | Thread safety analysis refactoring: invalid lock expressions. | DeLesley Hutchins | 2011-10-21 | 2 | -32/+69 |
* | Thread safety analysis: add support for attributes on constructors. | DeLesley Hutchins | 2011-10-21 | 1 | -56/+78 |
* | objective-c: Diagnose redeclaration of private | Fariborz Jahanian | 2011-10-21 | 1 | -0/+22 |
* | Refactoring and code cleanup. | DeLesley Hutchins | 2011-10-21 | 1 | -65/+100 |
* | When performing name lookup for the previous declaration of a field, | Douglas Gregor | 2011-10-21 | 1 | -8/+17 |
* | Permit auto SCS on parameter declarations, C++03 [dcl.stc]p2 | Peter Collingbourne | 2011-10-21 | 1 | -0/+5 |
* | Treat the Microsoft/Borland keyword "__except" as a context-sensitive | Douglas Gregor | 2011-10-21 | 2 | -3/+17 |
* | I added a new function to DeclContext called | Sean Callanan | 2011-10-21 | 2 | -34/+52 |
* | Take DW_AT_comp_dir from $PWD when it's present and starts with a '/'. This is | Nick Lewycky | 2011-10-21 | 3 | -0/+18 |
* | Add -Wc++98-compat diagnostics for jumps which bypass initialization of non-POD | Richard Smith | 2011-10-20 | 2 | -40/+89 |
* | When fixing up the storage class for an anonymous union, don't mark | Douglas Gregor | 2011-10-20 | 1 | -2/+0 |
* | 'extern template' is a C++11 feature. Add an Extension for C++98 (this matches | Richard Smith | 2011-10-20 | 1 | -0/+3 |
* | There's no point in marking a declaration invalid just because it | Douglas Gregor | 2011-10-20 | 3 | -15/+15 |
* | Diagnose class template (partial) specializations that occur in the | Douglas Gregor | 2011-10-20 | 1 | -1/+10 |
* | When we parse something that looks like a templated friend tag but | Douglas Gregor | 2011-10-20 | 1 | -2/+16 |
* | Further refine the diagnostic categories for ARC diagnostics. Addresses <rda... | Ted Kremenek | 2011-10-20 | 3 | -14/+8 |
* | Add -Wc++98-compat warning for enumerations in nested name specifiers. | Richard Smith | 2011-10-20 | 2 | -0/+6 |
* | FixIt insert 'static' for anonymous unions at global or namespace scope. | David Blaikie | 2011-10-20 | 1 | -1/+2 |
* | Add a fixit to remove storage specifiers on anonymous enums. | David Blaikie | 2011-10-20 | 1 | -1/+2 |
* | Define __STDC__ in -fms-extensions mode; defining it is consistent with gcc, ... | Eli Friedman | 2011-10-19 | 1 | -1/+1 |
* | 80 cols (one I created in my last commit, plus a bunch of others that were al... | David Blaikie | 2011-10-19 | 1 | -24/+39 |
* | Don't provide errors for anonymous unions when they're actually anonymous cla... | David Blaikie | 2011-10-19 | 1 | -26/+28 |
* | Improve the diagnostic when a comma ends up at the end of a declarator group | Richard Smith | 2011-10-19 | 1 | -3/+72 |
* | -Wc++98-compat: warn on nontrivial types used in unions and anonymous structs. | Richard Smith | 2011-10-19 | 1 | -7/+10 |
* | Only warn at self-initialization if some later use is always uninitialized. | Matt Beaumont-Gay | 2011-10-19 | 1 | -2/+13 |
* | -Wc++98-compat: diagnose if a reference is bound to a prvalue which does not | Richard Smith | 2011-10-19 | 1 | -66/+138 |
* | Improve the warning for cv-qualifiers on free functions, from Ahmed Charles! | Douglas Gregor | 2011-10-19 | 6 | -6/+51 |
* | Fix pr9789, assert-on-invalid while instantiating an (invalid) class template... | David Blaikie | 2011-10-19 | 1 | -17/+16 |
* | Don't forget to complete the objc interface before asking for information, | Argyrios Kyrtzidis | 2011-10-19 | 2 | -1/+11 |
* | Add a -Wc++98-compat warning for friend functions of class templates which would | Richard Smith | 2011-10-19 | 1 | -7/+29 |
* | Add block information for ObjC @catch blocks. | Eric Christopher | 2011-10-19 | 1 | -1/+1 |
* | Add a new subclass of RunCleanupScopes that also handles creating new | Eric Christopher | 2011-10-19 | 1 | -3/+41 |
* | Move static array parameter checks to SemaExpr, per Doug's request | Peter Collingbourne | 2011-10-19 | 2 | -63/+60 |
* | -Wc++98-compat: warn if a SFINAE substitution in C++11 suppresses an access | Richard Smith | 2011-10-19 | 1 | -7/+25 |
* | objc: allow class name qualified with protocols in | Fariborz Jahanian | 2011-10-18 | 1 | -1/+11 |
* | [analyzer] Move predecessor into the NodeBuilder context. | Anna Zaks | 2011-10-18 | 2 | -9/+7 |
* | [analyzer] Make NodeBuilder and Pred node loosely coupled | Anna Zaks | 2011-10-18 | 4 | -37/+34 |
* | [analyzer] Remove StmtNodeBuilder from CheckerContext | Anna Zaks | 2011-10-18 | 2 | -7/+2 |
* | [analyzer] Subclassing StmtBuilder from the NodeBuilder | Anna Zaks | 2011-10-18 | 2 | -54/+19 |
* | [analyzer] Remove dead code. | Anna Zaks | 2011-10-18 | 2 | -2/+1 |
* | [analyzer] Modularize builder use in processBranch. | Anna Zaks | 2011-10-18 | 4 | -64/+60 |
* | [analyzer] Pull Pred out of NodeBuilderContext. | Anna Zaks | 2011-10-18 | 2 | -8/+10 |
* | [analyzer] NodeBuilder Refactoring: Subclass BranchNodeBuilder from NodeBuilder. | Anna Zaks | 2011-10-18 | 3 | -63/+54 |
* | [analyzer] Node Builder refactoring: Introduce a simple Node Builder responsi... | Anna Zaks | 2011-10-18 | 3 | -24/+52 |
* | More metaprogramming with builtin types. | John McCall | 2011-10-18 | 3 | -23/+17 |