2009-10-05 |
Mike Stump | Ensure we have atleast 2-byte alignment for member... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Douglas Gregor | Make sure that c-index-test links as a C++ executable |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Douglas Gregor | Make sure that libCIndex links as a C++ library |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Mike Stump | Testcase for recent checkin. |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Mike Stump | Respect alignments better. |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Eric Christopher | Fix C90 compile warning about mixed declarations and... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Fariborz Jahanian | tweaked my last patch to 1) preserve the protocol in |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Chris Lattner | remove this test, grepping for define isn't really... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Douglas Gregor | Encode the Clang branch and Subversion revision into... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Fariborz Jahanian | Patch to implement Protocols on class extensions. |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Douglas Gregor | Provide a common set of routines in Version.h that... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Douglas Gregor | Pre-commit commit to get URL keyword expansion for... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Steve Naroff | - Fix assert in clang_getCursorDecl (having to do with... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Benjamin Kramer | Use new predicates for some type equality tests. |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Rafael Espindola | Add a -nostdclanginc flag to clang-cc that prevents... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Anders Carlsson | Pass the canonical method decl to GetVtableIndex. Fixes... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Anders Carlsson | Implement code generation of member function pointer... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Anders Carlsson | Create CXXMemberCallExpr for pointer-to-member calls. |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Anders Carlsson | Ignore No-op casts when evaluating lvalue expressions... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Anders Carlsson | Teach AggExprEmitter about pointers to member functions. |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Anders Carlsson | Handle base-to-derived casts of member function pointer... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Anders Carlsson | Handle members to function pointers in CGExprConstant. |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Anders Carlsson | Move some functions from CodeGenFunctions to CodeGenMod... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Anders Carlsson | Rewrite member function pointer test not to rely on... |
commit | commitdiff | tree | snapshot |
2009-10-02 |
Benjamin Kramer | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-10-02 |
Benjamin Kramer | FileCheckize test case. |
commit | commitdiff | tree | snapshot |
2009-10-02 |
Anders Carlsson | Don't update the struct alignment when adding fields... |
commit | commitdiff | tree | snapshot |
2009-10-02 |
Mike Stump | More magic pixie dust. |
commit | commitdiff | tree | snapshot |
2009-10-02 |
Mike Stump | Fix up debug information for block pointers a bit more. |
commit | commitdiff | tree | snapshot |
2009-10-02 |
Anders Carlsson | When building constant structs, check if the resulting... |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Douglas Gregor | Make sure to free the explicit template arguments provi... |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Steve Naroff | - Remove Sema::FindMethodInNestedImplementations(). |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Douglas Gregor | When the return type of a function is dependent, don... |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Mike Stump | Implement a FIXME. This improves codegen just a tad. |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Fariborz Jahanian | enumerator value of 0 is not a null pointer constant for |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Douglas Gregor | CodeGen may see out-of-line declarations of the various... |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Fariborz Jahanian | Patch to implement static casting which requires one |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Fariborz Jahanian | Set __EXCEPTIONS by checking on darwin's triple. |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Ted Kremenek | Fix bad grammar in static analyzer diagnostic. Reporte... |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Rafael Espindola | Move the "needs exception support" logic to clang.... |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Douglas Gregor | Fix a lame regression in IR gen for C++ delete expressi... |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Steve Naroff | Add support for class and protocol references. |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Mike Stump | A couple of refinements for laying out debug informatio... |
commit | commitdiff | tree | snapshot |
2009-10-01 |
John McCall | Anonymous namespaces, sema + codegen. A lot of semanti... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Douglas Gregor | Improve template argument deduction in the case where... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Douglas Gregor | When overload resolution fails for an overloaded operat... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Douglas Gregor | Tweak CHECK lines to eliminate a failure on i686-apple... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Fariborz Jahanian | Issue good diagnostics when initializing a refernce... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Tanya Lattner | Add an error for function parameters that have a qualif... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Chris Lattner | fix line #'s |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Chris Lattner | add some more popular examples, color code warning... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Chris Lattner | Convert from nonportable grep to filecheck, patch by... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Douglas Gregor | Update C++ status page |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Fariborz Jahanian | Note location of operators caused the circularity. |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Fariborz Jahanian | <rdar://problem/7263113> Make clang produce gcc's objc_... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Chris Lattner | update copyright. |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Mike Stump | Improve debugging information for BlockDeclRefExpr... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
John McCall | Spare the processors of those poor wretches who have... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
John McCall | Detect operator-> chains of arbitrary length. Use... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Fariborz Jahanian | self-referecing operator '->' member function was causing |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Douglas Gregor | Find operators new/delete in base classes. FIXME -= 2; |
commit | commitdiff | tree | snapshot |
2009-09-29 |
John McCall | Desugaring optimizations. Add single-step desugaring... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Douglas Gregor | The C++ delete expression strips cv-qualifiers from... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Argyrios Kyrtzidis | Pull TypeLocVisitor into its own header file. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Argyrios Kyrtzidis | Keep track of type references in DeclReferenceMap. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Argyrios Kyrtzidis | In ASTVisitor, call the correct base methods. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Argyrios Kyrtzidis | Fix Decl class hierarchy. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Fariborz Jahanian | 13.1-p3 Overloadable declarations |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Argyrios Kyrtzidis | Resolve a source location inside the return type of... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Argyrios Kyrtzidis | When pointing at a type decl reference, ASTLocation... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Argyrios Kyrtzidis | Resolve a source location that is inside a type declarator. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Argyrios Kyrtzidis | Introduce ObjCInterfaceLoc which provides type source... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Argyrios Kyrtzidis | Introduce TypedefLoc::getTypedefDecl(). |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Argyrios Kyrtzidis | Modify ASTLocation and apart from being a Decl or Stmt... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Argyrios Kyrtzidis | Introduce ObjCProtocolListLoc for keeping source locati... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Argyrios Kyrtzidis | Introduce ObjCProtocolListType type subclass. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Argyrios Kyrtzidis | Move DeclSpec::setProtocolQualifiers() out of line. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Argyrios Kyrtzidis | Keep protocol source locations when parsing protocol... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Argyrios Kyrtzidis | Introduce Type::getTypeClassName() that returns the... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Argyrios Kyrtzidis | Introduce TypeLoc::getSourceRange(). |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Argyrios Kyrtzidis | -Introduce TypeLoc::getOpaqueData() |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Argyrios Kyrtzidis | Add more const-goodness to ASTLocation. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Daniel Dunbar | Fix truck sized thinko where Darwin/ARM toolchain didn... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Daniel Dunbar | Add a test case demonstrating a situation where we... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Douglas Gregor | Handle C++ delete expressions when the overloaded delet... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Fariborz Jahanian | Fixes a nasty bug which only turned up in 32bit build... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Ted Kremenek | Fix: <rdar://problem/7261075> [RegionStore] crash when... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Douglas Gregor | Make sure to flush raw_string_ostream, from John Thompson |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Douglas Gregor | Allow the PYTHON make variable to override the default... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Douglas Gregor | Set GNUMode only for the "gnu" language standard option... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Douglas Gregor | Slightly improve the semantics of extern templates... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Ted Kremenek | Fix really insidious bug in RegionStoreManager::RemoveD... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Anders Carlsson | Remove PR5061 workaround. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Anders Carlsson | Handle CXXMemberCallExprs that point to a static method... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Anders Carlsson | Forgot test. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Ted Kremenek | Reapply most of r82939, but add a guard that FieldRegio... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Douglas Gregor | Add an input file that includes all standard C++ headers |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Anders Carlsson | Handle CK_BaseToDerivedMemberPointer for member functio... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Ted Kremenek | Revert r82939. We can only not special case FieldRegio... |
commit | commitdiff | tree | snapshot |
next |