aboutsummaryrefslogtreecommitdiffstats
path: root/scope.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-21scope: add is_in_scope()Luc Van Oostenryck1-0/+2
2020-05-21scope: let labels have their own scopeLuc Van Oostenryck1-0/+4
2020-05-21scope: s/{start,end}_symbol_scope/{start,end}_block_scope/Luc Van Oostenryck1-2/+2
2020-02-20struct_union_enum_specifier: always initialize sym->scopeOleg Nesterov1-0/+1
2017-06-29diet: remove unused struct scope::tokenLuc Van Oostenryck1-1/+0
2014-08-02Make same_symbol list share the same scopeChristopher Li1-0/+1
2013-11-29sparse: Relicense under the MIT licenseFranz Schrober1-1/+17
2009-08-11make sparse headers self-compilable...Kamil Dudka1-0/+2
2007-07-29[PATCH] file and global scopes are the same for purposes of struct redefiningAl Viro1-0/+1
2006-12-04delay removing file scopeChristopher Li1-0/+1
2005-08-02Make macros have file scopeLinus Torvalds1-0/+2
2005-08-02Start work on proper scoping with multiple filesLinus Torvalds1-6/+8
2005-04-07Update copyright notices to reflect the fact that TransmetaLinus Torvalds1-0/+1
2005-04-07Start updating the copyright license comments to the OSL,Linus Torvalds1-1/+3
2005-04-07Expose scoping to symbol binders - we'll need this to checkLinus Torvalds1-1/+11
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-0/+4
2005-04-07Add copyright statements and file comments. Add a FAQ, README, andLinus Torvalds1-0/+5
2005-04-07Add symbol scoping for proper parsing.Linus Torvalds1-0/+14