Age | Commit message (Expand) | Author |
2012-05-05 | Use raw_ostream in TypePrinter and eliminate uses of temporary std::strings. | Argyrios Kyrtzidis |
2012-05-01 | Print inline for inline namespaces, from Faisal Vali | Douglas Gregor |
2012-04-30 | Remove the ref/value inconsistency in filter_decl_iterator. | David Blaikie |
2012-03-01 | Change @import to @__experimental_modules_import. We are not ready to commit... | Ted Kremenek |
2012-02-11 | Represent C++ direct initializers as ParenListExprs before semantic analysis | Sebastian Redl |
2012-02-07 | Print NamedDecls directly to a raw_ostream where possible. | Benjamin Kramer |
2012-01-03 | Introduce a non-uglified syntax for module imports in Objective-C: | Douglas Gregor |
2012-01-01 | Eliminate ObjCForwardProtocolDecl, which is redundant now that | Douglas Gregor |
2011-12-27 | Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl | Douglas Gregor |
2011-12-15 | Keep track of all declarations of an Objective-C class (both forward | Douglas Gregor |
2011-12-15 | Move the definition-specific data of ObjCInterfaceDecl into a | Douglas Gregor |
2011-12-02 | Introduce a module import declaration, so that we properly represent, e.g., | Douglas Gregor |
2011-11-19 | Add support for pretty-printing attributes, from Richard Membarth! | Douglas Gregor |
2011-11-08 | DeclPrinter: print the declaration's storage class specifier as | Peter Collingbourne |
2011-10-30 | Fixed CXX struct and class initialization printing to support 'move' | Jim Goodnow II |
2011-10-14 | Change operator<< for raw_ostream and NamedDecl to take a reference instead o... | Benjamin Kramer |
2011-10-12 | Add returns_twice to functions that are known to return twice. This implements | Rafael Espindola |
2011-10-07 | Rename TagDecl::isDefinition -> isCompleteDefinition | John McCall |
2011-09-27 | When 'bool' is not a built-in type but is defined as a macro, print | Douglas Gregor |
2011-09-23 | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie |
2011-09-23 | Switch assert(0/false) llvm_unreachable. | David Blaikie |
2011-09-19 | OpenCL: introduce support for function scope __local variables | Peter Collingbourne |
2011-09-09 | Modules: introduce the __module_private__ declaration specifier, which | Douglas Gregor |
2011-08-27 | objective-c: Treat top-level objective-c declarations | Fariborz Jahanian |
2011-08-17 | Fix incorrect code indentation and silence dead store warning due to idiomati... | Ted Kremenek |
2011-07-28 | Add template instantiations to the output of -ast-dump. | Richard Trieu |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-06-15 | Automatic Reference Counting. | John McCall |
2011-06-11 | Added 'atomic' for objc properties. | Fariborz Jahanian |
2011-06-11 | Implement support for C++11 in-class initialization of non-static data members. | Richard Smith |
2011-05-06 | Modify some deleted function methods to better reflect reality: | Sean Hunt |
2011-05-02 | Remove dead variable caught by GCC. | Nick Lewycky |
2011-05-01 | Re-applies the patch first applied way back in r106099, with | Chandler Carruth |
2011-04-27 | When printing a base-specifier, print the ellipsis ("...") if it is a | Douglas Gregor |
2011-04-15 | Support for C++11 (non-template) alias declarations. | Richard Smith |
2011-04-15 | Teach -ast-print how to print template template parameters. | Richard Smith |
2011-04-14 | Add support for C++0x's range-based for loops, as specified by the C++11 draf... | Richard Smith |
2011-03-16 | Support for printing/dumping static asserts | Peter Collingbourne |
2011-03-12 | Propagate the new exception information to FunctionProtoType. | Sebastian Redl |
2011-02-25 | Update UsingDecl, UnresolvedUsingTypenameDecl, and | Douglas Gregor |
2011-02-17 | Step #2/N of __label__ support: keep pushing LabelDecl forward, | Chris Lattner |
2011-01-19 | Change QualType::getTypePtr() to return a const pointer, then change a | John McCall |
2011-01-08 | Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, | Sean Hunt |
2011-01-05 | Implement support for template template parameter packs, e.g., | Douglas Gregor |
2010-12-24 | When instantiating a non-type template parameter pack, be sure to | Douglas Gregor |
2010-12-14 | Added missing IgnoreParens(). | Abramo Bagnara |
2010-12-06 | Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical | John McCall |
2010-12-04 | More anonymous struct/union redesign. This one deals with anonymous field use... | Francois Pichet |
2010-12-03 | Added struct/class syntactic info for c++0x scoped enum. | Abramo Bagnara |
2010-12-01 | AST printing for scoped enumerations and enumerations with a fixed underlying... | Douglas Gregor |