Age | Commit message (Expand) | Author |
---|---|---|
2010-02-21 | Don't emit a warning about a dllimport attribute being used in a typedef | Ted Kremenek |
2010-02-18 | Also don't warn about force_align_arg_pointer on function typedefs. (This will | Charles Davis |
2010-02-18 | Two fixes related to force_align_arg_pointer: | Charles Davis |
2010-02-17 | Revert r95939, as suggested by Alexandre Julliard from the Wine project (and | Charles Davis |
2010-02-16 | dllimport and dllexport are declspec attributes, too. They're also | Charles Davis |
2010-02-11 | Warn about using the new force_align_arg_pointer attribute on a function | Charles Davis |
2010-02-10 | Fix a potential null-pointer use, and fix the style of my new function. | Charles Davis |
2010-02-10 | Add support for the force_align_arg_pointer attribute. This is an x86-specific | Charles Davis |
2010-01-10 | Generalize target weirdness handling having proper layering in mind: | Anton Korobeynikov |