Age | Commit message (Expand) | Author |
2009-08-24 | Top-level semicolons are allowed in C++0x. Fixes PR4755. | Douglas Gregor |
2009-08-24 | Make sure to adjust function template declarations to their templated | Douglas Gregor |
2009-08-24 | Remove TargetInfo::getTargetPrefix(). | Daniel Dunbar |
2009-08-24 | Switch to StringRef based BitstreamWriter APIs, where appropriate. | Daniel Dunbar |
2009-08-24 | Remove arch normalization from Driver, this should be unnecessary now that | Daniel Dunbar |
2009-08-24 | Switch TargetInfo to store an llvm::Triple. | Daniel Dunbar |
2009-08-24 | Switch ABI selection to use llvm::Triple instead of string munging. | Daniel Dunbar |
2009-08-24 | fix a GCC type punning warning. | Chris Lattner |
2009-08-24 | prune #includes. | Chris Lattner |
2009-08-23 | API changes to match llvm ToT. | Chris Lattner |
2009-08-23 | Reenable clang using clang-cc for C++ and all archs by default. | Daniel Dunbar |
2009-08-23 | Temporarily switch clang back to not using clang-cc by default for C++, and only | Daniel Dunbar |
2009-08-23 | Replace cerr with errs(). | Benjamin Kramer |
2009-08-23 | cerr -> errs. | Daniel Dunbar |
2009-08-23 | use errs() instead of cerr. | Chris Lattner |
2009-08-23 | CMake: Improve installation of Clang | Douglas Gregor |
2009-08-23 | Don't install Clang libraries. | Douglas Gregor |
2009-08-23 | adjust for raw_fd_ostream api change. | Chris Lattner |
2009-08-23 | Whoops, comment this out for now. I'll fix it shortly. | Anders Carlsson |
2009-08-23 | More work towards zero-initializing structs that contain member pointers in c... | Anders Carlsson |
2009-08-23 | Remove the PaddingFields member from CGRecordLayout, it wasn't used anyway. | Anders Carlsson |
2009-08-23 | Catch a few more cases of illegal comparisons. | Eli Friedman |
2009-08-23 | Eli points out that we really must diagnose "void* > 0" as an extension. | Chris Lattner |
2009-08-23 | Handle CK_NullToMemberPointer casts in the constant expr emitter. | Anders Carlsson |
2009-08-22 | Change the constant expression emitter to look at the cast kind for to-union ... | Anders Carlsson |
2009-08-22 | Add CK_NullToMemberPointer and CK_BaseToDerivedMemberPointer cast kinds. Make... | Anders Carlsson |
2009-08-22 | Add a -fno-elide-constructors option to clang-cc. | Anders Carlsson |
2009-08-22 | Type of a ?: expression whose either expression is a built-in 'id' | Fariborz Jahanian |
2009-08-22 | Don't issue warning on multiple selector found when | Fariborz Jahanian |
2009-08-22 | tweak some pointer sema checking stuff (which was added to implement PR4175) to | Chris Lattner |
2009-08-22 | Second half of, clang, AuroraUX toolchain support. | Edward O'Callaghan |
2009-08-22 | Implement delayed parsing for member function templates. Fixes PR4608. | Douglas Gregor |
2009-08-21 | Remove 'AnalysisContext::setDecl()', as we the Decl associated with an | Ted Kremenek |
2009-08-21 | Constify LocationContext* (parent) and Stmt* fields in LocationContext. | Ted Kremenek |
2009-08-21 | Remove 'SelfRegion' field from both BasicStoreManager and RegionStoreManager. | Ted Kremenek |
2009-08-21 | Implement conversion function templates, along with the ability to use | Douglas Gregor |
2009-08-21 | Calculate the address point for a vtable better, and start fleshing out the v... | Mike Stump |
2009-08-21 | Refactor instantiation of destructors to use the common CXXMethodDecl | Douglas Gregor |
2009-08-21 | Patch to ir-gen copy assigning array members when synthesizing | Fariborz Jahanian |
2009-08-21 | Add LocationContext* field to VarRegion. This is needed for interprocedural ... | Ted Kremenek |
2009-08-21 | Fix parsing for out-of-line definitions of constructors and | Douglas Gregor |
2009-08-21 | Introduce support for constructor templates, which can now be declared | Douglas Gregor |
2009-08-21 | Patch to provide ir-gen support in copying array members | Fariborz Jahanian |
2009-08-21 | Array member construction in prologue of user-declared | Fariborz Jahanian |
2009-08-21 | Introduce getConstantArrayElementCount API and use it in | Fariborz Jahanian |
2009-08-21 | Eagerly bind 'self' to SelfRegion. Thus we do not need to get code decl from | Zhongxing Xu |
2009-08-21 | Reversing part of 79544. | Sanjiv Gupta |
2009-08-21 | Get the code decl from the initial location context. | Zhongxing Xu |
2009-08-21 | Get the code decl from the initial location context. | Zhongxing Xu |
2009-08-21 | gcc told me to add these. | Daniel Dunbar |