]> granicus.if.org Git - clang/shortlog
clang
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...
2009-04-10 Ted KremenekMove a few more NonLoc static functions to ValueManager.
2009-04-10 Ted KremenekDefault initialize 'code' instance variable to NULL.
2009-04-10 Chris Lattneremit tokens, constify the Preprocessor passed down...
2009-04-10 Chris Lattneremit function-like and object-like macros to the PCH...
2009-04-10 Douglas GregorAdd PCH sources to CMake build files
2009-04-10 Douglas GregorVarious minor fixes to PCH reading and writing, with...
2009-04-10 Chris Lattnerimprove punctuation
2009-04-10 Chris LattnerArrange for the preprocessor to be passed down into...
2009-04-10 Chris Lattneradd PCH stuff to project
2009-04-10 Chris Lattneruse doug's new %S thing to make this work when run...
2009-04-10 Ted KremenekFix typo.
2009-04-10 Ted KremenekUpdate analyzer build.
2009-04-10 Zhongxing XuAdd prototype for CodeTextRegion.
2009-04-10 Zhongxing Xuupdate analyzer doc.
2009-04-10 Zhongxing XuFinally nuke loc::SymbolVal.
2009-04-10 Chris Lattnertypos
2009-04-10 Anders CarlssonUse correct alignment and size for references in record...
2009-04-10 Ted KremenekWording changes.
2009-04-10 Ted KremenekAdd blurb about attribute "analyzer_noreturn"
next