summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/load-decls.c
Commit message (Collapse)AuthorAgeFilesLines
* Report a correct end location for nameless parameters.Benjamin Kramer2014-02-021-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 Bagnara2010-12-171-1/+0
| | | | llvm-svn: 122056
* Fix the source-range information for an EnumConstantDecl; previously,Douglas Gregor2010-09-011-0/+16
it did not include the initializer expression. llvm-svn: 112739
OpenPOWER on IntegriCloud