]> granicus.if.org Git - clang/shortlog
clang
2009-09-05 Zhongxing XuRefactor builtin function evaluation code into its...
2009-09-05 Daniel DunbarAdd missing include.
2009-09-05 John McCallBasic support for representing elaborated type specifiers
2009-09-04 Douglas GregorImprove the AST representation and semantic analysis...
2009-09-04 Douglas GregorDon't generate any code for an explicit call to a trivi...
2009-09-04 Mike StumpCleanup.
2009-09-04 Daniel DunbarMerge libgcc spec changes for darwin::Link::ConstructJob.
2009-09-04 Daniel DunbarTweak darwin::Link::AddLinkArgs.
2009-09-04 Daniel DunbarImplement darwin::Link::AddDarwinArch for ARM.
2009-09-04 Daniel DunbarDarwin: Pass -iphoneos-version-min to ld when building...
2009-09-04 Daniel DunbarAlso compare stdout and stderr lines.
2009-09-04 Daniel DunbarAdd -ccc-install-dir option for faking installation...
2009-09-04 Daniel DunbarRename Darwin_X86 toolchain to just Darwin, this can...
2009-09-04 Douglas GregorIf a destructor is referenced or a pseudo-destructor...
2009-09-04 Mike StumpAdd overidding for methods for vtable building for...
2009-09-04 Daniel DunbarUse llvm::sys::getHostTriple, not LLVM_HOSTTRIPLE.
2009-09-04 Daniel DunbarMake CmpDriver less stupid.
2009-09-04 Daniel DunbarSupport 'make test TESTSUITE=CodeGen', etc.
2009-09-04 Daniel DunbarRemove unused argument.
2009-09-04 Douglas GregorImplement AST, semantics, and CodeGen for C++ pseudo...
2009-09-04 Steve NaroffImplement accessors clang_getCursorKind(), clang_getCur...
2009-09-04 Douglas GregorWhen searching for a default constructor or copy constr...
2009-09-04 Douglas GregorParse extern templates, pass that information all the...
2009-09-04 Douglas GregorIntroduce an egregious hack to fix PR4828.
2009-09-04 Douglas GregorActually initialize HasQualifier and HasExplicitTemplat...
2009-09-04 Daniel DunbarAdd a valgrind suppressions file for x86_64-pc-linux...
2009-09-04 Daniel DunbarAdd --vg-arg option to clang test runner.
2009-09-04 Zhongxing Xumove the check into MarkNoReturnFunction.
2009-09-04 Zhongxing XuExtract mark-no-return-function code into a function.
2009-09-04 John McCallCorrectly handle elaborated template ids. Still not...
2009-09-03 Fariborz JahanianPatch to instantiate destructors used to destruct
2009-09-03 Anders CarlssonIf the alignment of the chosen field in a union is...
2009-09-03 Douglas GregorImplement tree transformations for DeclarationNames...
2009-09-03 Douglas GregorUpdate C++ status, since a bunch of the comments were...
2009-09-03 Douglas GregorImprove template instantiation for member access expres...
2009-09-03 Fariborz JahanianMark constructors used in initialization of base(s...
2009-09-03 Fariborz JahanianIssue diagnostics in variety of situations involving
2009-09-03 Daniel DunbarDon't use '%ll', this doesn't workin on Win32.
2009-09-03 Steve NaroffAdd ASTUnit::getOriginalSourceFileName() and use in...
2009-09-03 Douglas GregorImproved handling for dependent, qualified member acces...
2009-09-03 Steve Naroff- Add back some harmless code that part of a reverted...
2009-09-03 Douglas GregorSave/load POSIXThreads flag for PCH
2009-09-03 Daniel DunbarRevert "Visit function/method bodies and issue callback...
2009-09-03 Daniel DunbarRevert "Remove redundant local variable (use newly...
2009-09-03 Daniel DunbarAdd basic support for -pthread.
2009-09-03 Daniel DunbarTweak comment.
2009-09-03 Ted KremenekFix 80 column violations.
2009-09-03 David ChisnallFixed bug introduced in r79900 where FreeBSD was turned...
2009-09-03 Ted KremenekFix regression introduced in r80786 and reported in...
2009-09-03 Zhongxing Xuremove a debug output I introduced in the last commit.
2009-09-03 Mike StumpUpdate.
2009-09-03 Anders CarlssonAdd CastExpr::getCastKindName and use it in the StmtDumper.
2009-09-03 Steve NaroffRemove redundant local variable (use newly created...
2009-09-03 Fariborz JahanianThis patch does the following.
2009-09-03 Steve NaroffVisit function/method bodies and issue callback for...
2009-09-02 Douglas GregorAdd a wicked little test-case that illustrates what...
2009-09-02 Douglas GregorDon't try to CodeGen using directives, from Anders...
2009-09-02 Daniel DunbarInitialize targets before parsing command line options...
2009-09-02 Fariborz JahanianMinor refactoring of my last patch.
2009-09-02 Fariborz JahanianReferenced instatiated default constructors
2009-09-02 Douglas GregorRewrite of our handling of name lookup in C++ member...
2009-09-02 Fariborz JahanianAdded a FIXME to the test case.
2009-09-02 Anders CarlssonFix an assertion when initializing a union using a...
2009-09-02 Fariborz JahanianChanged abi mode for these test which are dereferencing
2009-09-02 Anders CarlssonFix a crash when referencing static data members.
2009-09-02 Ted KremenekUpdate checker build.
2009-09-02 Eli FriedmanFix warnings.
2009-09-02 John McCallBorrow a friend class's previous declaration's access...
2009-09-02 Anders CarlssonFix a codegen crash when a class template has a constru...
2009-09-02 Steve NaroffFix some newly added bugs uncovered by the RELEASE...
2009-09-02 Steve NaroffStart issuing callback for references (add some predica...
2009-09-02 Anders CarlssonPacked unions should be packed. Fixes an assert Daniel...
2009-09-02 Fariborz JahanianAllow null initialization of scalara data members
2009-09-02 Steve NaroffFlesh out CXCursorKind...
2009-09-02 Zhongxing XuRefactor the check for bad divide into a checker.
2009-09-02 Douglas GregorDocument how we intepret C++ DR 382
2009-09-02 Douglas GregorAdd a few more typename-specifier tests that involve...
2009-09-02 Douglas GregorWhen parsing typename specifiers (with either the ident...
2009-09-02 Zhongxing XuRefactor bad callee check into a Checker.
2009-09-02 Zhongxing XuStill use BadArg bugtype in the checker. This saves...
2009-09-02 Ted KremenekReplace uses of ImmutableSet in SymbolReaper with Dense...
2009-09-02 Ted KremenekImplement: <rdar://problem/6337100> CWE-338: Use of...
2009-09-02 John McCallWhen adding a friend class declaration to the lookup...
2009-09-02 John McCallFix a little crasher in friend decls. Thanks again...
2009-09-02 Mike StumpAdd mangling for covariant thunks.
2009-09-02 John McCallEnsure that the tag decls of friend decls aren't added...
2009-09-02 Mike StumpShorten name.
2009-09-02 Mike StumpAdd mangling for thunks.
2009-09-02 Fariborz JahanianTest for my last patch.
2009-09-02 Fariborz JahanianIt is illegal to derefrercne to an interface in
2009-09-01 Mike StumpMore overriding base work and some cleanups. WIP.
2009-09-01 Fariborz JahanianAfter a conversation with Doug. I added a fix me to
2009-09-01 Mike StumpSplit out overriding. WIP.
2009-09-01 Mike StumpTestcase for recent checkin.
2009-09-01 Anders CarlssonHandle member expressions that return references correctly.
2009-09-01 Anders CarlssonAssert that we don't have any virtual bases. We can...
2009-09-01 Douglas GregorIn CXXBaseOrMemberInitializer, don't confuse CtorTocall...
2009-09-01 Anders CarlssonUse the correct cast kinds for bit casts and function...
2009-09-01 Anders CarlssonAdd a CK_FunctionToPointerDecay cast kind.
2009-09-01 Anders CarlssonWe can generate constructors/destructors with base...
next