summaryrefslogtreecommitdiffstats
path: root/llvm/include/Support/Casting.h
Commit message (Collapse)AuthorAgeFilesLines
* Changes For Bug 352Reid Spencer2004-09-011-301/+0
| | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
* Fixes for PR114: Thanks to Reid Spencer!Chris Lattner2003-11-161-2/+3
| | | | llvm-svn: 10029
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
| | | | llvm-svn: 9903
* Added LLVM notice.John Criswell2003-10-201-0/+7
| | | | llvm-svn: 9300
* Standardize header file commentsChris Lattner2003-09-301-1/+1
| | | | llvm-svn: 8782
* Fix spelloChris Lattner2003-09-101-1/+1
| | | | llvm-svn: 8432
* Spell `incompatible' correctly.Misha Brukman2003-08-271-2/+2
| | | | llvm-svn: 8163
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-2/+0
| | | | | | system. llvm-svn: 7014
* dyn_cast_or_null should work just the same as dyn_cast doesChris Lattner2003-05-291-3/+3
| | | | llvm-svn: 6394
* Allow dyn_cast to operate on things that aren't OBVIOUSLY a pointer type.Chris Lattner2003-04-231-2/+2
| | | | | | These things can be converted to a pointer, like ilist_iterators llvm-svn: 5861
* Add missing typename's that GCC3.1 is whining about.Chris Lattner2002-07-241-11/+12
| | | | llvm-svn: 3051
* MEGAPATCH checkin.Chris Lattner2002-06-251-23/+233
| | | | | | For details, See: docs/2002-06-25-MegaPatchInfo.txt llvm-svn: 2779
* Pull casting operators out of Value.hChris Lattner2002-04-081-0/+80
llvm-svn: 2166
OpenPOWER on IntegriCloud