2010-02-25 |
Douglas Gregor | Restore Zhongxing's commits r97122 r97127 r97129 r97131... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Douglas Gregor | Allow us to compare derived-to-base conversions between... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Fariborz Jahanian | Forgot to include nested protocols in collection, resul... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Douglas Gregor | Don't try to finalize an ill-formed variable or one... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Jakob Stoklund... | Revert patches r97122 r97127 r97129 r97131. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Gabor Greif | Add "template" keyword at strategic position to fix |
commit | commitdiff | tree | snapshot |
2010-02-25 |
John McCall | When comparing two method overload candidates during... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Chandler Carruth | Fix a really trivial crasher and begin fleshing out... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Daniel Dunbar | Add a minimal C interpreter example. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Zhongxing Xu | Move the GenerateCallExitNode logic completely into... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Zhongxing Xu | Move the dead bindings removal logic from CallInliner... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Chandler Carruth | Add a new conversion rank to classify conversions betwe... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Zhongxing Xu | Add comments. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Zhongxing Xu | Call inliner improvements: |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Ted Kremenek | Add MacOSXAPIChecker, a meta checker to include various... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Ted Kremenek | When generating error node, check to see if we already... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Sanjiv Gupta | Targets (like pic16) may have mangled the name of globa... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Douglas Gregor | Update CMake makefiles |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Douglas Gregor | Restore the invariant that a nested-name-specifier... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Daniel Dunbar | Frontend: Add CodeGenAction::takeModule(). |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Daniel Dunbar | Frontend: Pull CodeGenAction out more, and eliminate... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Anders Carlsson | Remove dead code. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Anders Carlsson | Move the vcall and vbase offset layout code out into... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Daniel Dunbar | Driver: Allow driver title (for --help) to be overridde... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Ted Kremenek | Enhance the unused ivar checker to not consider an... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Ted Kremenek | Allow __attribute__((unused)) to be applied to ObjC... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Daniel Dunbar | Driver: Use TextDiagnosticPrinter instead of a custom... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Daniel Dunbar | Add TextDiagnosticPrinter::setPrefix, for adding a... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Douglas Gregor | Remove some oogly code made dead by the pseudo-destructor |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Douglas Gregor | Use CXXPseudoDestructorExpr as the stored representatio... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
John McCall | Catch more uses of uninitialized implicit conversion... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Ted Kremenek | Remove test case dependancy on platform headers. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Ted Kremenek | Add UnixAPIChecker, a meta checker to include various... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Ted Kremenek | Remove stray #include. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Ted Kremenek | Remove #include. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Ted Kremenek | Divide list of registration functions in API and founda... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Ted Kremenek | Sort list of checker registration functions. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Douglas Gregor | Keep track of the location of the '~' in a pseudo-destr... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Douglas Gregor | Retain complete source information for the type after... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Douglas Gregor | Make sure that we finish the DeclSpec when parsing... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Douglas Gregor | Make sure that we have type source information for... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Fariborz Jahanian | Added test case for non-objective-c situation in |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Fariborz Jahanian | Implement nasty rewriting of nested blocks when inner |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Douglas Gregor | Split ActOnPseudoDestructorExpr into the part that... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Anders Carlsson | Get rid of 'this' adjustments from the FinalOverriders... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Anders Carlsson | Improve this adjustment pointer calculation. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Anders Carlsson | Make ComputeThisAdjustmentBaseOffset public for now. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Douglas Gregor | Add test case for PR6141, which was fixed a few days ago |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Douglas Gregor | Add test for AST importing of C++ namespaces, missing... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Douglas Gregor | Add PCH test for C++ namespaces, missing from a previou... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Douglas Gregor | Retain source information for the "type-name ::" in a |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Douglas Gregor | ActOnPseudoDestructorExpr now performs all semantic... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
John McCall | Fix an iterator-invalidation bug that was causing selfh... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Douglas Gregor | Rework parsing of pseudo-destructor expressions and... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Anders Carlsson | Generate correct vcall offsets when we have a primary... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
John McCall | References to const int parameters with ICE default... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
John McCall | Make this test portable to ABIs that use sret. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
John McCall | Fix test case and convert fully to FileCheck. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
John McCall | Canonicalize parameter and return types before computin... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Zhongxing Xu | Add comments. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Ted Kremenek | Disable one test case because of the inconsistent resul... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Charles Davis | When we encounter a function-specific attribute in... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Zhongxing Xu | Always add CallExpr as block-level expression. Inline... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Fariborz Jahanian | Correct radar no. |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Fariborz Jahanian | Fix rewriting of a method when return type is |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Ted Kremenek | Add support for '%C' and '%S' printf conversion specifiers. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Fariborz Jahanian | More Sema check for ivars in class continuation. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Devang Patel | Emit debug info for VectorType. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Blaine Garst | fix buildbot failure on windows by slightly trimming... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Rafael Espindola | Add support for the weakref attribute. We still produce... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Blaine Garst | Unconditionally support block introspection data in... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Fariborz Jahanian | Fixes a rewriting of qualified-id type which exposed... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Ted Kremenek | Dead emit dead store warnings when assigning nil to... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Daniel Dunbar | Fix bogus diagnostic format string. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Ted Kremenek | Fix another crash on invalid code. In this case, handl... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
John McCall | Don't assert on compound assignment operators that... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Fariborz Jahanian | A test case for property synthesis using ivar in class... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Eli Friedman | Make previous fix handle a few more edge cases. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Eli Friedman | PR6400: Handle an extreme edge case in mangling correctly. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Eli Friedman | PR6386: Fix a recent regression in IRGen of cast-to... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Richard Pennington | Retain attributes for K&R style parameter declarations. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Ted Kremenek | Add test case for <rdar://problem/7242010>, which appea... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Anders Carlsson | Implement IsOverriderUsed. This can't be tested yet... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Charles Davis | When comparing two calling conventions after redeclarin... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Ted Kremenek | Move the rest of the unreachable code analysis from... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Ted Kremenek | Simplify check for basic block with a CXXTryStmt termin... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Charles Davis | When a reference to a field of a struct/union/class... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Anders Carlsson | Stub out IsOverriderUsed. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Anders Carlsson | More fixes. Don't try to emit a virtual base vtable... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Anders Carlsson | Always emit vcall offset for the primary base, not... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Anders Carlsson | Simplify the vcall offset calculation and make it give... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Ted Kremenek | Add missing header file. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Anders Carlsson | More work on vcall offsets. We now emit the right numbe... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Ted Kremenek | Start moving some of the logic for the unreachable... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Ted Kremenek | Convert use of std::queue to llvm::SmallVector and... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Anders Carlsson | Move BaseOffset out of the FinalOverriders class. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Fariborz Jahanian | More support for ivars in class extension. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Ted Kremenek | Use SmallVectorImpl::iterator. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Ted Kremenek | Simplify logic for determining values of 'ReturnsVoid... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Zhongxing Xu | Correct comment. |
commit | commitdiff | tree | snapshot |
next |