Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Report a correct end location for nameless parameters. | Benjamin Kramer | 2014-02-02 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | Ranges before: void test(void (*)(int), int, float); ~~~~~~~~~~~~~ ~~~~ ~~~~~~ Ranges after: void test(void (*)(int), int, float); ~~~~~~~~~~~~~ ~~~ ~~~~~ This does not change the actual location of the ParmVarDecl, it still points to the location where the name would be. PR17970. llvm-svn: 200640 | ||||
* | Avoid to emit redundant implicit cast for enum constants init expressions. | Abramo Bagnara | 2010-12-17 | 1 | -1/+0 |
| | | | | llvm-svn: 122056 | ||||
* | Fix the source-range information for an EnumConstantDecl; previously, | Douglas Gregor | 2010-09-01 | 1 | -0/+16 |
it did not include the initializer expression. llvm-svn: 112739 |