]> granicus.if.org Git - clang/shortlog
clang
2009-11-18 Mike StumpMake _ZTI symbols hidden. This speeds up the dynamic...
2009-11-18 John McCallIncremental progress on using declarations. Split...
2009-11-18 Ted KremenekAdd special clang_getCursor() support for @class. ...
2009-11-18 Douglas GregorCode completion for member accesses that involve Object...
2009-11-18 Douglas GregorEliminate some completely-redundant lookups
2009-11-18 Eli FriedmanPR5520: Make sure to check whether the base type is...
2009-11-18 Ted KremenekAdd ObjCClassDecl::getSourceRange().
2009-11-18 Eli FriedmanMissing piece of r89173.
2009-11-18 Eli FriedmanRefactor emitting call to delete operator into common...
2009-11-18 Mike StumpFix one last gotcha with typeid.
2009-11-18 Ted KremenekAdd SourceLocations to ObjCClassDecl for the class...
2009-11-18 Douglas GregorFinish code completion for Objective-C message sends
2009-11-17 Mike StumpCleanup.
2009-11-17 Mike StumpAdd rtti support for arrays, functiond without prototyp...
2009-11-17 Douglas GregorRename Objective-C message send completion functions...
2009-11-17 Douglas GregorRefactor code-completion support for message sends...
2009-11-17 Ted KremenekPass source locations of identifiers referenced by...
2009-11-17 Mike StumpAdd rtti info for function prototypes and refactor...
2009-11-17 Ted KremenekDo not register ObjCInterfaceDecls implicitly created...
2009-11-17 Fariborz JahanianThis patch finalizes implementatin of weak_import
2009-11-17 Mike StumpAdd rtti support for pointer to data members.
2009-11-17 Daniel DunbarDrop unnecessary #include.
2009-11-17 Daniel DunbarRemove unnecessary &&s.
2009-11-17 Fariborz JahanianMore cases for weak_import objective-c2 classes.
2009-11-17 Daniel DunbarFix -Asserts warning.
2009-11-17 Mike StumpAdd rtti support for non-member pointers. WIP.
2009-11-17 Fariborz JahanianMore support for weak_import objective-c2 class.
2009-11-17 Douglas GregorImprove location information when adding conversion...
2009-11-17 Benjamin Kramerfgetln is a BSDism; replace it with more portable code.
2009-11-17 Ted KremenekAdd c-index-test mode "-test-file-scan", which scans...
2009-11-17 Ted KremenekFix test case.
2009-11-17 David ChisnallAdded block type introspection support.
2009-11-17 David ChisnallFixed bug where ivar offsets were being initialized...
2009-11-17 Ted KremenekRename test.
2009-11-17 Ted KremenekAdd clang_getNullCursor() and clang_equalCursors()...
2009-11-17 Jakob Stoklund... Undo previous test fix. -split-phi-edges now disables...
2009-11-17 Fariborz JahanianStart support of weak_import objective-c classes.
2009-11-17 Ken DyckReplace (-INT8_C(128)), which uses an illegally out...
2009-11-17 Ted KremenekAllow "source_filename" to be an optional argument...
2009-11-17 Ted KremenekOrganize c-index-test into logic sections, and add...
2009-11-17 Ted KremenekClean up c-index-test command line usage a bit by requi...
2009-11-17 Sebastian RedlAdjust format attribute index for implicit object argum...
2009-11-17 Douglas GregorImplement code completion for Objective-C message sends...
2009-11-17 Fariborz JahanianFixes a typo, reported by Doug.
2009-11-17 Anders CarlssonFix PR5531.
2009-11-17 Douglas GregorMake sure, for sure this time, that expressions do...
2009-11-17 Douglas GregorAugment code-completion results to provide argument...
2009-11-17 Douglas GregorStringRef'ify CodeCompletionString
2009-11-17 Ken DyckUse the INTn_C integer constant macros to generate...
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.
next