LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 934 - 'explicit' keyword @ ctor fixes in Instructions.h
Summary: 'explicit' keyword @ ctor fixes in Instructions.h
Status: RESOLVED FIXED
Alias: None
Product: libraries
Classification: Unclassified
Component: Core LLVM classes (show other bugs)
Version: trunk
Hardware: All All
: P normal
Assignee: Unassigned LLVM Bugs
URL:
Keywords: code-cleanup
Depends on:
Blocks:
 
Reported: 2006-10-03 09:48 PDT by Kevin Sopp
Modified: 2010-03-06 14:00 PST (History)
1 user (show)

See Also:
Fixed By Commit(s):


Attachments
better use of explicit with ctors (10.90 KB, patch)
2006-10-03 09:50 PDT, Kevin Sopp
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Sopp 2006-10-03 09:48:53 PDT
Just some 'explicit' ctor fixes.
Comment 1 Kevin Sopp 2006-10-03 09:50:07 PDT
Created attachment 404 [details]
better use of explicit with ctors
Comment 2 Chris Lattner 2006-10-03 12:12:14 PDT
Patch applied:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20061002/038244.html

Thanks!

-Chris