- f6ac97b Let SourceManager::getBufferData return StringRef instead of a pair of two const char*. by Benjamin Kramer · 15 years ago
- 36c35ba Use SourceManager's Diagnostic object for all file-reading errors, by Douglas Gregor · 15 years ago
- f715ca1 Give SourceManager a Diagnostic object with which to report errors, by Douglas Gregor · 15 years ago
- aea67db Introduce a new BufferResult class to act as the return type of by Douglas Gregor · 15 years ago
- 37cafb0 Move method FindPropertyVisibleInPrimaryClass() from ObjCContainerDecl to ObjCInterfaceDecl. by Ted Kremenek · 15 years ago
- de09d0c Change ObjCCategoryDecl::FindPropertyDeclaration() to lookup by Ted Kremenek · 15 years ago
- 9f550ff Make 'findPropertyDecl()' a static method of ObjCPropertyDecl. by Ted Kremenek · 15 years ago
- b621766 Remember declaration scope qualifiers in the AST. Imposes no memory overhead by John McCall · 15 years ago
- b05b5f3 Remember access paths for visible conversion decls. by John McCall · 15 years ago
- 1c471f3 Check compatibility of vector types using their canonicalizations. by John McCall · 15 years ago
- 3352406 Allow users to set CPPFLAGS and CXXFLAGS on the make command line. by Jeffrey Yasskin · 15 years ago
- bf73b35 Remember whether a ParmVarDecl was spelled with a default argument or by John McCall · 15 years ago
- 0faede6 Improve the unused-value check to look into comma expressions and filter out by John McCall · 15 years ago
- 187ab37 Extend the builtin syntax to allow address-space qualifiers on pointers and by John McCall · 15 years ago
- d60e22e Implement basic support for friend types and functions in non-dependent by John McCall · 15 years ago
- 7d2aa11 For ivars created using @synthesize, set their DeclContext to be by Ted Kremenek · 15 years ago
- 92b7f70 Split C++ friend declarations into their own header/implementation file. by John McCall · 15 years ago
- 37147ea More record layout builder cleanup and simplification. by Anders Carlsson · 15 years ago
- 88f4296 Get rid of the PrimaryBase parameter from LayoutVirtualBases. by Anders Carlsson · 15 years ago
- 622e247 More cleanup towards fixing the real bug. by Anders Carlsson · 15 years ago
- 147b5dd Replace the class offset vectors in RecordLayoutBuilder with maps instead so we'll have faster lookup and so we can detect duplicates. by Anders Carlsson · 15 years ago
- 584e1df More cleanup. by Anders Carlsson · 15 years ago
- 23a5fcb More record layout builder cleanup. by Anders Carlsson · 15 years ago
- b6ee4b0 Assert that primary bases always have offset 0. by Anders Carlsson · 15 years ago
- 568eb6c Remove unused 'IVars' field from ObjCInterfaceDecl. That functionality by Ted Kremenek · 15 years ago
- 9dc82d2 Remove the IndirectPrimary parameter in LayoutVirtualBases; it's already there as a member variable. by Anders Carlsson · 15 years ago
- 200c5c2 More cleanup and simplification of the record layout builder. by Anders Carlsson · 15 years ago
- e3bdbee Get rid of the LayoutBaseNonVirtually; it was used to lay out a base either as a non-virtual base or a virtual base. by Anders Carlsson · 15 years ago
- e239b9d More shuffling. by Anders Carlsson · 15 years ago
- 4c3a7b0 Cleanups, no functionality change yet. by Anders Carlsson · 15 years ago
- 327fb2d Suppress the tag when printing an ElaboratedType if the language options by John McCall · 15 years ago
- 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 15 years ago
- becb8d5 Allow the fast path through ASTContext::getTypeDeclType to be inlined. by John McCall · 15 years ago
- 3cb0ebd Create a new InjectedClassNameType to represent bare-word references to the by John McCall · 15 years ago
- 2263f82 Don't error when a block pointer is passed to a by Fariborz Jahanian · 15 years ago
- bb9357c Replace copy loops with memcpy. by Benjamin Kramer · 15 years ago
- 503524a Allocate ASTRecordLayout objects using the allocator associated with ASTContext. by Ted Kremenek · 15 years ago
- c2350e5 Extend ObjCMessageExpr for class method sends with the source location by Douglas Gregor · 15 years ago
- 4bc1cb6 Keep track of type source information in the return type of an by Douglas Gregor · 15 years ago
- a422864 Patch to build qualifier on objective-c pointer types. Fixes radar 7626768. by Fariborz Jahanian · 15 years ago
- 4273857 When we invalidate a declaration, make it public, so that it doesn't by Douglas Gregor · 15 years ago
- 4e6ba4b Implement name hiding for names found through virtual base subobjects by Douglas Gregor · 15 years ago
- 89b7702 Refactor CXXRecordDecl::lookupInBases() to push the recursion down a by Douglas Gregor · 15 years ago
- 7f7f5f2 Revert r97618. Access control sucks by Douglas Gregor · 15 years ago
- 3262a0f Factor out the recursive lookup into C++ base classes into a separate, by Douglas Gregor · 15 years ago
- 7d10b7e Eliminate the static map of overridden C++ methods, which was going to by Douglas Gregor · 15 years ago
- ad5e738 Split out types that are non-canonical unless dependent as their own by John McCall · 15 years ago
- db7b72a Support constant-evaluation of __builtin_nans* as well as the correct constant by John McCall · 15 years ago
- 5fe8c04 Skip dependent virtual base classes; fixes PR6413. by Douglas Gregor · 15 years ago
- 6d90870 Implement semantic analysis for C++ [expr.new]p18-20, which describe by Douglas Gregor · 15 years ago
- b2f8121 Forgot to include nested protocols in collection, resulting in by Fariborz Jahanian · 15 years ago
- a2e7dd2 Use CXXPseudoDestructorExpr as the stored representation for dependent by Douglas Gregor · 15 years ago
- 26d4ac9 Retain complete source information for the type after the '~' in a by Douglas Gregor · 15 years ago
- f604a56 References to const int parameters with ICE default arguments are not ICEs. by John McCall · 15 years ago
- 11e8ce7 Add support for the weakref attribute. We still produce "alias weak" as llvm-gcc does, but are more strict on what uses of weakref we accept. by Rafael Espindola · 15 years ago
- 05f6247 When a reference to a field of a struct/union/class is passed to the by Charles Davis · 15 years ago
- 0e5ad25 More support for ivars in class extension. by Fariborz Jahanian · 15 years ago
- c0bf462 Perform two more constructor/destructor code-size optimizations: by John McCall · 15 years ago
- fdd8ab1 Don't assert that we have a valid access specifier on an invalid by Douglas Gregor · 15 years ago
- 325bf17 Set access specifiers on imported declarations. by Douglas Gregor · 15 years ago
- ce056bc Eliminate the default arguments to ASTContext::getFunctionType(), by Douglas Gregor · 15 years ago
- c144f35 Implement AST import for C++ member functions, including constructors, destructors, and conversions. Unfortunately, this cannot be tested yet, since we don't have C++ PCH support. by Douglas Gregor · 15 years ago
- 788c62d Implement AST importing for C++ namespaces. by Douglas Gregor · 15 years ago
- 083a821 Collect the code that imports all of the members of a declaration context into a single function, ImportDeclContext. Use it rather than explicit loops. No functionality change. by Douglas Gregor · 15 years ago
- 8761d68 Make Decl::isOutOfLine() virtual, and use that to determine when definitions by Chandler Carruth · 15 years ago
- ba7bc55 Revert: "Change InitListExpr to allocate the array for holding references" by Ted Kremenek · 15 years ago
- 0e12b44 Add a missing break. Cocoa.h can now be merged twice into the same AST context by Douglas Gregor · 15 years ago
- 008847a AST import for CStyleCastExpr. With this, we can import Cocoa.h into an empty context by Douglas Gregor · 15 years ago
- bd249a5 AST import for sizeof and alignof expressions by Douglas Gregor · 15 years ago
- 4408063 AST import for DeclRefExprs by Douglas Gregor · 15 years ago
- f638f95 AST import of parenthesized expressions, unary operators, binary by Douglas Gregor · 15 years ago
- 9f9269e Change InitListExpr to allocate the array for holding references by Ted Kremenek · 15 years ago
- 11062e1 Patch removes IVars list from ObjCInterfaceDecl and by Fariborz Jahanian · 15 years ago
- bb2d176 Try to fix the auroraux buildbot. I suspect it has a "#define SEC" somewhere. by Benjamin Kramer · 15 years ago
- b2e400a AST import for character literals by Douglas Gregor · 15 years ago
- 2b78502 AST import for forward declarations of Objective-C protocols by Douglas Gregor · 15 years ago
- a2bc15b Implement import of forward declarations of Objective-C classes by Douglas Gregor · 15 years ago
- b4677b6 AST import of Objective-C categories. by Douglas Gregor · 15 years ago
- 31c780d Add 'ns_returns_not_retained' and 'cf_returns_not_retained' attributes to by Ted Kremenek · 15 years ago
- 2cd0093 Implement AST importing of ImplicitParamDecls, despite the sad fact by Douglas Gregor · 15 years ago
- e326162 Implement AST merging for Objective-C properties. by Douglas Gregor · 15 years ago
- 2e2a400 AST import for Objective-C protocols by Douglas Gregor · 15 years ago
- efbddd2 Add IBAction attribute to keep the IBOutlet attribute company. by Ted Kremenek · 15 years ago
- 12ead49 Fix unused function warning to handle used attributes and redeclarations. Update test case. by Tanya Lattner · 15 years ago
- c3f2d2b Implement AST importing and checking for Objective-C method declarations. by Douglas Gregor · 15 years ago
- 2e55e3a Implement AST importing of Objective-C instance variables. by Douglas Gregor · 15 years ago
- e873fb7 Introduce a new kind of failed result for isLvalue/isModifiableLvalue by Douglas Gregor · 15 years ago
- bf0ee35 White-list comma expressions with the literal 0 as their RHS against by John McCall · 15 years ago
- 19c8576 Make the various type-decl Types (and their associated ASTContext routines) by John McCall · 15 years ago
- a12d294 Skeleton for importing Objective-C classes by Douglas Gregor · 15 years ago
- ea35d11 Cope with anonymous tags defined within declarators by structurally by Douglas Gregor · 15 years ago
- 73dc30b Reimplement the structural-equality checks used to determine whether by Douglas Gregor · 15 years ago
- 2576061 Class continuation now has its own property ast for by Fariborz Jahanian · 15 years ago
- 94ba380 Simplify code. If we can reach here, the base must be virtual. by Zhongxing Xu · 15 years ago
- af66758 Add newline. by Daniel Dunbar · 15 years ago
- 7fe0b9e Switch the standard DeclarationName comparator to be a tri-valued comparator. by John McCall · 15 years ago
- c4a2638 Fix for PR6274: teach constant folding to evaluate __builtin_expect. by Eli Friedman · 15 years ago
- 5ce5dab Funnel changes to the ImportedDecls list in the ASTImporter through a by Douglas Gregor · 15 years ago
- 36ead2e Implement AST importing and merging for enumeration types and by Douglas Gregor · 15 years ago
- 2d901df Don't error when setting a sub-structure variable via objc properties by Fariborz Jahanian · 15 years ago