summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c/Analysis.h
Commit message (Collapse)AuthorAgeFilesLines
* "In order to ease automatic bindings generation, it would be helpful if ↵Chris Lattner2010-01-091-3/+3
| | | | | | | | boolean values were distinguishable from integers. The attached patch introduces "typedef int LLVMBool;", and uses LLVMBool instead of int throughout the C API, wherever a boolean value is called for." Patch by James Y Knight! llvm-svn: 93079
* Expose Function::viewCFG and Function::viewCFGOnly to bindings.Erick Tryzelaar2008-03-311-0/+4
| | | | llvm-svn: 48982
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
| | | | | | discussion of this change. Boy are my fingers tired. ;-) llvm-svn: 45411
* Adding bindings for memory buffers and module providers. SwitchingGordon Henriksen2007-12-191-4/+2
| | | | | | to exceptions rather than variants for error handling in Ocaml. llvm-svn: 45226
* Bindings for the verifier.Gordon Henriksen2007-10-061-0/+53
llvm-svn: 42707
OpenPOWER on IntegriCloud