| Commit message (Expand) | Author | Age | Files | Lines |
* | [Sema] Semantic analysis for empty-declaration and attribute-declaration. | Michael Han | 2013-02-22 | 1 | -0/+6 |
* | Teach -ast-print how to print trailing-return-types. | Richard Smith | 2013-02-22 | 1 | -2/+6 |
* | DeclPrinter: fix CXXConstructExpr printing with implicit default argument | Dmitri Gribenko | 2013-02-03 | 1 | -1/+2 |
* | Added outer template parameter lists to friend type AST nodes. | Enea Zaffanella | 2013-01-31 | 1 | -3/+6 |
* | Decl printer: fix CXXConstructExpr with implicit default argument | Dmitri Gribenko | 2013-01-27 | 1 | -3/+7 |
* | Fixes couple of friend declaration -ast-print bug | Fariborz Jahanian | 2012-12-21 | 1 | -5/+3 |
* | Implement AST dumper for Decls. | Alexander Kornienko | 2012-12-20 | 1 | -23/+13 |
* | Audit DeclPrinter with -ast-dump on Cocoa.h and | Fariborz Jahanian | 2012-12-19 | 1 | -10/+25 |
* | This is the libclang patch providing minimal API to | Fariborz Jahanian | 2012-12-18 | 1 | -1/+3 |
* | Use @import rather than @__experimental_modules_import, since the | Douglas Gregor | 2012-12-11 | 1 | -1/+1 |
* | More C++ testing of declarations embedded in | Fariborz Jahanian | 2012-12-06 | 1 | -1/+1 |
* | In DeclPrint add printing of '= default' | Fariborz Jahanian | 2012-12-05 | 1 | -0/+2 |
* | In DeclPrint add printing of 'explicit' | Fariborz Jahanian | 2012-12-05 | 1 | -1/+4 |
* | Testing C++ declarations embedded in | Fariborz Jahanian | 2012-12-05 | 1 | -0/+2 |
* | Testing C++ declarations embedded in | Fariborz Jahanian | 2012-12-05 | 1 | -0/+25 |
* | objective-c blocks: Consider padding due to alignment | Fariborz Jahanian | 2012-12-04 | 1 | -0/+11 |
* | Testing objective-C declarations embedded in | Fariborz Jahanian | 2012-12-04 | 1 | -1/+11 |
* | Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ... | Benjamin Kramer | 2012-12-01 | 1 | -1/+2 |
* | Pretty-print a ParenListExpr in a variable initializer correctly. Patch by G... | Eli Friedman | 2012-10-19 | 1 | -2/+2 |
* | [Doc parsing]: This patch adds <Declaration> tag to | Fariborz Jahanian | 2012-10-17 | 1 | -1/+4 |
* | Teach GetBaseType() about BlockPointerTypes. | Ted Kremenek | 2012-10-11 | 1 | -0/+2 |
* | Remove redundant semicolons which are null statements. | Dmitri Gribenko | 2012-09-10 | 1 | -1/+1 |
* | DeclPrinter, terse mode: don't print function bodies | Dmitri Gribenko | 2012-08-21 | 1 | -1/+1 |
* | Rename PrintingPolicy::DontRecurseInDeclContext to PrintingPolicy::TerseOutput | Dmitri Gribenko | 2012-08-21 | 1 | -1/+1 |
* | DeclPrinter: add terse output mode and lots of tests | Dmitri Gribenko | 2012-08-20 | 1 | -0/+3 |
* | Store SourceManager pointer on PrintingPolicy in the case where we're dumping, | Richard Smith | 2012-08-16 | 1 | -26/+22 |
* | Don't constant-fold when pretty-printing alignment attribute. This fixes a | Richard Smith | 2012-08-16 | 1 | -2/+2 |
* | Do NOT use inline functions with LLVM_ATTRIBUTE_USED. | Benjamin Kramer | 2012-08-14 | 1 | -0/+4 |
* | Provide isConst/Volatile on CXXMethodDecl. | David Blaikie | 2012-08-10 | 1 | -5/+4 |
* | Fix a -ast-dump crash. | Eli Friedman | 2012-08-08 | 1 | -0/+2 |
* | Added -ast-dump-filter option to clang -cc1. | Alexander Kornienko | 2012-07-26 | 1 | -2/+4 |
* | PR13064: Store whether an in-class initializer uses direct or copy | Richard Smith | 2012-06-10 | 1 | -1/+4 |
* | Revert Decl's iterators back to pointer value_type rather than reference valu... | David Blaikie | 2012-06-06 | 1 | -1/+1 |
* | Use raw_ostream in TypePrinter and eliminate uses of temporary std::strings. | Argyrios Kyrtzidis | 2012-05-05 | 1 | -20/+8 |
* | Print inline for inline namespaces, from Faisal Vali | Douglas Gregor | 2012-05-01 | 1 | -0/+2 |
* | Remove the ref/value inconsistency in filter_decl_iterator. | David Blaikie | 2012-04-30 | 1 | -1/+1 |
* | Change @import to @__experimental_modules_import. We are not ready to commit... | Ted Kremenek | 2012-03-01 | 1 | -1/+1 |
* | Represent C++ direct initializers as ParenListExprs before semantic analysis | Sebastian Redl | 2012-02-11 | 1 | -9/+13 |
* | Print NamedDecls directly to a raw_ostream where possible. | Benjamin Kramer | 2012-02-07 | 1 | -4/+3 |
* | Introduce a non-uglified syntax for module imports in Objective-C: | Douglas Gregor | 2012-01-03 | 1 | -1/+1 |
* | Eliminate ObjCForwardProtocolDecl, which is redundant now that | Douglas Gregor | 2012-01-01 | 1 | -11/+5 |
* | Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl | Douglas Gregor | 2011-12-27 | 1 | -5/+0 |
* | Keep track of all declarations of an Objective-C class (both forward | Douglas Gregor | 2011-12-15 | 1 | -5/+5 |
* | Move the definition-specific data of ObjCInterfaceDecl into a | Douglas Gregor | 2011-12-15 | 1 | -0/+5 |
* | Introduce a module import declaration, so that we properly represent, e.g., | Douglas Gregor | 2011-12-02 | 1 | -0/+7 |
* | Add support for pretty-printing attributes, from Richard Membarth! | Douglas Gregor | 2011-11-19 | 1 | -6/+16 |
* | DeclPrinter: print the declaration's storage class specifier as | Peter Collingbourne | 2011-11-08 | 1 | -3/+4 |
* | Fixed CXX struct and class initialization printing to support 'move' | Jim Goodnow II | 2011-10-30 | 1 | -1/+1 |
* | Change operator<< for raw_ostream and NamedDecl to take a reference instead o... | Benjamin Kramer | 2011-10-14 | 1 | -29/+27 |
* | Add returns_twice to functions that are known to return twice. This implements | Rafael Espindola | 2011-10-12 | 1 | -0/+4 |