2009-08-24 |
Daniel Dunbar | Switch ABI selection to use llvm::Triple instead of... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Chris Lattner | fix a GCC type punning warning. |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Chris Lattner | prune #includes. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | API changes to match llvm ToT. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Daniel Dunbar | Reenable clang using clang-cc for C++ and all archs... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Daniel Dunbar | Fix a few tests to be -Asserts agnostic. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Daniel Dunbar | Temporarily switch clang back to not using clang-cc... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Benjamin Kramer | Replace cerr with errs(). |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Daniel Dunbar | cerr -> errs. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Daniel Dunbar | Tests for C++ lex.trigraph, patch by Mats! |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | use errs() instead of cerr. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Douglas Gregor | CMake: Improve installation of Clang |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Douglas Gregor | Don't install Clang libraries. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | adjust for raw_fd_ostream api change. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Anders Carlsson | Whoops, comment this out for now. I'll fix it shortly. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Anders Carlsson | More work towards zero-initializing structs that contai... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Anders Carlsson | Remove the PaddingFields member from CGRecordLayout... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Eli Friedman | Catch a few more cases of illegal comparisons. |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Chris Lattner | Eli points out that we really must diagnose "void*... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Anders Carlsson | Handle CK_NullToMemberPointer casts in the constant... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Anders Carlsson | Change the constant expression emitter to look at the... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Anders Carlsson | Add CK_NullToMemberPointer and CK_BaseToDerivedMemberPo... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Anders Carlsson | Add a -fno-elide-constructors option to clang-cc. |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Fariborz Jahanian | Type of a ?: expression whose either expression is... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Fariborz Jahanian | Don't issue warning on multiple selector found when |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Fariborz Jahanian | Removed couple of FIXME comments. |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Fariborz Jahanian | Removed -Wundeclared-selector and -Wreadonly-setter... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Chris Lattner | tweak some pointer sema checking stuff (which was added... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Edward O'Callaghan | Second half of, clang, AuroraUX toolchain support. |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Douglas Gregor | Implement delayed parsing for member function templates... |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Fariborz Jahanian | Updated statuc page to reflect recent implementations |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Ted Kremenek | Remove 'AnalysisContext::setDecl()', as we the Decl... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Ted Kremenek | Constify LocationContext* (parent) and Stmt* fields... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Douglas Gregor | Add test taking the address of a member function templa... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Douglas Gregor | Update Clang C++ status to better reflect what is imple... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Ted Kremenek | Remove 'SelfRegion' field from both BasicStoreManager... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Douglas Gregor | Implement conversion function templates, along with... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Mike Stump | Calculate the address point for a vtable better, and... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Douglas Gregor | Refactor instantiation of destructors to use the common... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Fariborz Jahanian | Patch to ir-gen copy assigning array members when synth... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Ted Kremenek | Add LocationContext* field to VarRegion. This is neede... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Douglas Gregor | Add test for out-of-line definition of a conversion... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Douglas Gregor | Fix parsing for out-of-line definitions of constructors and |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Douglas Gregor | Introduce support for constructor templates, which... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Fariborz Jahanian | Patch to provide ir-gen support in copying array members |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Mike Stump | Testcase for a recent checkin. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Chris Lattner | remove a dead warning. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Fariborz Jahanian | Array member construction in prologue of user-declared |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Fariborz Jahanian | Introduce getConstantArrayElementCount API and use... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Mike Stump | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Zhongxing Xu | Eagerly bind 'self' to SelfRegion. Thus we do not need... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Daniel Dunbar | Fix commentos |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Daniel Dunbar | Fix refacto. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Sanjiv Gupta | Reversing part of 79544. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Zhongxing Xu | Get the code decl from the initial location context. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Zhongxing Xu | Get the code decl from the initial location context. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Daniel Dunbar | gcc told me to add these. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Zhongxing Xu | Tie the local check NSErrorCheck to a Decl to pave... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Mike Stump | We now support overriding base functions in vtables... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Daniel Dunbar | Remove comma at the end of enumerator list. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Argyrios Kyrtzidis | Remove TypeSpecStartLocation from VarDecl/FunctionDecl... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Douglas Gregor | Make the new Objective-C "id" and "Class" redefinition... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Douglas Gregor | Implement support for calling member function templates... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Ted Kremenek | Center the dragon. |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Ted Kremenek | Make the dragon a link... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Ted Kremenek | Include LLVM logo ... because dragons are cool. |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Fariborz Jahanian | Added member arrays to more tests now that ir-gen suppo... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Fariborz Jahanian | Patch to ir-gen destruction of array member elements... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Douglas Gregor | Initial support for parsing and representation of membe... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Fariborz Jahanian | ir-gen patch to destruct array members. WIP. |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Douglas Gregor | Fix a typo in a variable name |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Daniel Dunbar | Don't install wpa or index-test tools. |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Sanjiv Gupta | Issue an error if the user specifies parameters in... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Fariborz Jahanian | Using "ObjCImplicitSetterGetterRefExpr" instead of... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Mike Stump | Refine vbase offsets for the inductive case. Things... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
John McCall | Add syntax examples for the friend declaration types. |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Douglas Gregor | Refactor the instantiation of statements into a generic... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Chris Lattner | Improve the Getting Started and Hacking web pages... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Ted Kremenek | retain/release checker: Treat NSObject method '-awakeAf... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Ted Kremenek | Make this test case more portable by removing its depen... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Eli Friedman | Fix bit-field promotion to be a bit closer to the behav... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Zhongxing Xu | If the 'while' has an empty body, set the body to the... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Zhongxing Xu | If the body of for loop is empty, set its body to the... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Mike Stump | Ensure we don't output repeated vbase offsets. I have... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
John McCall | Basic nested-template implementation. |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Zhongxing Xu | Rename: ProgramPoint::getContext() => ProgramPoint... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Fariborz Jahanian | Test case for my last patch plus a minor clean up. |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Ted Kremenek | retain/release checker: Special case handling of CFAttr... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Fariborz Jahanian | ir-gen for multi-dimensional array construction. WIP. |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Ted Kremenek | Enhance diagnostics concerning attribute 'ns_returns_re... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Argyrios Kyrtzidis | Keep track of the right paren ')' source location in... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Fariborz Jahanian | Removed unneeded code for break/continue statements in |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Fariborz Jahanian | ir-gen for constructing arrays as non-static data membe... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Eli Friedman | Add TCE target to clang; patch by Mikael Lepistö. |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Daniel Dunbar | Remove now unnecessary helper methods. |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Daniel Dunbar | Tweak svn:ignore |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Daniel Dunbar | Switch to SmallString::str from SmallString::c_str. |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Daniel Dunbar | Convert parts of Rewriter to StringRef based API. |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Daniel Dunbar | Use raw_svector_ostream for string concatenation. |
commit | commitdiff | tree | snapshot |
next |