2010-03-03 |
Ted Kremenek | Use SVN_REVISION, not SVN_VERSION. |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Ted Kremenek | Fix an algorithmic bug in LiveVariables pointed out... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Douglas Gregor | Revert r97618. Access control sucks |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Ted Kremenek | Make getClangRevision() check that SVN_VERSION is an... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Zhongxing Xu | Add comments to test case. |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Douglas Gregor | Factor out the recursive lookup into C++ base classes... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Douglas Gregor | Initialize your storage, dummy |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Douglas Gregor | Don't use echo in the Index test, which I hope will... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Douglas Gregor | Eliminate the static map of overridden C++ methods... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
John McCall | Suppress implicit member redeclarations arising from... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Ted Kremenek | [CFG] |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Ted Kremenek | Don't conjure a symbol for DeclStmts when the variable... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Rafael Espindola | During codegen assert that any copy assignment, destruc... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Douglas Gregor | Bump the default maximum template-instantiation depth... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Douglas Gregor | Add test case from PR6064, which now works |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Douglas Gregor | Diagnose the declaration of enum templates. Also, be... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Kovarththanan... | Move Emit24 to clang::io |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Douglas Gregor | Use CXXTemporaryObjectExpr for explicitly-constructed... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Charles Davis | Pass -m32 and -m64 to the static analyzer when using... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Zhongxing Xu | Register all parameters even if they didn't occur in... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Douglas Gregor | Unify initializer-instantiation code for variable decla... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Anders Carlsson | Simplify code. |
commit | commitdiff | tree | snapshot |
2010-03-02 |
John McCall | Inspired by seeing "MIPS" go by in the commits, I've... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Anders Carlsson | Rename BaseOffset to Offset and make it signed in prepa... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Eric Christopher | Add in some more MIPS command line options. |
commit | commitdiff | tree | snapshot |
2010-03-02 |
John McCall | After much consultation aimed at figuring out what... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Douglas Gregor | Add test case from PR5812, which works now. |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Douglas Gregor | Fix an amusing typo that completely the re-introduction... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Fariborz Jahanian | Cast a pointer to 'long long' to satisfy all compilatio... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Douglas Gregor | Add comment |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Douglas Gregor | When we're parsing template names as part of base-speci... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
John McCall | Split out types that are non-canonical unless dependent... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Fariborz Jahanian | More rewriter of nested blocks fun stuff. |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Douglas Gregor | Unbreak the build |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Douglas Gregor | Keep an explicit stack of function and block scopes... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Chandler Carruth | Fix the lookup of names used in a friend declaration... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Chris Lattner | fix PR5933: don't warn about unused variables if a... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Chris Lattner | Implement jump checking for initialized c++ variables... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Chris Lattner | avoid issues with the new scope protector. Previously... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Douglas Gregor | Start detangling the BlockSemaInfo/Sema mess. No functi... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Ted Kremenek | Allow a '0' precision in format strings (as the man... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
John McCall | The latest draft uses 'dt' to mangle member expressions... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Douglas Gregor | When looking for a redeclaration of a static variable... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Douglas Gregor | When instantiating a function-scoped enum, make sure... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Douglas Gregor | Robustify instantiation of templates when there are... |
commit | commitdiff | tree | snapshot |
2010-03-01 |
John McCall | Don't infinite-loop if TryAnnotateCXXScopeToken fails... |
commit | commitdiff | tree | snapshot |
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 |
next |