]> granicus.if.org Git - clang/shortlog
clang
2009-04-13 Douglas GregorInclude the SourceManager's line table in the PCH file...
2009-04-13 Douglas GregorFactor the internals of SourceManager (specially, LineT...
2009-04-13 Douglas GregorMake the selection of type declarations in Sema::getTyp...
2009-04-13 Chris Lattnerthe driver caught up. This makes -msse3 correctly...
2009-04-13 Chris Lattnerfix rdar://6774906, a crash handling implicit conversio...
2009-04-13 Devang PatelEnable debug info generation while optimizing.
2009-04-13 Chris Lattnermention the non-standard builtin macros we support.
2009-04-13 Chris Lattnerimplement the microsoft/gnu "__COUNTER__" macro: rdar...
2009-04-13 Chris LattnerImprove error recovery for calls, fixing:
2009-04-12 Chris Lattnerfix PR3932: [ObjC]Type defined as 'id' is not recognize...
2009-04-12 Chris Lattnerrename test
2009-04-12 Chris Lattneradd some more coverage.
2009-04-12 Chris Lattnerclean up test.
2009-04-12 Chris Lattnerrename test
2009-04-12 Chris Lattnerif we already know that a decl is invalid in an @catch...
2009-04-12 Chris Lattnerfix some out of date comments pointed out by Sebastian
2009-04-12 Chris Lattnerfix a comment typo Sebastian noticed.
2009-04-12 Chris Lattneradd support for handling C++'0x unified initializer...
2009-04-12 Chris LattnerFix some C++ error recovery problems in init declarator...
2009-04-12 Chris Lattnerfix another case that assumed that GetTypeForDeclarator...
2009-04-12 Chris Lattnermark the declspec as invalid when we recover instead...
2009-04-12 Chris Lattnerfix code that incorrectly assumed that GetTypeForDeclar...
2009-04-12 Chris LattnerDiagnose invalid uses of tagged types with a missing...
2009-04-12 Chris Lattnerfix a valgrind problem I noticed while developing anoth...
2009-04-12 Chris LattnerImplement the first set of changes for PR3963 and rdar...
2009-04-12 Chris Lattneradd a new isNull() method to DeclGroupRef.
2009-04-12 Chris Lattnera few cleanups to StatementCreatesScope: unnest the...
2009-04-12 Chris Lattneradd a new Decl::hasAttr<T>() predicate.
2009-04-12 Fariborz JahanianOS dependent code removed.
2009-04-12 Sebastian RedlAdd deleted functions and rvalue references to C++...
2009-04-12 Sebastian RedlParse deleted member functions. Parsing member declarat...
2009-04-12 Chris Lattnerrename test
2009-04-12 Chris LattnerFix rdar://6770142 - Class and qualified id's are compa...
2009-04-12 Chris Lattnerrename test
2009-04-12 Chris Lattnermerge protocol-test-1.m -> protocol-test-2.m
2009-04-12 Chris LattnerMerge forward-circular into protocol-test-2
2009-04-12 Chris Lattnerthis test is subsumed by protocol-test-2.m
2009-04-12 Chris LattnerFix rdar://6771034: don't warn on use of forward declar...
2009-04-12 Chris Lattnerfix typo in test name.
2009-04-12 Chris Lattnercall objc interfaces just "interfaces" in diagnostics...
2009-04-12 Chris Lattnerimplement rdar://6780761, making sema reject some code...
2009-04-12 Chris LattnerImplement support for GCC's -dD mode, which dumps ...
2009-04-12 Chris Lattneradd a ppcallback hook for macro definitions.
2009-04-11 Chris Lattnernow that we have an identifier table in the PCH file...
2009-04-11 Chris Lattnertest this in non-pch mode as well as in pch mode.
2009-04-11 Chris Lattnerimprove location info for property stuff. In a propert...
2009-04-11 Chris Lattnerimprove the 'conflicting types' diagnostics to include...
2009-04-11 Chris Lattnerpass -fblocks
2009-04-11 Chris LattnerSet proper location info on objc method arguments.
2009-04-11 Chris Lattnersimplify code to use adjustParameterType, apply objc...
2009-04-11 Chris Lattnerfix blocks to reject objc interfaces returned by value...
2009-04-11 Chris Lattnerfix test
2009-04-11 Chris Lattnerdiagnose attempts to return objc interfaces by-value...
2009-04-11 Chris LattnerImprove the 'cannot pass objc interface by value' diagn...
2009-04-11 Chris Lattnerchange the interface to ActOnMethodDeclaration to pass...
2009-04-11 Fariborz JahanianMinor refactoring of my last patch.
2009-04-11 Chris Lattnersink abstract typedefs like Action::ExprTy from the...
2009-04-11 Chris Lattneradd some #includes for better compatibility with gcc...
2009-04-11 Chris Lattnerrename Parser::ParseObjCSelector -> Parser::ParseObjCSe...
2009-04-11 Chris Lattnersimplify this code to not bother stripping to canonical...
2009-04-11 Fariborz JahanianFixes a ir-gen crash for K&R style blocks.
2009-04-11 Chris Lattneradd radar number
2009-04-11 Ted KremenekUpdate analyzer build.
2009-04-11 Ted Kremenekanalyzer: We cannot bind values to CodeTextRegions.
2009-04-11 Daniel DunbarTweak wording, input argument isn't necessarily a ...
2009-04-11 Anders CarlssonDon't mangle variables that are at translation unit...
2009-04-11 Anders CarlssonAdd support for generating reference initialization...
2009-04-11 Ted KremenekAdd analyzer support for objc_atomicCompareAndSwap()
2009-04-11 Douglas GregorStore unique IDs for identifiers in the PCH file. Use...
2009-04-11 Ted KremenekImplement analyzer support for OSCompareAndSwap. This...
2009-04-11 Fariborz JahanianNon-pointer objects are none gc'able regardles of
2009-04-10 Douglas GregorCompare the predefines buffer in the PCH file with...
2009-04-10 Mike StumpFixup copy/dispose helpers for Objective-C. Radar...
2009-04-10 Daniel DunbarForce driver triple.
2009-04-10 Anders CarlssonRemove asserts that weren't really useful, and that...
2009-04-10 Fariborz JahanianFix another fallout from defining __weak unconditionally.
2009-04-10 Daniel DunbarDon't set both readnone and readonly.
2009-04-10 Chris Lattnerdo a dance with predefines, and finally enable reading...
2009-04-10 Fariborz JahanianFixed the test.
2009-04-10 Chris Lattnermove a bunch of code for initializing the predefines...
2009-04-10 Fariborz JahanianAdd a test case for my last patch.
2009-04-10 Chris Lattneradd support for reading macros. This does all the...
2009-04-10 Chris Lattnermake a method public
2009-04-10 Daniel DunbarForce triple for a number of tests that rely on __weak.
2009-04-10 Chris Lattnersimplify code.
2009-04-10 Douglas GregorEncode the target triple in the PCH file, and check...
2009-04-10 Ted KremenekAdd arbitrary "tags" to ProgramPoints. While this fatte...
2009-04-10 Daniel DunbarHonor MACOSX_DEPLOYMENT_TARGET environment variable.
2009-04-10 Douglas GregorImplement serialization/deserialization of LangOptions...
2009-04-10 Fariborz JahanianReject compiles for x86_64 target for MacOS versions...
2009-04-10 Daniel DunbarInternal variables could mistakenly have "hidden" visib...
2009-04-10 Daniel DunbarTest case for -miphoneos-version-min, also part of...
2009-04-10 Daniel DunbarDriver: Forward -miphoneos-version-min to clang.
2009-04-10 Daniel DunbarSupport -miphoneos-version-min in clang-cc.
2009-04-10 Daniel DunbarSupport %S in Python TestRunner
2009-04-10 Mike StumpFixup codegen for nested blocks that use copy/dispose...
2009-04-10 Fariborz JahanianPatch to generate meta-data for prtocol used
2009-04-10 Daniel DunbarDriver: CCC_ADD_ARGS could end up using dangling pointers.
2009-04-10 Ted KremenekUse getDeclName() instead of getIdentifier() (safe...
2009-04-10 Chris Lattneradd a new PP_MACRO_NAME hack so that I can test object...
next