2010-03-01 |
Douglas Gregor | Finish pushing source-location information though TreeT... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Douglas Gregor | When looking for the instantiated declaration that... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Zhongxing Xu | Since now we store the cast type with an ElementRegion... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Zhongxing Xu | Assert when loading from a code text region instead... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Zhongxing Xu | Add comments. |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Douglas Gregor | Don't warn about case-value conversions from a negative... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Chandler Carruth | Pass '-no-canonical-prefixes' on down to GCC. It's... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Douglas Gregor | Improve name mangling for dependently-scoped declaratio... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Douglas Gregor | Add name mangling for DeclRefExprs that refer to extern... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Anders Carlsson | Remove debug output. |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Anders Carlsson | Handle unused functions in construction vtables correctly. |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Chris Lattner | pull some altivec stuff out of line. |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Douglas Gregor | Warn about the deprecated string literal -> char* conve... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Chris Lattner | Implement PR6423 by using one token of lookahead to... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Anders Carlsson | When laying out vtables for virtual bases in constructi... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Anders Carlsson | Add another construction vtable test. |
commit | commitdiff | tree | snapshot |
2010-02-28 |
John McCall | Support constant-evaluation of __builtin_nans* as well... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Zhongxing Xu | Use getBody() to get the function definition when the... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Ted Kremenek | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Anders Carlsson | More improvements to construction vtables; we know... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Dan Gohman | Opt into the Verifier now that it's an opt-in feature of |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Anders Carlsson | Pass information about whether a base is virtual or... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Anders Carlsson | Add new function. |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Anders Carlsson | Fix to dumpLayout; we want to be able to dump address... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Nick Lewycky | Debian sid moved these headers into /4.4 and left ... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Anders Carlsson | Add a simple construction vtable test. |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Anders Carlsson | Start fleshing out construction vtable support. |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Anders Carlsson | Enable the new vtable layout code for vtables that... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Anders Carlsson | Move ComputeThisAdjustmentBaseOffset to VtableBuilder. |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Anders Carlsson | Make sure to insert the primary base in the set :) |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Anders Carlsson | Use the real base offset when calculating vbase offsets. |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Anders Carlsson | Figured out why the test was failing, this will hopeful... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Anders Carlsson | Don't add this adjustments for pure virtual member... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Anders Carlsson | We want to store method info for unused functions. |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Anders Carlsson | XFAIL this for now. I have no idea why this test is... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Benjamin Kramer | Revert 97324. Chris says this cleanup could hurt -E... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Benjamin Kramer | Move method out-of-line. I thought this would be a... |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Anders Carlsson | Add another test. |
commit | commitdiff | tree | snapshot |
2010-02-27 |
Anders Carlsson | Finish up the changes to this adjustments. |
commit | commitdiff | tree | snapshot |
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 |
next |