Age | Commit message (Expand) | Author |
2013-04-16 | Sema for Captured Statements | Tareq A. Siraj |
2013-04-08 | <rdar://problem/12806802> Propagate access specifiers for conversion function... | Douglas Gregor |
2013-04-03 | Revert accidental commit. | Richard Smith |
2013-04-03 | Pare back r164351 somewhat. The problem that change was addressing was that we | Richard Smith |
2013-04-03 | Escape more @ signs in Doxygen comments. | Jordan Rose |
2013-02-14 | Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fix | Rafael Espindola |
2013-02-12 | Remove an assert which triggers when a decl context in a module hits the 'has | Richard Smith |
2013-02-11 | Don't bother reconciling external visible decls against our current set of | Richard Smith |
2013-02-09 | Ensure that type definitions present in just-loaded modules are | Douglas Gregor |
2013-02-07 | Fix handling of module imports adding names to a DeclContext after qualified | Richard Smith |
2013-01-26 | Highlight various parts of the AST dump with color. Colors are controlled by | Richard Trieu |
2013-01-12 | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko |
2013-01-12 | Disable caching of visibility. | Rafael Espindola |
2013-01-12 | Provide Decl::getOwningModule(), which determines the (sub)module in | Douglas Gregor |
2012-12-25 | Add 171048 back but invalidate the cache of all redeclarations when setting | Rafael Espindola |
2012-12-25 | Revert r171048, "Cache visibility of decls." | NAKAMURA Takumi |
2012-12-25 | Cache visibility of decls. | Rafael Espindola |
2012-12-19 | Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe... | David Blaikie |
2012-12-01 | Don't include Type.h in DeclarationName.h. | Benjamin Kramer |
2012-12-01 | Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ... | Benjamin Kramer |
2012-10-14 | Simplify code. No functionality change. | Benjamin Kramer |
2012-10-11 | Remove pointless classof()'s. | Sean Silva |
2012-08-23 | Added a method to DeclContext that marks the | Sean Callanan |
2012-08-14 | Do NOT use inline functions with LLVM_ATTRIBUTE_USED. | Benjamin Kramer |
2012-07-26 | Put back dump() without a default argument, "because debuggers don't usually ... | Alexander Kornienko |
2012-07-26 | Added -ast-dump-filter option to clang -cc1. | Alexander Kornienko |
2012-06-15 | Fix a documentation typo: \\brief -> \brief | James Dennett |
2012-06-06 | Revert Decl's iterators back to pointer value_type rather than reference valu... | David Blaikie |
2012-05-03 | Split DeclarationName::getFETokenInfoAsVoid() into hot/cold paths and | Douglas Gregor |
2012-05-01 | Implement simplify_type traits for redecl_iterator. | David Blaikie |
2012-05-01 | Remove ref/value inconsistency in redecl_iterator. | David Blaikie |
2012-04-30 | Remove the ref/value inconsistency in filter_decl_iterator. | David Blaikie |
2012-04-14 | Add an AttributedStmt type to represent a statement with C++11 attributes | Richard Smith |
2012-04-03 | Remove more redundant lookups. Add a new "all_lookups_iterator" which provides | Nick Lewycky |
2012-03-22 | [PCH] When we are replacing a decl in a chained PCH that is also a DeclContext, | Argyrios Kyrtzidis |
2012-03-16 | Fix Objective-C compilation-time performance regression introduced in r152608. | Richard Smith |
2012-03-13 | Fix PR10447: lazily building name lookup tables for DeclContexts was broken. | Richard Smith |
2012-03-09 | [AST/etc] Mark {getSourceRange(),getStartLoc(),getEndLoc()} as LLVM_READONLY. | Daniel Dunbar |
2012-03-05 | AST/stats: Don't effectively use an out-of-line function to return a static | Daniel Dunbar |
2012-02-22 | More ArrayRef-ification of methods. | Bill Wendling |
2012-02-21 | Mark a few 'dump' methods as 'used' to make sure they are included in libclang | Argyrios Kyrtzidis |
2012-02-09 | [PCH] Avoid using Decl::setAttrs() and Decl::setLexicalDeclContext() from the... | Argyrios Kyrtzidis |
2012-01-14 | De-virtualize getPreviousDecl() and getMostRecentDecl() when we know | Douglas Gregor |
2012-01-14 | Introduce Decl::getPreviousDecl() and Decl::getMostRecentDecl(), | Douglas Gregor |
2012-01-09 | Implement redeclaration merging for namespaces defined in distinct | Douglas Gregor |
2012-01-07 | Switch NamespaceDecl from its own hand-rolled redeclaration chain over | Douglas Gregor |
2012-01-06 | Stash Decl's TopLevelDeclInObjCContainer and ModulePrivate bits | Douglas Gregor |
2012-01-06 | Introduce a "Hidden" bit into Decl, to track whether that declaration | Douglas Gregor |
2012-01-05 | When we deserialize a declaration from a module file, allocate extra | Douglas Gregor |
2012-01-05 | When creating declarations that are deserialized from an module file, | Douglas Gregor |