aboutsummaryrefslogtreecommitdiff
path: root/include/clang
AgeCommit message (Expand)Author
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-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-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
2009-08-27Move the AnalysisContext* from GRState to Environment.Ted Kremenek
2009-08-27Add __builtin_memchr (used by GNU libstdc++).Eli Friedman
2009-08-27PR4800: Implement -Wpointer-arith. I think this is the correct behavior Eli Friedman
2009-08-27Implement instantiation of the declarations of member functionDouglas Gregor
2009-08-27Remove unused utility methods of GRStmtNodeBuilder.Zhongxing Xu
2009-08-27Remove unused utility methods of GRStmtNodeBuilder.Zhongxing Xu
2009-08-27restore indentationGabor Greif
2009-08-27add missing headerGabor Greif
2009-08-27Remove a unused member variable. Instead query the option from AnalysisManager.Zhongxing Xu
2009-08-27iterator.h is no more. Be standards compliant.Gabor Greif
2009-08-27When checking whether one declaration context encloses another, make sure to ...Douglas Gregor
2009-08-27Stub out an error so we don't crash.Eli Friedman
2009-08-27In ActOnCXXTypeConstructExpr, check that the type is complete and non-abstrac...Anders Carlsson
2009-08-27Simplify 'Environment' to contain only one map from 'const Stmt*' to SVals, g...Ted Kremenek
2009-08-27Cleanups.Mike Stump
2009-08-27New RequireNonAbstractType function.Anders Carlsson
2009-08-26When a member reference expression includes a qualifier on the memberDouglas Gregor
2009-08-26The PartialDiagnostic constructor doesn't need to be explicit.Anders Carlsson
2009-08-26Regularize the case and sort.Mike Stump
2009-08-26More improvements to PartialDiagnostic.Anders Carlsson
2009-08-26Implement support for C++ direct initializers that involve dependentDouglas Gregor
2009-08-26Fixes a comment.Fariborz Jahanian
2009-08-26AST for conversion by conversion functions. WIP.Fariborz Jahanian
2009-08-26More support for pseudo dtors.Anders Carlsson
2009-08-26update to CXXFunctionalCastExpr to support ir-gen forFariborz Jahanian
2009-08-26When we know that we are parsing a class-name, implicitly construct aDouglas Gregor