]> granicus.if.org Git - clang/shortlog
clang
2009-11-17 Nuno Lopesrecognize .hpp as c++ (needed for ./configure'ing boost)
2009-11-17 Nuno Lopesadd Fedora 11 include path. what a crap..
2009-11-17 Benjamin KramerMake test header independent so it doesn't fail on...
2009-11-17 Ken DyckRemove unnecessary parens around the bodies of integer...
2009-11-17 Benjamin KramerFix MSVC warning.
2009-11-17 John McCallTemporarily unbreak the clang-on-llvm tests. :) Not...
2009-11-17 Daniel Dunbar... and add back a few more triple forces.
2009-11-17 Daniel DunbarRemove stale reference to old WPA dir, patch by Kovarth...
2009-11-17 Daniel DunbarUse clang to run tests which include headers from the...
2009-11-17 Daniel DunbarAdd some -triples I was a little too liberal in removing.
2009-11-17 Daniel DunbarMerge several visibility tests into hidden-visibility...
2009-11-17 Daniel DunbarAdd missed CMake file for adding clang examples to...
2009-11-17 John McCallSkip over shadow using decls during codegen.
2009-11-17 Daniel DunbarAdd optional CMake build for Clang examples, patch...
2009-11-17 Daniel DunbarSimplify CompilerInvocation::toArgs, now that LangOptio...
2009-11-17 Daniel DunbarEliminate TargetInfo::getDefaultLangOptions, this kind...
2009-11-17 Daniel DunbarUse -fblocks and -fobjc-nonfragile-abi when that is...
2009-11-17 Zhongxing XuAdd PreVisitReturn to Malloc checker. Now we can recogn...
2009-11-17 Daniel DunbarDon't #include <stdio.h> when tests don't need it,...
2009-11-17 Daniel DunbarRemove some redundant tests.
2009-11-17 John McCallCommit this random test case.
2009-11-17 Daniel DunbarAdd -fblocks, -stack-protector, and -fobjc-nonfragile...
2009-11-17 Daniel DunbarAdd driver::types::isObjC predicate.
2009-11-17 Zhongxing XuAdd EvalEndPath interface to Checker. Now we can check...
2009-11-17 John McCallStore "sugared" decls in LookupResults (i.e. decl alias...
2009-11-17 Zhongxing XuClear the dest set.
2009-11-17 Daniel DunbarMove -fnext-runtime defaulting to driver (and change...
2009-11-17 Daniel DunbarMove -fms-extensions defaulting to driver, instead...
2009-11-17 Ted KremenekSort visitor methods. No functionality change.
2009-11-17 Douglas GregorBe more careful with anonymous namespaces, since Clang...
2009-11-17 Daniel DunbarMove char-is-signed defaulting to driver, instead of...
2009-11-17 Ted KremenekAdd newline at the end of the file.
2009-11-17 Douglas GregorSilence some warnings produced by Clang, and add a...
2009-11-17 Douglas GregorImplement template instantiation for using directives...
2009-11-17 Daniel DunbarAdd initial cut at CompilerInvocation::toArgs, which...
2009-11-17 John McCallInstead of hanging a using declaration's target decls...
2009-11-17 Daniel DunbarSimplify PreprocessorOptions, it doesn't need abstracte...
2009-11-17 Ted KremenekHave clang_getCursorSource() return NULL when the sourc...
2009-11-17 Douglas GregorAdd missing #include found by Clang
2009-11-17 Douglas GregorRequire the object type of a member access expression...
2009-11-17 Daniel DunbarReorder options alphabetically.
2009-11-17 Daniel DunbarMove InitializeAnalyzerOptions for consistency.
2009-11-17 Daniel DunbarRemove unused NoPreprocess variable.
2009-11-17 Daniel DunbarRemove unused program action.
2009-11-17 Daniel DunbarRename CompilerInvocation::DiagOpts -> DiagnosticOpts...
2009-11-17 Daniel DunbarAdd missing defaults to AnalyzerOptions.
2009-11-17 Daniel DunbarRemove unused IsCXXAware and IgnoreSysRoots option...
2009-11-17 Anders CarlssonUnify the way destructor epilogues are generated for...
2009-11-17 Anders CarlssonMore const is always good.
2009-11-17 Zhongxing XuAdd a comment.
2009-11-17 Mike StumpFix typo. Thanks Ted.
2009-11-17 Mike StumpAdd typeinfo support for T* and const T* for all builti...
2009-11-17 Ted KremenekAdd test to verify that the analyzer plist output is...
2009-11-17 Mike StumpAdd typeid for the builtin types. WIP.
2009-11-17 John McCallCarry lookup configuration throughout lookup on the...
2009-11-17 Jakob Stoklund... Fix tests after enabling -split-phi-edges.
2009-11-17 Eli FriedmanPR5526: Make sure to set the right cast kinds for the...
2009-11-17 Douglas GregorWhen querying type qualifiers on QualType via one of...
2009-11-17 Mike StumpEnsure we peer through () when handling typeid(*p).
2009-11-17 Ted KremenekRemove extra space in warn_maynot_respond diagnostic...
2009-11-17 Mike StumpNote why this doesn't yet work.
2009-11-17 Mike StumpTrim spacing.
2009-11-17 Mike StumpSince we always have 2 edges, we don't need to reserve...
2009-11-17 Mike StumpMinor CFG refinements for typeid and dynamic_cast.
2009-11-16 Eli FriedmanFix up EmitMemberInitializer to handle many more cases.
2009-11-16 Mike StumpTestcase for dynamic_cast.
2009-11-16 Eli FriedmanReorganize EmitMemberInitializer to put anonymous union...
2009-11-16 Eli FriedmanSimplify the AST a bit by skipping creating member...
2009-11-16 Eli FriedmanMake member initializers for union members work correctly.
2009-11-16 Mike StumpImplement dynamic_cast<void*>(E).
2009-11-16 Daniel DunbarUpdate test, I don't know why this changed but seems...
2009-11-16 Daniel DunbarTrim includes.
2009-11-16 Daniel DunbarStore more information in HeaderSearchOptions so that...
2009-11-16 Daniel Dunbarclang-cc: Eliminate cyclic dependency in initializing...
2009-11-16 Eli FriedmanImplement a few more cases for copy constructor synthesis.
2009-11-16 Douglas GregorFirst part of changes to eliminate problems with cv...
2009-11-16 Eli FriedmanClean up scalar cast kind handling; make cast kind...
2009-11-16 Mike StumpAudit done, all the required casts are already done.
2009-11-16 Devang Patelrevert r88963.
2009-11-16 Devang PatelUse TrackingVH to hold forward decl. This one is for...
2009-11-16 Eli FriedmanParallel fix to r88951: use TrackingVH to hold forward...
2009-11-16 Sebastian RedlRepair broken FindCompositePointerType. Correct early...
2009-11-16 Eli FriedmanFix valgrind uninitialized error.
2009-11-16 Devang PatelUse TrackingVH to hold forward decl.
2009-11-16 Ted KremenekFix condition in LocationCheck::classof(). Thanks...
2009-11-16 Rafael EspindolaUse configure options for searching for libstdc++.
2009-11-16 Mike StumpFix members to be public.
2009-11-16 Mike StumpMake bots happy.
2009-11-16 Eli FriedmanFix PR5488: special-case the overloaded arrow operator...
2009-11-16 David ChisnallFixed two minor differences between clang and GCC-gener...
2009-11-16 Fariborz JahanianHandle case of missing '@end' in implementation context
2009-11-16 Mike StumpFix spelling for target triplet.
2009-11-16 Anders CarlssonThe ssp and sspreq function attributes should only...
2009-11-16 Ken DyckParameterize the constant-generating macros in stdint...
2009-11-16 Duncan SandsPass a value for the isSigned parameter of CreateIntCas...
2009-11-16 Mike StumpImplement most of dynamic_cast. WIP.
2009-11-16 Mike StumpTry and fix buildbot issue.
2009-11-16 Eli FriedmanMake GetAddrOfConstantStringFromLiteral return a consta...
2009-11-16 Eli FriedmanSome minor cleanup for EmitCastLValue.
2009-11-16 Eli FriedmanSet the cast kind for a few more code paths.
next