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