2009-06-30 |
Torok Edwin | Reapply r74532, and inherit from OSTargetInfo instead... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Torok Edwin | Revert 74532 till I figure out why it breaks a bunch... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Douglas Gregor | Update C++ section data and directory structure to... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Fariborz Jahanian | Compute ending of iterator in for-loop once. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Torok Edwin | Use templates instead of creating a new class for each... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Douglas Gregor | Refactor ActOnDeclarationNameExpr into a "parsing actio... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zhongxing Xu | Instead of r74522, use another approach to fix xfail_re... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zhongxing Xu | When retrieving element region, if its super region... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zhongxing Xu | Block level expr should be visited. Otherwise variables... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zhongxing Xu | add utility method. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zhongxing Xu | add utility methods. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zhongxing Xu | remove dead code. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zhongxing Xu | We do not require the super region of element region... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Chris Lattner | Implement PR4175, catching some questionable comparison... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Argyrios Kyrtzidis | De-ASTContext-ify DeclContext. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Argyrios Kyrtzidis | Introduce DeclContext::getParentASTContext(). |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Argyrios Kyrtzidis | Remove the ASTContext parameter from the getBody()... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Argyrios Kyrtzidis | Remove the ASTContext parameter from the printing relat... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Argyrios Kyrtzidis | Decl::getTranslationUnitDecl() should return itself... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Argyrios Kyrtzidis | Remove the ASTContext parameter from the attribute... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Chris Lattner | Key decisions about 'bool' vs '_Bool' to be based on... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Fariborz Jahanian | Take care of Chris's comments. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Anders Carlsson | Make an error message more clear. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Fariborz Jahanian | A more detailed diagnosis of ill-formed ctor-initializer |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Daniel Dunbar | Use true/false instead of 1/0. |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Anders Carlsson | Improvements to decltype. We now don't crash anymore... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Daniel Dunbar | Don't define __KPRINTF_ATTRIBUTE__ unconditionally... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Douglas Gregor | Improve code generation for function template specializ... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Fariborz Jahanian | Diagnose multiple initialzation of data-member/base |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Anders Carlsson | Remove some dead code |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Douglas Gregor | Keep track of function template specializations, to... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Daniel Dunbar | OpenBSD support. |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Argyrios Kyrtzidis | -Keep a reference to the ASTContext inside the Translat... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Argyrios Kyrtzidis | Remove redundant leftover code. |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Chris Lattner | Fix the FloatingLiteral API to take the isexact flag... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Douglas Gregor | Move FunctionDecl::TemplateSpecializationInfo out into... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Steve Naroff | Remove ASTContext::getObjCQualifiedIdType(). |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Zhongxing Xu | Invalidate the alloca region by setting its default... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Zhongxing Xu | The default answer for isBoundable() should be false. |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Bill Wendling | Make the StackProtector bitfield use enums instead... |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Anders Carlsson | Move the check for vprintf* functions inside of SemaChe... |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Chris Lattner | make these tests pass with the stack canary stuff even... |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Nate Begeman | Fix incorrect AST's being produced, noticed by Eli. |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Zhongxing Xu | Now this test case passes. |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Zhongxing Xu | Adjust retrieve handler priority. If a field is of... |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Zhongxing Xu | Invalidate a field of struct type by setting its defaul... |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Zhongxing Xu | Do not crash on binding concrete integer location. |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Zhongxing Xu | Simplify some code. As in region store, we always expec... |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Bill Wendling | Add stack protector support to clang. This generates... |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Nate Begeman | OpenCL 1.0 support: |
commit | commitdiff | tree | snapshot |
2009-06-27 |
Nate Begeman | Implement feedback from Eli re: the purpose of lax... |
commit | commitdiff | tree | snapshot |
2009-06-27 |
Douglas Gregor | Improve support for overloaded operator templates. |
commit | commitdiff | tree | snapshot |
2009-06-27 |
Eli Friedman | Fix the parser error hanlding for __builtin_offsetof... |
commit | commitdiff | tree | snapshot |
2009-06-27 |
Douglas Gregor | Add a Last Updated field to the C++ status page |
commit | commitdiff | tree | snapshot |
2009-06-27 |
Fariborz Jahanian | Renamed MarcDestructorReferenced -> MarkDestructorRefer... |
commit | commitdiff | tree | snapshot |
2009-06-27 |
Eli Friedman | Fix screwup with my previous patch which broke tests... |
commit | commitdiff | tree | snapshot |
2009-06-27 |
Eli Friedman | Fix a crash with constructs like x<false>() in C++... |
commit | commitdiff | tree | snapshot |
2009-06-27 |
Eli Friedman | Fix a bogus error overloading an operator where the... |
commit | commitdiff | tree | snapshot |
2009-06-27 |
Anders Carlsson | Implement support for the format_arg attribute. Fixes... |
commit | commitdiff | tree | snapshot |
2009-06-27 |
Anders Carlsson | Make it possible for using decls to point to operators... |
commit | commitdiff | tree | snapshot |
2009-06-27 |
Ted Kremenek | Remove the last 'GetXXX' methods from GRStateManager. |
commit | commitdiff | tree | snapshot |
2009-06-27 |
Douglas Gregor | Make a note of improvements to function templates |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Fariborz Jahanian | Patch to mark destructors when they are used. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Anders Carlsson | Fix test. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Douglas Gregor | Set the rest of the flags we need to perform template... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Douglas Gregor | During template argument deduction from a function... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Anders Carlsson | More auto work. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Anders Carlsson | Fix test. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Douglas Gregor | A little template argument deduction test uncovered... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Nate Begeman | OpenCL 1.0 Support: fix a bug with lvalue swizzles |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Douglas Gregor | Template argument deduction is no longer responsible... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Anders Carlsson | Can't have arrays of auto. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Anders Carlsson | An auto variable can't appear in its own initializer. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Anders Carlsson | Implement enough of the 'auto' keyword so we can claim... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Devang Patel | typo |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Devang Patel | Revrt PR4228 fix for now. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Daniel Dunbar | Simplify, and fix a possible crash (never happens howev... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Daniel Dunbar | Fix bar title in graphs. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Douglas Gregor | Improve template argument deduction for reference param... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Nate Begeman | OpenCL 1.0 Support: |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Daniel Dunbar | Update performance numbers (missed a link) |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Daniel Dunbar | Update performance numbers. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Fariborz Jahanian | Minor change per Doug's comments. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Nate Begeman | OpenCL 1.0 support: attributes |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Anders Carlsson | Add NamedDecl::getUnderlyingDecl that can see through... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Anders Carlsson | See through UsingDecls in more places. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Anders Carlsson | Fix failing test. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Zhongxing Xu | Fix build break. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Chris Lattner | Improve error recovery in C++: when we hit 'implicit... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Chris Lattner | fix PR4452, a crash on invalid. The error recovery... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Chris Lattner | oink is dead. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Anders Carlsson | Fix another assert related to using decls. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Chris Lattner | rearrange more code, this avoids a token lookahead... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Chris Lattner | move some code around, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Chris Lattner | simplify some code. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Anders Carlsson | When creating LookupResults, see through UsingDecls... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Anders Carlsson | Fix PR4448. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Nate Begeman | OpenCL 1.0 support: explicit casts to ext-vector types |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Ted Kremenek | Remove '#include <sstream>' from libAnalysis. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Ted Kremenek | Update method signature. |
commit | commitdiff | tree | snapshot |
next |