-
Notifications
You must be signed in to change notification settings - Fork 641
Open
Labels
Description
TODO items to help people read the source code of linux kernel.
- introduce "section:" field to C parser (Cxx: extract section information from __attribute__((section("SECTION"))) #3614)
- expand cpreprocessor macros used in linker scripts (LdScript: expand C preprocessor macros #3365)
- expand cpreprocessor macros used in assembly language sources
- multi pass parsing (main: experimental implementation of multi-pass parsing #2741)
- skip
__ASSMEBLY__
ifdef block (or run Asm index in the area). See the question at stackoverflow. (CPreProcessor: run Asm parser on the __ASSEMBLER__ (or __ASSEMBLY__) … #3323 - add ctags-target-linux(7) man page
...