| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Copy source information for the inner type of an elaborated type;  fixes some | John McCall | 2010-05-28 | 1 | -9/+2 | 
| *  | Roll back r104941. | John McCall | 2010-05-28 | 1 | -1/+0 | 
| *  | Add a new attribute on records, __attribute__((adl_invisible)), and define | John McCall | 2010-05-28 | 1 | -0/+1 | 
| *  | Introduce a method to get from an anonymous struct or union record declaration | John McCall | 2010-05-21 | 1 | -0/+11 | 
| *  | Added TemplateArgumentListInfo to FunctionTemplateSpecializationInfo. | Abramo Bagnara | 2010-05-20 | 1 | -1/+13 | 
| *  | Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRan... | Abramo Bagnara | 2010-05-20 | 1 | -1/+1 | 
| *  | Cache the linkage of a type within its canonical type, eliminating | Douglas Gregor | 2010-05-19 | 1 | -0/+6 | 
| *  | Determine when the instantiation of a friend function defined inside a | Douglas Gregor | 2010-05-17 | 1 | -3/+2 | 
| *  | Merged Elaborated and QualifiedName types. | Abramo Bagnara | 2010-05-11 | 1 | -11/+1 | 
| *  | Push TypeSourceInfo::getTypeLoc() into a header file so that it's | John McCall | 2010-05-06 | 1 | -5/+0 | 
| *  | Remember the number of positive and negative bits used by the enumerators of | John McCall | 2010-05-06 | 1 | -1/+5 | 
| *  | Mark a variable as used in the absence of asserts to silence a GCC warning. | Chandler Carruth | 2010-05-06 | 1 | -0/+1 | 
| *  | When we start the definition of a class template, set the | Douglas Gregor | 2010-04-30 | 1 | -0/+9 | 
| *  | Add FunctionDecl::isVariadic() to match BlockDecl::isVariadic() and ObjCMetho... | Ted Kremenek | 2010-04-29 | 1 | -0/+6 | 
| *  | Reduce string trashing in getQualifiedNameAsString. | Benjamin Kramer | 2010-04-28 | 1 | -48/+38 | 
| *  | Make TemplateDecl and ObjCContainerDecl abstract | Douglas Gregor | 2010-04-22 | 1 | -1/+0 | 
| *  | Specify linkage for Objective-C declarations. | Ted Kremenek | 2010-04-20 | 1 | -0/+23 | 
| *  | Keep track of the actual storage specifier written on a variable or | Douglas Gregor | 2010-04-19 | 1 | -8/+10 | 
| *  | Add printName to DeclarationName which prints the human-readable name on a | Benjamin Kramer | 2010-04-17 | 1 | -6/+0 | 
| *  | Add raw_ostream operators to NamedDecl for convenience. Switch over all users... | Benjamin Kramer | 2010-04-17 | 1 | -0/+6 | 
| *  | Fix an embarrasing memory error.  I was apparently very tired when I wrote this | John McCall | 2010-04-13 | 1 | -1/+1 | 
| *  | Implement dependent friend function template specializations. | John McCall | 2010-04-08 | 1 | -0/+34 | 
| *  | Implement the protected access restriction ([class.protected]), which requires | John McCall | 2010-04-06 | 1 | -0/+18 | 
| *  | Properly account for redeclarations when explicitly instantiating class templ... | John McCall | 2010-03-26 | 1 | -4/+2 | 
| *  | Implement -Wshadow.  Based on a patch by Mike M.! | John McCall | 2010-03-16 | 1 | -1/+4 | 
| *  | Remember declaration scope qualifiers in the AST.  Imposes no memory overhead | John McCall | 2010-03-15 | 1 | -6/+69 | 
| *  | Make Decl::isOutOfLine() virtual, and use that to determine when definitions | Chandler Carruth | 2010-02-21 | 1 | -4/+4 | 
| *  | Remove use of 'std::string' from Attr objects, using instead a byte | Ted Kremenek | 2010-02-11 | 1 | -9/+0 | 
| *  | Eliminate a bunch of unnecessary ASTContexts from members functions of | Douglas Gregor | 2010-02-11 | 1 | -13/+10 | 
| *  | Eliminate the ASTContext parameter from RecordDecl::getDefinition() | Douglas Gregor | 2010-02-11 | 1 | -1/+1 | 
| *  | Always start tag definitions before completing them.  Assert same. | John McCall | 2010-02-05 | 1 | -0/+4 | 
| *  | Extract a common structure for holding information about the definition | John McCall | 2010-02-04 | 1 | -0/+10 | 
| *  | When a function or variable somehow depends on a type or declaration | Douglas Gregor | 2010-02-03 | 1 | -25/+139 | 
| *  | Fix a C++ regression where redefinitions weren't diagnosed. | Sebastian Redl | 2010-02-02 | 1 | -1/+3 | 
| *  | In C++, an initializer on a variable doesn't necessarily mean it's the defini... | Sebastian Redl | 2010-02-01 | 1 | -7/+11 | 
| *  | Add VarDecl::isThisDeclarationADefinition(), which properly encapsulates the ... | Sebastian Redl | 2010-01-31 | 1 | -11/+77 | 
| *  | Bring some semblance of order into Decl.h and Decl.cpp. While at it, fix some... | Sebastian Redl | 2010-01-26 | 1 | -235/+247 | 
| *  | Teach CIndex's cursor visitor to restrict its traversal to a specific | Douglas Gregor | 2010-01-22 | 1 | -2/+6 | 
| *  | Implement semantic checking for C++ literal operators. | Alexis Hunt | 2010-01-13 | 1 | -0/+9 | 
| *  | Fix spelling. | Mike Stump | 2010-01-06 | 1 | -1/+1 | 
| *  | Typedefs can be redeclared.  That seems like something we should record in | John McCall | 2009-12-30 | 1 | -0/+3 | 
| *  | Fix for PR5871. Make __PRETTY_FUNCTION__ work for member functions defined in... | Sam Weinig | 2009-12-28 | 1 | -5/+28 | 
| *  | Fix for PR5844. Be explicit about anonymous struct/class/union/namespaces in ... | Sam Weinig | 2009-12-24 | 1 | -0/+14 | 
| *  | If a ParmVarDecl's default argument is a CXXExprWithTemporaries, return the u... | Anders Carlsson | 2009-12-15 | 1 | -0/+29 | 
| *  | More improvements to checking allocation and deallocation functions. | Anders Carlsson | 2009-12-13 | 1 | -2/+2 | 
| *  | Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave | Jeffrey Yasskin | 2009-12-12 | 1 | -1/+1 | 
| *  | First pass at implementing C++ enum semantics:  calculate (and store) an | John McCall | 2009-12-09 | 1 | -1/+4 | 
| *  | DeclaratorInfo -> TypeSourceInfo.  Makes an effort to rename associated varia... | John McCall | 2009-12-07 | 1 | -11/+11 | 
| *  | Be a little more clever about inline member functions that are marked inline ... | Anders Carlsson | 2009-12-04 | 1 | -1/+13 | 
| *  | Slight tweak to the algorithm for getLinkage(). | Eli Friedman | 2009-11-26 | 1 | -1/+1 |