]> granicus.if.org Git - clang/shortlog
clang
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.
2009-09-20 Daniel DunbarInclude LLVM {src,obj} root in lit.site.cfg, to support...
2009-09-20 Chris Lattnerswitch command line 'parse' methods to use StringRef...
2009-09-19 Daniel DunbarOk, an AssertingVH definitely doesn't work for now...
2009-09-19 Nick LewyckyMake clang stop relying on ConstantStruct::get's defaul...
2009-09-19 Daniel DunbarSwitch CGDebugInfo type cache to using an AssertingVH.
2009-09-19 Daniel DunbarFactor out CGDebugInfo::CreateTypeNode method.
2009-09-19 Benjamin KramerSimplify code with a StringRef.
2009-09-18 Douglas GregorIn C++ code completion, only suggest the "template...
2009-09-18 Douglas GregorMake the construction of the code-completion string...
2009-09-18 Douglas GregorIntroduce code completion patterns for templates, which...
2009-09-18 Ted KremenekRe-introduce diagnostic caching in BugReporter that...
2009-09-18 Ted KremenekReintroduce FoldingSet profiling for PathDiagnostics.
2009-09-18 Ted KremenekFix regression introduced by r82198 that caused functio...
2009-09-18 Douglas GregorIntroduce code completion strings, which describe how...
2009-09-18 Daniel DunbarAttempt to make a test portable.
2009-09-18 Chris Lattnerclean up xcode proj
2009-09-18 Chris Lattnerallow clearing this value.
2009-09-18 Anders CarlssonMore mangling work.
2009-09-18 Douglas GregorC++ code completion after the "operator" keyword. Provi...
2009-09-18 Anders CarlssonMake the mangler conform even better to the grammar.
2009-09-18 Anders CarlssonMake our char vector types not be explicitly signed...
2009-09-18 Mike StumpGenerate more of the vbase virtual offset for covariant...
2009-09-18 Douglas GregorIntroduce four new code-completion hooks for C++:
2009-09-18 Anders CarlssonMore mangler mangling.
2009-09-18 Anders CarlssonCall mangleTemplatePrefix.
2009-09-18 Anders CarlssonChange manglePrefix to return early if the DC is the...
2009-09-18 Douglas GregorDon't perform name lookup into a given declaration...
2009-09-18 Douglas GregorHandle using declarations and overload sets in code...
2009-09-18 Douglas GregorFor code completion in C++ member access expressions...
2009-09-18 Anders CarlssonFix PR4923.
2009-09-18 Douglas GregorWhen gathering results for code completion, only includ...
2009-09-18 Douglas GregorImplement code completion for tags, e.g., code completi...
next