aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test-parsing.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-02removed an unused parameter for show_symbol_list()Bernd Petrovitsch1-2/+2
2018-06-21ptrlist: remove the now unneeded FOR_EACH_PTR_NOTAG()Luc Van Oostenryck1-2/+2
2013-11-29sparse: Relicense under the MIT licenseFranz Schrober1-1/+17
2007-03-09Fix typos in commentsJosh Triplett1-1/+1
2006-12-04cleanup write to argument array hackChristopher Li1-4/+6
2005-11-02Handle symbols from "-include" file tooLinus Torvalds1-2/+13
2005-08-03Update the calling interface to "sparse()".Linus Torvalds1-6/+9
2005-04-07Split out the blob allocator from lib.c into allocate.c.Linus Torvalds1-0/+1
2005-04-07Clean up test-parsing too.Linus Torvalds1-41/+1
2005-04-07Make "translation_unit()" do symbol evaluation too.Linus Torvalds1-5/+5
2005-04-07Get rid of the old "iterate()" interfaces.Linus Torvalds1-4/+8
2005-04-07Print out the proper filename on open failure.Linus Torvalds1-1/+1
2005-04-07Make "next_path" be per-stream for better "include_next".Linus Torvalds1-1/+1
2005-04-07Initialize C type system after parsing the command line arguments.Linus Torvalds1-0/+3
2005-04-07[PATCH] compilation fix for test-parsing.cAndries E. Brouwer1-1/+1
2005-04-07o create create_builtin_streamArnaldo Carvalho de Melo1-3/+1
2005-04-07o move add_pre_buffer, handle_switch and friends to lib.cArnaldo Carvalho de Melo1-52/+8
2005-04-07Update copyright notices to reflect the fact that TransmetaLinus Torvalds1-0/+1
2005-04-07Split tree evaluation into two phases: the first phaseLinus Torvalds1-1/+2
2005-04-07Make the example clients be under the OSL v1.1 too. Linus Torvalds1-1/+3
2005-04-07Clean up: mark local stuff 'static', and remove unused function.Linus Torvalds1-12/+6
2005-04-07Disable allocation statistics printing for now. Linus Torvalds1-0/+2
2005-04-07Change the copyright to Transmeta Corp, that's likely to beLinus Torvalds1-1/+1
2005-04-07Evaluate more expression types: conditional expressions, statementLinus Torvalds1-58/+4
2005-04-07Evaluate initializers separately. We'll need this to handleLinus Torvalds1-1/+1
2005-04-07Parse initializers properly. We parsed them before, but we didn'tLinus Torvalds1-0/+2
2005-04-07Add support for tokenizing a pre-allocated string instead of a file.Linus Torvalds1-0/+49
2005-04-07Make a function call point an expression type of its own, andLinus Torvalds1-0/+2
2005-04-07Add tree evaluation to a few more statement types (iterators,Linus Torvalds1-0/+16
2005-04-07Fix indirect type parsing (functions, arrays, bitfields). UpdateLinus Torvalds1-4/+6
2005-04-07Add preprocessor directives to manipulate the include path.Linus Torvalds1-14/+0
2005-04-07Start "evaluating" expression trees. That is, evaluate the types ofLinus Torvalds1-1/+47
2005-04-07Like other type definitions, typedefs too can have multipleLinus Torvalds1-0/+3
2005-04-07Parse type qualifiers properly instead of re-using the declarationLinus Torvalds1-0/+1
2005-04-07Move includepath[] array out of pre-processor, since we wantLinus Torvalds1-3/+33
2005-04-07Add copyright statements and file comments. Add a FAQ, README, andLinus Torvalds1-0/+7
2005-04-07Ok, move closer to a proper type parser. It's still way tooLinus Torvalds1-0/+1
2005-04-07Make iterators take a helper datum, and tell the callback whetherLinus Torvalds1-1/+1
2005-04-07Fix fd leak in tokenization.Linus Torvalds1-0/+1
2005-04-07Whitespace and comment fixes for testersLinus Torvalds1-0/+9
2005-04-07Teach the preprocessing pass to handle 'include' and Linus Torvalds1-1/+1
2005-04-07Add initial preprocessor pass (doesn't actually do much)Linus Torvalds1-1/+1
2005-04-07Implement space-efficient allocator for small data structures. WeLinus Torvalds1-0/+2
2005-04-07Add allocators for statisticsLinus Torvalds1-0/+7
2005-04-07Parse a lot more types (including complex structures and unions andLinus Torvalds1-3/+2
2005-04-07Start binding typedefs. More work needed, but this parses correctly:Linus Torvalds1-9/+4
2005-04-07Add more type parsing: function and array declarators, functionLinus Torvalds1-5/+5
2005-04-07Make for more readable "expected xxxx" messages.Linus Torvalds1-3/+6
2005-04-07First cuts at simple type declaration and statement parsing.Linus Torvalds1-3/+4
2005-04-07Start handling minimal semantic information, needed for types.Linus Torvalds1-0/+2
2005-04-07Add simple recursive-descent C expression parsing (but we only do theLinus Torvalds1-0/+27