summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/TokenAnnotator.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2015-06-25 03:31:47 +0000
committerRui Ueyama <ruiu@google.com>2015-06-25 03:31:47 +0000
commit88e0f9206b4dccb56dee931adab08f89ff80525a (patch)
tree5fa88cb21c5109830b60b2b267ba811b161df879 /clang/lib/Format/TokenAnnotator.cpp
parent0c36c275434d4d540b11043ddc01cf6853e461aa (diff)
downloadbcm5719-llvm-88e0f9206b4dccb56dee931adab08f89ff80525a.tar.gz
bcm5719-llvm-88e0f9206b4dccb56dee931adab08f89ff80525a.zip
COFF: Fix a bug of __imp_ symbol.
The change I made in r240620 was not correct. If a symbol foo is defined, and if you use __imp_foo, __imp_foo symbol is automatically defined as a pointer (not just an alias) to foo. Now that we need to create a chunk for automatically-created symbols. I defined LocalImportChunk class for them. llvm-svn: 240622
Diffstat (limited to 'clang/lib/Format/TokenAnnotator.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud