2010-02-27 |
Benjamin Kramer | Another trivial getSpelling simplification. |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Anders Carlsson | Stub out more of the 'this' pointer adjustment fixes... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Benjamin Kramer | Simplify code. |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Benjamin Kramer | Fix thinko. |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Benjamin Kramer | Add an overload of Preprocessor::getSpelling which... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Ted Kremenek | Fix crasher caused by setting a bit in a possibly empty... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Kovarththanan... | Wire up Daniel's new spiffy C interpreter into the... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Kovarththanan... | Add comment |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Kovarththanan... | Add header + comments |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Anders Carlsson | Fix another vtable layout bug; we weren't looking hard... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Anders Carlsson | Handle vcall offset sharing between destructors. |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Anders Carlsson | Fix a bug where we were generating an unnecessary vtabl... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Zhongxing Xu | Add test case for inlining call analysis. |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Douglas Gregor | Robustify SourceManager::getLocation(), so that it... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Ted Kremenek | Add reference to positional arguments documentation. |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Ted Kremenek | For printf format string checking, add support for... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Douglas Gregor | When given unsaved files in clang_createTranslationUnit... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Douglas Gregor | Skip dependent virtual base classes; fixes PR6413. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
John McCall | Put BadLiteral in the NonGCC group. I'd completely... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
John McCall | At sabre's request, drop the FP bounds diagnostics... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Fariborz Jahanian | Prevent rewriter crash when variable type is missing. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Fariborz Jahanian | Minor cleanup of the rewriter. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Fariborz Jahanian | Removed some unused code in rewriter. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
John McCall | Sundry fixes to the new vtable builder. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Fariborz Jahanian | Fix rewriting of byref variables in nested blocks. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Chris Lattner | fix rdar://7683173, rejecting an invalid conditional |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Ted Kremenek | For printf format string checking, move the tracking... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Fariborz Jahanian | Rewriting of imported variable from outer |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Zhongxing Xu | Use a GDM to record the returned expression in the... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Chandler Carruth | Make the destructor public. ddunbar, lemme know if... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Zhongxing Xu | Make GDM private. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
John McCall | Fix an assertion-on-error during tentative constructor... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Douglas Gregor | An explicit specialization is allowed following an... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Douglas Gregor | Implement semantic analysis for C++ [expr.new]p18-20... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Zhongxing Xu | Remove derelict GRStmtNodeBuilder::LastNode. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Fariborz Jahanian | Support rewriting of property synthesis with retain... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Douglas Gregor | Commit Eli's fix for implicit conversions to array... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
David Chisnall | Don't generate method metadata for @dynamic properties... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
John McCall | Use the power of types to track down another canonicali... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Douglas Gregor | Make sure to mark constructors, operator new, and opera... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2010-02-26 |
Douglas Gregor | When we decide to re-use an existing CXXConstructExpr... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Douglas Gregor | When computing the composite pointer type for relationa... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Anders Carlsson | Improve vcall offset handling. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Anders Carlsson | Fux a bug where we were trying to add overriders for... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Daniel Dunbar | Move ~CodeGenAction out-of-line. |
commit | commitdiff | tree | snapshot |
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 |
next |