Age | Commit message (Expand) | Author |
2009-09-03 | Visit function/method bodies and issue callback for parameters and local vari... | Steve Naroff |
2009-09-02 | Add a wicked little test-case that illustrates what we have to deal | Douglas Gregor |
2009-09-02 | Rewrite of our handling of name lookup in C++ member access expressions, e.g., | Douglas Gregor |
2009-09-02 | Fix a crash when referencing static data members. | Anders Carlsson |
2009-09-02 | Start issuing callback for references (add some predicates, refactor some code). | Steve Naroff |
2009-09-02 | Flesh out CXCursorKind... | Steve Naroff |
2009-09-02 | Refactor the check for bad divide into a checker. | Zhongxing Xu |
2009-09-02 | Replace uses of ImmutableSet in SymbolReaper with DenseSet. This was | Ted Kremenek |
2009-09-02 | It is illegal to derefrercne to an interface in | Fariborz Jahanian |
2009-09-01 | In CXXBaseOrMemberInitializer, don't confuse CtorTocall with | Douglas Gregor |
2009-09-01 | Add a CK_FunctionToPointerDecay cast kind. | Anders Carlsson |
2009-09-01 | Add DeclContext::Equals to compare declaration contexts based on their primar... | Douglas Gregor |
2009-09-01 | Tweak comment based on Daniel's recently added '-emit-ast' option. | Steve Naroff |
2009-09-01 | "The attached patch moves AttributeList::addAttributeList outside the | Douglas Gregor |
2009-09-01 | Add driver support for -emit-ast and AST compilation steps. | Daniel Dunbar |
2009-09-01 | Tip-toe around strict-aliasing violation. Fixes PR4061. | Douglas Gregor |
2009-09-01 | Add explicit "blind" client data to callback function (since we aren't using ... | Steve Naroff |
2009-09-01 | Don't assert when instantiating member references to fields in anonymous stru... | Anders Carlsson |
2009-09-01 | Preliminary AST representation and semantic analysis for | Douglas Gregor |
2009-08-31 | Eliminate CXXAdornedMemberExpr entirely. Instead, optionally allocate | Douglas Gregor |
2009-08-31 | Fix bug 4784 and allow friend declarations to properly extend | John McCall |
2009-08-31 | Rename CXXQualifiedMemberExpr -> CXXAdornedMemberExpr, since we will | Douglas Gregor |
2009-08-31 | Add parsing for references to member function templates with explicit | Douglas Gregor |
2009-08-31 | PR4836, part 1: add Sema support for __builtin_isnan and friends; they | Eli Friedman |
2009-08-31 | Support explicit C++ member operator syntax, from James Porter! | Douglas Gregor |
2009-08-31 | Updated GNU runtime non-fragile ABI. | David Chisnall |
2009-08-31 | Implement source/line/column hooks. | Steve Naroff |
2009-08-31 | More fleshing out the C-based indexing API (under construction). | Steve Naroff |
2009-08-30 | Improve missing error messages as suggested by Doug. | Anders Carlsson |
2009-08-30 | Improve diagnostics for missing members. This renames the err_typecheck_no_me... | Anders Carlsson |
2009-08-29 | Fix TypeLoc::operator bool(). | Argyrios Kyrtzidis |
2009-08-29 | Set the access specifier for using decls. | Anders Carlsson |
2009-08-29 | Improve instantiation of UnresolvedUsingDecls. | Anders Carlsson |
2009-08-29 | Get rid of mostly-unused, buggy method. | Eli Friedman |
2009-08-29 | Fix the breakage by handling indirect instantiations. This would be much | John McCall |
2009-08-29 | Store the SourceLocation of right parentheses in member initializers. Patch b... | Anders Carlsson |
2009-08-28 | path to ir-gen 12.3.1 Conversion by constructor | Fariborz Jahanian |
2009-08-28 | Fix this for real. | Anders Carlsson |
2009-08-28 | Lot's of little changes to get the C-based indexing API going... | Steve Naroff |
2009-08-28 | Instantiate unresolved using declarations. | Anders Carlsson |
2009-08-28 | Add CX prefix to Cursor and move a comment. | Steve Naroff |
2009-08-28 | Omnibus friend decl refactoring. Instead of cloning AST classes for friend | John McCall |
2009-08-28 | Create UnresolvedUsingDecls. | Anders Carlsson |
2009-08-28 | Check in UnresolvedUsingDecl. | Anders Carlsson |
2009-08-28 | Use SymbolicRegion instead of CodeTextRegion for symbolic function | Ted Kremenek |
2009-08-28 | More work on using declarations. | Anders Carlsson |
2009-08-28 | Many improvements to using declarations. | Anders Carlsson |
2009-08-28 | Accept and ignore a few more -Wflags. | Chris Lattner |
2009-08-27 | When looking for overloaded member operators, make sure to instantiate | Douglas Gregor |
2009-08-27 | Rename 'bindExpr' to 'BindExpr'. | Ted Kremenek |