]> granicus.if.org Git - clang/commit
Fix the source-range information for an EnumConstantDecl; previously,
authorDouglas Gregor <dgregor@apple.com>
Wed, 1 Sep 2010 20:41:53 +0000 (20:41 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 1 Sep 2010 20:41:53 +0000 (20:41 +0000)
commit8e7139c9554230df64325f70fe202c83491ba7f5
tree78b98e819fd0d324ae21005fe15d241f7b0c2c0d
parentf69cf18aa240b038dfd89f249e63f4cc6e1c5f65
Fix the source-range information for an EnumConstantDecl; previously,
it did not include the initializer expression.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112739 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Decl.h
lib/AST/Decl.cpp
test/Index/load-decls.c [new file with mode: 0644]