2009-09-01 |
Fariborz Jahanian | After a conversation with Doug. I added a fix me to |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Mike Stump | Split out overriding. WIP. |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Mike Stump | Testcase for recent checkin. |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Anders Carlsson | Handle member expressions that return references correctly. |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Anders Carlsson | Assert that we don't have any virtual bases. We can... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Douglas Gregor | In CXXBaseOrMemberInitializer, don't confuse CtorTocall... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Anders Carlsson | Use the correct cast kinds for bit casts and function... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Anders Carlsson | Add a CK_FunctionToPointerDecay cast kind. |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Anders Carlsson | We can generate constructors/destructors with base... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Ted Kremenek | Add test case from <rdar://problem/7184450>. |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Douglas Gregor | Implement proper substitution for OverloadedFunctionDec... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Douglas Gregor | Add DeclContext::Equals to compare declaration contexts... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Steve Naroff | Tweak comment based on Daniel's recently added '-emit... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Douglas Gregor | "The attached patch moves AttributeList::addAttributeLi... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Fariborz Jahanian | Fixed a property getter ir-gen crash. |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Douglas Gregor | Fix a crasher involving template instantiation of non... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Daniel Dunbar | Add driver support for -emit-ast and AST compilation... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Douglas Gregor | Tip-toe around strict-aliasing violation. Fixes PR4061. |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Steve Naroff | Add explicit "blind" client data to callback function... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Douglas Gregor | Move C++ test over to CodeGenCXX, since it requires... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Anders Carlsson | Don't assume that a base is always a RecordType, it... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Anders Carlsson | Add pretty stack traces when instantiating functions... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Anders Carlsson | Handle member initializers that point to fields in... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Anders Carlsson | Don't assert when instantiating member references to... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Eli Friedman | PR4836, part 2: CodeGen for __builtin_isnan. |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Douglas Gregor | Preliminary AST representation and semantic analysis for |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Daniel Dunbar | Force triple for this test (non-fragile ABI is default... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Ted Kremenek | Sentence-case bug category. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Douglas Gregor | Remember to write the qualifier of a MemberExpr to... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Douglas Gregor | Eliminate CXXAdornedMemberExpr entirely. Instead, optio... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
John McCall | Fix bug 4784 and allow friend declarations to properly... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Devang Patel | Rename DIBlock as DILexicalBlock. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Douglas Gregor | Rename CXXQualifiedMemberExpr -> CXXAdornedMemberExpr... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Douglas Gregor | Add parsing for references to member function templates... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Eli Friedman | PR4836, part 1: add Sema support for __builtin_isnan... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Douglas Gregor | Implement template instantiation for member operator... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Douglas Gregor | Support explicit C++ member operator syntax, from James... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Fariborz Jahanian | Re-implemented generation of objc_memmove_collectable |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Daniel Dunbar | Fix a -Asserts warning. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
David Chisnall | Added test cases for presence and absence of __has_feat... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
David Chisnall | Updated GNU runtime non-fragile ABI. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Steve Naroff | Implement source/line/column hooks. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Steve Naroff | More fleshing out the C-based indexing API (under const... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Anders Carlsson | More missing member goodness. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Anders Carlsson | Improve missing error messages as suggested by Doug. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Anders Carlsson | Use DiagnoseMissingMember for UsingDecls. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Anders Carlsson | Improve diagnostics for missing members. This renames... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Eli Friedman | Unbreak tests. I'll look into why this is necessary... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Argyrios Kyrtzidis | Fix the start source location for type-specs like long... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Argyrios Kyrtzidis | Fix TypeLoc::operator bool(). |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Eli Friedman | Make instantiating initializers for classes with a... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Eli Friedman | Make IRGen for initializing a member reference work... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Anders Carlsson | Add a workaround for decls that come from friend decls... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Anders Carlsson | In DeclPrinter, assert when asked to print AS_None. |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Fariborz Jahanian | Patch to ir-gen user-defined conversions used in expres... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Anders Carlsson | Set the access specifier for using decls. |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Anders Carlsson | Improve instantiation of UnresolvedUsingDecls. |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Fariborz Jahanian | Patch for code gen. for c-style cast which ends in |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Eli Friedman | Get rid of mostly-unused, buggy method. |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Benjamin Kramer | gcc 4.4 needs cstdio for printf. Reorder includes while... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
John McCall | Test case. |
commit | commitdiff | tree | snapshot |
2009-08-29 |
John McCall | Fix the breakage by handling indirect instantiations... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Anders Carlsson | Instantiate member and base initializers. Patch by... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Eli Friedman | Fix a couple issues with parsing invalid nested-name... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
John McCall | For consistency, just make friend declarations AS_public. |
commit | commitdiff | tree | snapshot |
2009-08-29 |
John McCall | Fix a last-minute typo and make the test not emit tempo... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
John McCall | Ensure code generation for friend declarations in class... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Zhongxing Xu | Refactor undefined argument checking into a Checker. |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Anders Carlsson | Store the SourceLocation of right parentheses in member... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Anders Carlsson | Don't assert that friend declarations must have access... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Anders Carlsson | CreateDeclRefExprs that point to UnresolvedUsingDecls. |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Anders Carlsson | Add another check for UnresolvedUsingDecl. |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Mike Stump | iGenerate vcalls as we build up the methods. WIP. |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Douglas Gregor | Make sure we actually found a redeclaration before... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Anders Carlsson | Add printing of access specifiers to DeclPrinter. The... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Douglas Gregor | Remove #if 0'd code that is clearly not needed |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Fariborz Jahanian | path to ir-gen 12.3.1 Conversion by constructor |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Douglas Gregor | Don't crash when instantiating templates containing... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Douglas Gregor | Test instantiation of static data members that live... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Douglas Gregor | Test instantiations of out-of-line member definitions... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Douglas Gregor | Fix and test template instantiation for nested member... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Douglas Gregor | Tighten up the conversion from a single-level template... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Douglas Gregor | Remove the conversion from a multi-level template argum... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Douglas Gregor | Implement template instantiation for member class templ... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Ted Kremenek | Add uninitialized values test case. |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Ted Kremenek | retain/release checker: [CIContext createCGImage..... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Anders Carlsson | Improve support for using decls in the decl printer. |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Ted Kremenek | Add CIndex dependencies: libLLVMC and libclangSema... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Ted Kremenek | Tweak CIndex file to resolve to linking issues with... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Anders Carlsson | Check for UnresolvedUsingDecl when determining if a... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Fariborz Jahanian | test case for my last patch. |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Fariborz Jahanian | patch to prevent crash in hopelessly incorrect |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Douglas Gregor | Collect multiple levels of template arguments into... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Anders Carlsson | Fix this for real. |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Daniel Dunbar | Hide IdxVisitor and remove unimplemented method (causin... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Fariborz Jahanian | Test case for conversion type method call ir-gen. |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Anders Carlsson | Allow explicit ctors for casts. |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Anders Carlsson | When doing overload resolution, expressions that are... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Anders Carlsson | Pass InOverloadResolution all the way down to IsPointer... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Steve Naroff | Lot's of little changes to get the C-based indexing... |
commit | commitdiff | tree | snapshot |
next |