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