| Commit message (Expand) | Author | Age | Files | Lines |
| * | block extended signatur option. Change previous option | Fariborz Jahanian | 2012-11-15 | 1 | -2/+2 |
| * | Fix a trivial bool-related bug I spotted while skimming David Fang's | Eli Friedman | 2012-11-15 | 1 | -2/+2 |
| * | objective-C blocks: under cc1 flag -encode-extended-block-signature, | Fariborz Jahanian | 2012-11-14 | 1 | -2/+12 |
| * | objective-C blocks: Provide layout map for byref | Fariborz Jahanian | 2012-11-14 | 1 | -2/+32 |
| * | Provide the correct mangling and linkage for certain unnamed nested classes. | David Blaikie | 2012-11-14 | 1 | -0/+17 |
| * | Remove abuse of hasTrivial*, and fix miscompile wherein global arrays with | Richard Smith | 2012-11-12 | 1 | -19/+12 |
| * | Remove a const_cast by propagating constness to the member function. | Dmitri Gribenko | 2012-11-03 | 1 | -8/+8 |
| * | search for overridden methods with comment when overriding method | Fariborz Jahanian | 2012-10-11 | 1 | -13/+17 |
| * | [Doc parsing] This patch searches overridden objc/c++ | Fariborz Jahanian | 2012-10-10 | 1 | -4/+56 |
| * | Fix PR 11709: Change the definition of va_list to meet AAPCS requirement | Logan Chien | 2012-10-10 | 1 | -0/+61 |
| * | Simplify the code using SmallVector::append(), as suggested by Benjamin Kramer. | Argyrios Kyrtzidis | 2012-10-09 | 1 | -10/+3 |
| * | Move the functionality that looks for ObjC overridden methods from | Argyrios Kyrtzidis | 2012-10-09 | 1 | -167/+7 |
| * | Move the logic that searches for overridden methods from libclang to | Argyrios Kyrtzidis | 2012-10-09 | 1 | -0/+186 |
| * | When storing the C++ overridden methods, store them once for the | Argyrios Kyrtzidis | 2012-10-09 | 1 | -3/+4 |
| * | Move the 'find macro by spelling' infrastructure to the Preprocessor class and | Dmitri Gribenko | 2012-09-29 | 1 | -3/+5 |
| * | Fix the AST representation for non-type template arguments to encode | Eli Friedman | 2012-09-26 | 1 | -3/+6 |
| * | Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. | Dmitri Gribenko | 2012-09-10 | 1 | -0/+1 |
| * | Added missing const. | Abramo Bagnara | 2012-09-09 | 1 | -1/+1 |
| * | Fixed support for disabled wchar_t and added an appropriate test. | Abramo Bagnara | 2012-09-09 | 1 | -2/+2 |
| * | Change the representation of builtin functions in the AST | Eli Friedman | 2012-08-31 | 1 | -0/+3 |
| * | objective-C: clang must implicitly convert | Fariborz Jahanian | 2012-08-30 | 1 | -0/+1 |
| * | Fix a crash in type merging with enum types. | Eli Friedman | 2012-08-30 | 1 | -3/+6 |
| * | Fix a -Wdocumentation warning. | Dmitri Gribenko | 2012-08-28 | 1 | -3/+3 |
| * | Attaching comments to decls: since it was decided that Decl::isImplicit should | Dmitri Gribenko | 2012-08-23 | 1 | -2/+0 |
| * | ASTContext::getCommentForDecl: add comment. | Dmitri Gribenko | 2012-08-22 | 1 | -0/+4 |
| * | Attaching comments to declarations: when documentation is requested for an | Dmitri Gribenko | 2012-08-22 | 1 | -5/+62 |
| * | When performing a trivial copy of a C++ type, we must be careful not | John McCall | 2012-08-21 | 1 | -0/+21 |
| * | Attaching comments to declarations: ignore implicit decls. Decl::isImplicit() | Dmitri Gribenko | 2012-08-20 | 1 | -0/+18 |
| * | Attaching comments to declarations: parse the comment in context of the | Dmitri Gribenko | 2012-08-16 | 1 | -3/+20 |
| * | Fix misaligned allocation of QualifiedTempateName and DependentTemplateName. | Richard Smith | 2012-08-16 | 1 | -5/+10 |
| * | Attaching comments to redeclarations: fix wrong assumptions | Dmitri Gribenko | 2012-08-14 | 1 | -6/+26 |
| * | Factor out computation of whether a typeid's expression is potentially | Richard Smith | 2012-08-13 | 1 | -1/+1 |
| * | When looking for the comment associated with a declaration, adjust the | Douglas Gregor | 2012-08-13 | 1 | -0/+11 |
| * | Attaching comments to declarations: find comment attached to any redeclaration | Dmitri Gribenko | 2012-08-11 | 1 | -43/+55 |
| * | Comment parsing: extract TableGen'able pieces into new CommandTraits class. | Dmitri Gribenko | 2012-08-09 | 1 | -3/+6 |
| * | Attaching comments to declarations: handle using-declaration. | Dmitri Gribenko | 2012-08-02 | 1 | -2/+2 |
| * | ASTContext.h: replace include by a forward declaration. | Dmitri Gribenko | 2012-08-02 | 1 | -0/+1 |
| * | Comment parsing: add support for \tparam command on all levels. | Dmitri Gribenko | 2012-07-31 | 1 | -1/+10 |
| * | Implement resolving of HTML character references (named: &, decimal: *, | Dmitri Gribenko | 2012-07-27 | 1 | -1/+2 |
| * | Final piece of core issue 1330: delay computing the exception specification of | Richard Smith | 2012-07-27 | 1 | -3/+6 |
| * | Implement an optimization for finding the comment that occurs just after a | Dmitri Gribenko | 2012-07-17 | 1 | -6/+24 |
| * | Related to PR11848 and core-21989: switch ContainsUnexpandedParameterPack from | Richard Smith | 2012-07-16 | 1 | -4/+11 |
| * | Add a per target max vector alignment field (e.g., 32-byte alignment for x86 ... | Chad Rosier | 2012-07-13 | 1 | -0/+4 |
| * | Attaching comments to declarations during parsing: handle more Objective-C de... | Dmitri Gribenko | 2012-07-13 | 1 | -2/+14 |
| * | [Windows] Use thiscall as the default calling convention for class methods. P... | Timur Iskhodzhanov | 2012-07-12 | 1 | -2/+8 |
| * | Enable comment parsing and semantic analysis to emit diagnostics. A few | Dmitri Gribenko | 2012-07-11 | 1 | -4/+8 |
| * | Restrict the set of declaration kinds for which we allow trailing comments. | Dmitri Gribenko | 2012-07-06 | 1 | -1/+1 |
| * | Don't store pointers into a std::vector (RawCommentList::Comments). Although | Dmitri Gribenko | 2012-07-06 | 1 | -9/+10 |
| * | Use C++ cast. | Dmitri Gribenko | 2012-07-06 | 1 | -1/+2 |
| * | ASTContext.cpp: Appease msvc to cast NULL to typed pointer, or msvc mistakes ... | NAKAMURA Takumi | 2012-07-06 | 1 | -1/+1 |