| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert r119838 "Don't warn for empty 'if' body if there is a macro that expan... | Argyrios Kyrtzidis | 2010-11-20 | 2 | -2/+2 |
| * | Don't warn for empty 'if' body if there is a macro that expands to nothing, e.g: | Argyrios Kyrtzidis | 2010-11-19 | 2 | -0/+2 |
| * | Refactoring of Diagnostic class. | Argyrios Kyrtzidis | 2010-11-18 | 1 | -1/+1 |
| * | Calculate the value kind of an expression when it's created and | John McCall | 2010-11-18 | 2 | -6/+10 |
| * | For an Objective-C @synthesize statement, e.g., | Douglas Gregor | 2010-11-17 | 2 | -3/+6 |
| * | Add a new expression kind, OpaqueValueExpr, which is useful for | John McCall | 2010-11-15 | 2 | -0/+19 |
| * | Add a variant of GCC-style vector types for ARM NEON. | Bob Wilson | 2010-11-10 | 2 | -3/+3 |
| * | Replace UsingDecl's SmallPtrSet of UsingShadowDecls with a linked list to avo... | Argyrios Kyrtzidis | 2010-11-10 | 2 | -16/+4 |
| * | Remove broken support for variadic templates, along with the various | Douglas Gregor | 2010-11-07 | 3 | -12/+11 |
| * | Don't write an empty DIAG_USER_MAPPINGS record. | Argyrios Kyrtzidis | 2010-11-05 | 1 | -1/+2 |
| * | Read/write from/to PCH the diagnostic mappings that the user set so that e.g.... | Argyrios Kyrtzidis | 2010-11-05 | 2 | -0/+40 |
| * | Implement -working-directory. | Argyrios Kyrtzidis | 2010-11-03 | 1 | -4/+13 |
| * | Plug a leak in the preprocessing record's handling of inclusion | Douglas Gregor | 2010-11-01 | 1 | -1/+1 |
| * | Flush statements after writing each DECL_CXX_BASE_SPECIFIERS node | Douglas Gregor | 2010-10-30 | 2 | -3/+3 |
| * | Make the deserialization of macro definitions lazy, so that we can | Douglas Gregor | 2010-10-30 | 1 | -1/+50 |
| * | Make the deserialization of C++ base class specifiers lazy, improving | Douglas Gregor | 2010-10-29 | 4 | -22/+162 |
| * | Switch case IDs conflict between chained PCHs; since there is no need to be g... | Argyrios Kyrtzidis | 2010-10-28 | 3 | -0/+14 |
| * | Remove an assertion that hit on legitimate cases. A redeclaration may have lo... | Argyrios Kyrtzidis | 2010-10-28 | 1 | -6/+0 |
| * | Use the ASTMutationListener to track when a named decl gets added to a DeclCo... | Argyrios Kyrtzidis | 2010-10-28 | 2 | -18/+23 |
| * | Properly add chained template specializations. | Argyrios Kyrtzidis | 2010-10-28 | 1 | -0/+2 |
| * | Fix the re-serializing decls in a chained PCH mechanism. | Argyrios Kyrtzidis | 2010-10-28 | 1 | -5/+4 |
| * | Use the ASTMutationListener to track added template specializations in a chai... | Argyrios Kyrtzidis | 2010-10-28 | 5 | -45/+16 |
| * | Make AST deserialization for class template specializations lazier, by | Douglas Gregor | 2010-10-27 | 1 | -16/+31 |
| * | Lazily load the next friend in the chain of FriendDecls, to eliminate | Douglas Gregor | 2010-10-27 | 2 | -2/+2 |
| * | Lazily load the "next" namespace in the chain of NamespaceDecls, to | Douglas Gregor | 2010-10-27 | 1 | -4/+3 |
| * | No really, we don't have a retain/release system for statements/expressions | John McCall | 2010-10-26 | 1 | -3/+0 |
| * | When de-serializing a type that is supposed to be canonical, call | Douglas Gregor | 2010-10-26 | 1 | -0/+4 |
| * | Improve the tracking of source locations for parentheses in constructor calls. | Chandler Carruth | 2010-10-25 | 2 | -5/+9 |
| * | Keep track in chained PCH of implicit members that were added after the defin... | Argyrios Kyrtzidis | 2010-10-24 | 3 | -1/+20 |
| * | Start fleshing out ASTMutationListener; notify when a tag definition is compl... | Argyrios Kyrtzidis | 2010-10-24 | 3 | -1/+46 |
| * | Introduce a DeclsToRewrite field in ASTWrite, used for collecting the decls t... | Argyrios Kyrtzidis | 2010-10-24 | 1 | -0/+7 |
| * | Some method renaming, no functionality change. | Argyrios Kyrtzidis | 2010-10-24 | 1 | -4/+4 |
| * | Refactoring. | Argyrios Kyrtzidis | 2010-10-24 | 3 | -82/+96 |
| * | Put the mechanism in place to track modifications in an AST entity that were ... | Argyrios Kyrtzidis | 2010-10-24 | 4 | -16/+94 |
| * | Simplify and "robust-ify" the way that CXXRecord references point to the defi... | Argyrios Kyrtzidis | 2010-10-24 | 3 | -58/+35 |
| * | Minor refactoring; Pull reading/writing DefinitionData out into a function. | Argyrios Kyrtzidis | 2010-10-24 | 2 | -89/+96 |
| * | Substantially revise how clang computes the visibility of a declaration to | John McCall | 2010-10-22 | 1 | -1/+1 |
| * | Reorganize predefined macros for all Windows targets. | Michael J. Spencer | 2010-10-21 | 2 | -0/+3 |
| * | Fix Whitespace. | Michael J. Spencer | 2010-10-21 | 2 | -65/+65 |
| * | Modify the assumptions of an assert; the updated latest redeclaration can hav... | Argyrios Kyrtzidis | 2010-10-20 | 1 | -6/+6 |
| * | Extend the preprocessing record and libclang with support for | Douglas Gregor | 2010-10-20 | 2 | -17/+84 |
| * | Fix chained PCH issue; make sure all visible decls that will be put into a UP... | Argyrios Kyrtzidis | 2010-10-20 | 1 | -1/+18 |
| * | Minor optimization; Try to iterator over redeclarations only when necessary. | Argyrios Kyrtzidis | 2010-10-20 | 1 | -9/+8 |
| * | Fix issue with chained PCH where forward references did not pick up later def... | Argyrios Kyrtzidis | 2010-10-20 | 1 | -0/+18 |
| * | Putting back safe fixes 116836,116837,116838 | Andrew Trick | 2010-10-19 | 1 | -1/+1 |
| * | Reverting 116836,116837,116838 until we resolve the getLangStandardForKind fa... | Andrew Trick | 2010-10-19 | 1 | -1/+1 |
| * | Fix up the comments for creating ParmVarDeclAbbrev to reflect reality. | Argyrios Kyrtzidis | 2010-10-19 | 1 | -1/+1 |
| * | Read/write declaration attributes from/to PCH properly. Embed them in the dec... | Argyrios Kyrtzidis | 2010-10-18 | 3 | -25/+9 |
| * | White-listing templated-scope friend decls is a good idea, but doing it | John McCall | 2010-10-16 | 2 | -0/+2 |
| * | Eradicate IsSuper field from ObjCImplicitSetterGetterRefExprClass | Fariborz Jahanian | 2010-10-15 | 2 | -2/+0 |