]> granicus.if.org Git - clang/shortlog
clang
2009-09-24 Daniel DunbarDarwin/x86-32: Enumerated types and block pointer types...
2009-09-24 Ted KremenekFix: <rdar://problem/7249340> [RegionStore] model store...
2009-09-24 Anders CarlssonMore work on empty classes.
2009-09-24 Anders CarlssonScaffolding for supporting empty bases/fields.
2009-09-24 Ted KremenekShorten the static analyzer diagnostic for 'use of...
2009-09-24 Fariborz JahanianUse Doug's DeclLoc to pinpoint location of the declaration
2009-09-23 Douglas GregorImprove diagnostic location information when checking...
2009-09-23 Douglas GregorMake C++ temporary-related expressions provide proper...
2009-09-23 Fariborz Jahanianpatch to ir-gen conversion function call used in
2009-09-23 Douglas GregorFor code completion, note that injected-class-names...
2009-09-23 Fariborz JahanianRemove the FIXME as I said.
2009-09-23 Fariborz JahanianThis patch addresses a few issues related to 8.5.3...
2009-09-23 Steve NaroffSome minor cleanups...
2009-09-23 Anders CarlssonHandle namespace aliases.
2009-09-23 Anders CarlssonEmit new[] cookie when needed.
2009-09-23 Steve NaroffMore work to enable more exhaustive testing of the...
2009-09-23 Anders CarlssonBasic support for new[].
2009-09-23 Douglas GregorWhen code-completion after a "," is building an overloa...
2009-09-23 Torok EdwinThe test/ directory needs to be created always when...
2009-09-23 Gabor Greiffix typo in file name
2009-09-23 Daniel DunbarFactor Windows target into VS, MinGW and Cygwin variants.
2009-09-23 Chris Lattnerimplement support for __builtin_eh_return_data_regno...
2009-09-23 Chris Lattnerreturn a bool value as a bool
2009-09-23 Anders CarlssonAdd a new variant of EmitCXXAggrConstructorCall that...
2009-09-23 Ted KremenekFix PR 4988 by removing an invalid assertion (a functio...
2009-09-23 Fariborz JahanianProduce detailed diagnostics when overload
2009-09-23 Anders CarlssonFix indentation in xcode project.
2009-09-23 Anders CarlssonCast the array size expr to a size_t
2009-09-23 Douglas GregorPrint the results of code-completion for overloading...
2009-09-23 Douglas GregorSeparate the code-completion results for call completio...
2009-09-22 Douglas GregorMake sure we don't try to add code-completion results...
2009-09-22 Douglas GregorWhen code-completion finds a declaration only because...
2009-09-22 Douglas GregorTweak the code-completion results ranking and formation...
2009-09-22 Anders CarlssonMove codegen of new and delete to CGCXXExpr.cpp
2009-09-22 Mike StumpRemove now fixed FIXME.
2009-09-22 Daniel DunbarPush "clang-is-production" logic up to tools/driver...
2009-09-22 Daniel DunbarSpell clang-cc correctly.
2009-09-22 Douglas GregorAdd getDeclaration()/getKind() accessors to CodeComplet...
2009-09-22 Anders CarlssonNo need to null check implicit lvalue cast exprs.
2009-09-22 Anders CarlssonWhen doing a derived-to-base class and the class offset...
2009-09-22 Daniel DunbarReconcile Clang/ARM target data string with llvm-gcc...
2009-09-22 Douglas GregorTeach code-completion to introduce a ", ..." placeholde...
2009-09-22 Douglas GregorIn C++, a variadic function does not need an ellipsis...
2009-09-22 Ted KremenekFix: <rdar://problem/7242006> [RegionStore] compound...
2009-09-22 Douglas GregorReplace the -code-completion-dump option with
2009-09-22 Anders CarlssonCXXMethodDecls should always be mangled, even if they...
2009-09-22 Fariborz JahanianCode refactoring and cleanup.
2009-09-22 Fariborz JahanianIssue good ambiguity diagnostic when convesion fails.
2009-09-22 Steve Naroff- Implement support for various types of "refs" (initia...
2009-09-22 Anders CarlssonIf we already set a primary base, don't set it to the...
2009-09-22 Anders CarlssonFix speling error.
2009-09-22 Anders CarlssonExplicitly initialize the PrimaryBase and PrimaryBaseWa...
2009-09-22 Mike StumpYes.
2009-09-22 Anders Carlsson(With Doug's help) fix a crash in the code completion...
2009-09-22 Anders CarlssonDon't assert that linkage decls are always C++, it...
2009-09-22 Fariborz JahanianFix a regression in accessing class getter using the...
2009-09-22 Douglas GregorImplement code completion within a function call, trigg...
2009-09-22 Daniel DunbarSpell function pointer correctly.
2009-09-22 Daniel DunbarAlways execute tests internally on Windows.
2009-09-22 Daniel DunbarCMake: Add a clang-c++tests target for running the...
2009-09-22 Daniel DunbarAdd safe part of previous (reverted) commit, necessary...
2009-09-22 Daniel DunbarRevert "Switch a few clients over to StringLiteral...
2009-09-22 Daniel DunbarUpdate PCH serialization of FunctionDecl flags.
2009-09-22 Daniel DunbarAllow PCH files to be read from stdin.
2009-09-22 Daniel DunbarRemove old test runner, this has moved to LLVM/utils...
2009-09-22 Ted KremenekFix: <rdar://problem/7242015> [RegionStore] variable...
2009-09-22 Daniel DunbarForce triple in test.
2009-09-22 Ted KremenekUpdate checker build.
2009-09-22 Daniel DunbarSwitch a few clients over to StringLiteral::getString.
2009-09-22 Daniel DunbarAdd StringLiteral::getString -> StringRef.
2009-09-22 Anders CarlssonStore the set of indirect primary bases directly in...
2009-09-22 Mike StumpFix some typos. WIP. Large alignments don't work...
2009-09-22 Mike StumpFix doc.
2009-09-22 Daniel DunbarAdd test case for PR4894 (it was fixed in LLVM).
2009-09-22 Daniel DunbarThis FIXME is done.
2009-09-22 Mike StumpImprove debug info generation for __block variables.
2009-09-22 Anders CarlssonRecord layout builder cleanup.
2009-09-21 John McCallChange all the Type::getAsFoo() methods to specializati...
2009-09-21 Ted KremenekAdd test case for <rdar://problem/6829164>, which was...
2009-09-21 Fariborz JahanianRemoved -fobjc-newgc-api option. clang now conforms to
2009-09-21 Ted KremenekProvide intermediate solution to handling assignments...
2009-09-21 Douglas GregorAnother code-completion TODO
2009-09-21 Douglas GregorCode completion for ordinary names when we're starting...
2009-09-21 Fariborz Jahanian-fobjc-newgc-api is now the default.
2009-09-21 Douglas GregorWhen providing a code-completion suggestion for a hidde...
2009-09-21 Douglas GregorEnhance "case" code completion in C++ to suggest qualif...
2009-09-21 Fariborz JahanianMiscellanous fixes in generatation of objc gc's write...
2009-09-21 Douglas GregorCode completion for "case" statements within a switch...
2009-09-21 Douglas GregorRefactor and simplify the CodeCompleteConsumer, so...
2009-09-21 Daniel DunbarAdd an XFAIL test which compiles differently from a...
2009-09-21 Daniel DunbarAdd missing PCH support for -fstack-protector.
2009-09-21 Chris LattnerImplement __builtin_unreachable(), a GCC 4.5 extension.
2009-09-21 Daniel DunbarSwitch ProcessASTInputFile to still use ParseAST.
2009-09-21 Daniel DunbarChange ASTUnit to only initialize the predefines buffer...
2009-09-21 Daniel DunbarChange ASTUnit to take the Diagnostic as an argument...
2009-09-21 Daniel DunbarAdd Diagnostic to Indexer, and have it keep its own...
2009-09-21 Anders CarlssonStart mangling expressions.
2009-09-20 Daniel DunbarWork around FileCheck -NOT restriction.
2009-09-20 Daniel DunbarSwitch TestRunner.sh to just use 'lit'.
2009-09-20 Daniel DunbarSwitch to using the new LLVM lit test runner by default.
next