2009-07-01 |
Daniel Dunbar | Driver: Move Compilation::Execute to Driver::ExecuteCom... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Fariborz Jahanian | Patch to implement template types in ctor-initializer... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Daniel Dunbar | Driver: Improve diagnostics for failed commands. |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Daniel Dunbar | Driver: Add Source argument for Commands to hold the... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Sebastian Redl | Add header search path for Gentoo stable, x86_64 version. |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Owen Anderson | Update for LLVMContext+Module change. |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Douglas Gregor | Two fixes to make Clang build on Visual C++ (again... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Steve Naroff | Rework Sema::CheckConditionalOperands(). No functionali... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Nate Begeman | Implement Eli's feedback for vecto constant expressions; |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Chris Lattner | use new and simplified LLVM APIs. Patch by Jay Foad! |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Eli Friedman | Fix for PR4192: fix the definition of int64_t on x86_64... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Zhongxing Xu | add fixme. |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Douglas Gregor | Cope with explicitly-specified function template argume... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Douglas Gregor | When explicit template arguments are provided for a... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Fariborz Jahanian | Patch to support optional nested-name-specifier in... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Douglas Gregor | Preliminary parsing and ASTs for template-ids that... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Ted Kremenek | Update old CastRegion logic to not assume that ElementR... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Ted Kremenek | Fix: <rdar://problem/7021553> clang -fsyntax-only crash... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Fariborz Jahanian | Diagnose multiple initialization of anonymous union |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Ted Kremenek | Combine two conditional branches into one. No function... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Fariborz Jahanian | More diagnostics related to initialization of direct... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Douglas Gregor | When recursively instantiating function templates,... |
commit | commitdiff | tree | snapshot |
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 |
next |