aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scope.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-21bad-label: respect attribute((unused))Luc Van Oostenryck1-0/+2
2020-05-21bad-label: check for unused labelsLuc Van Oostenryck1-0/+8
2020-05-21scope: add is_in_scope()Luc Van Oostenryck1-0/+9
2020-05-21scope: let labels have their own scopeLuc Van Oostenryck1-2/+15
2020-05-21scope: s/{start,end}_symbol_scope/{start,end}_block_scope/Luc Van Oostenryck1-2/+2
2020-05-21scope: no memset() needed after __alloc_scope()Luc Van Oostenryck1-2/+0
2020-02-20struct_union_enum_specifier: always initialize sym->scopeOleg Nesterov1-0/+5
2014-08-02Make same_symbol list share the same scopeChristopher Li1-0/+14
2013-11-29sparse: Relicense under the MIT licenseFranz Schrober1-1/+17
2008-06-11Remove symbol.id_listAlexey Zaytsev1-1/+1
2007-07-29[PATCH] file and global scopes are the same for purposes of struct redefiningAl Viro1-0/+10
2007-03-09Fix typos in commentsJosh Triplett1-1/+1
2006-12-05kill NS_INVISIBLEMACRO, introduce NS_UNDEFOleg Nesterov1-7/+0
2006-12-04delay removing file scopeChristopher Li1-0/+7
2005-08-03Update the calling interface to "sparse()".Linus Torvalds1-5/+9
2005-08-02Make types have file scope, not global scopeLinus Torvalds1-3/+3
2005-08-02Make macros have file scopeLinus Torvalds1-1/+11
2005-08-02Start work on proper scoping with multiple filesLinus Torvalds1-4/+17
2005-04-07Split out the blob allocator from lib.c into allocate.c.Linus Torvalds1-0/+1
2005-04-07Update copyright notices a bit.Linus Torvalds1-1/+1
2005-04-07Make END_FOR_EACH_PTR[_REVERSE] take the ptr name as an argument.Linus Torvalds1-1/+1
2005-04-07Update copyright notices to reflect the fact that TransmetaLinus Torvalds1-0/+1
2005-04-07More conversion from "iterate()" to an explicit FOR_EACH_PTR()Linus Torvalds1-2/+5
2005-04-07Do a proper scope allocator, don't use the "bytes" allocator that doesn'tLinus Torvalds1-1/+1
2005-04-07Start updating the copyright license comments to the OSL,Linus Torvalds1-1/+3
2005-04-07Oops. Bad scoping for iterators and switch() statements. We didn'tLinus Torvalds1-0/+1
2005-04-07Expose scoping to symbol binders - we'll need this to checkLinus Torvalds1-8/+6
2005-04-07Change the copyright to Transmeta Corp, that's likely to beLinus Torvalds1-1/+1
2005-04-07Separate scopes for blocks and functions. Function scopesLinus Torvalds1-8/+34
2005-04-07Add copyright statements and file comments. Add a FAQ, README, andLinus Torvalds1-0/+2
2005-04-07Make iterators take a helper datum, and tell the callback whetherLinus Torvalds1-2/+2
2005-04-07Add symbol scoping for proper parsing.Linus Torvalds1-0/+47