diff options
author | Daniel Jasper <djasper@google.com> | 2013-01-02 08:44:14 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-01-02 08:44:14 +0000 |
commit | d1926a3758e9c031e4a9f48d9ccdd754e438a816 (patch) | |
tree | 4ec6f8999eabbb24af0951b4996477c7b0301193 /llvm/lib/IR/IntrinsicInst.cpp | |
parent | 9791afb1821b9163a8db162ed2e9aeef13819a02 (diff) | |
download | bcm5719-llvm-d1926a3758e9c031e4a9f48d9ccdd754e438a816.tar.gz bcm5719-llvm-d1926a3758e9c031e4a9f48d9ccdd754e438a816.zip |
Don't break after pointer or reference specifier.
This fixes llvm.org/PR14717.
Buggy format:
TypeSpecDecl *
TypeSpecDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation L,
IdentifierInfo *II, Type *T) {
Now changed to:
TypeSpecDecl *TypeSpecDecl::Create(ASTContext &C, DeclContext *DC,
SourceLocation L, IdentifierInfo *II,
Type *T) {
llvm-svn: 171357
Diffstat (limited to 'llvm/lib/IR/IntrinsicInst.cpp')
0 files changed, 0 insertions, 0 deletions