Files in omegahat/RClangSimple
R Interface to the clang parser's C API

.Rbuildignore
.gitignore
Changes
DESCRIPTION
FAQ.xml
GenerationNotes
INSTALL.md
NAMESPACE
Next
Notes
Paper/GNUmakefile
Paper/Outline
Paper/RClang.tex
Paper/callgraph.pdf
Paper/clangConcepts.tex
Paper/latexSkip.el
Paper/makeASTreeFigure.R
Paper/mutability.tex
Paper/mutabilityFigure.tex
Paper/protect.tex
Paper/protectCodeFigure.tex
Paper/rclang.bib
Paper/rffi.R
Paper/rffi.tex
Paper/rffiEg.r
Paper/sinLogASFig.tex
Paper/sinLogAST_tikz.tex
Paper/visitBarOnly.R
Paper/whyClang.tex
Paper/writingVisitorFunctions.tex
R/A.R.in
R/AA.R R/IRTemplateTools.R R/RIncludePath.R R/aClasses.R R/aTypeClasses.R R/a_enumDefs_10.0.R R/a_enumDefs_11.0.R R/a_enumDefs_12.0.R R/a_enumDefs_13.0.R R/a_enumDefs_14.0.R R/a_enumDefs_15.0.R R/a_enumDefs_3.5.R R/a_enumDefs_3.7.R R/a_enumDefs_3.8.R R/a_enumDefs_3.9.R R/a_enumDefs_4.0.R R/a_enumDefs_7.0.R R/a_enumDefs_8.0.R R/access.R R/b_check.R R/binOp.R R/callGraph.R R/clang.R R/clangGen.R R/coerce.R R/collectors.R
R/config.R.in
R/cppClass.R R/cxCursorKindMethods.R R/enums.R R/filterFilenames.R R/findGlobalUse.R R/fnPointerUtils.R R/igraph.R R/isTypes.R R/makeRDescriptions.R R/misc.R R/onLoad.R R/parseTU.R R/pointerUtils.R R/register.R R/show.R R/structDef.R R/tikz.R R/visitorClasses.R README.md Rexamples/egs.R Rexamples/getDataTypes.R Rexamples/getRDefines.r Rexamples/notDone.R Rexamples/readRCode.R Rexamples/testCodeGen.r Rexamples/testRoutines.R
TODO
TU/tu.R
Todo.xml
Updates
Web/GNUmakefile
Web/index.html.in
Windows
cleanup
configure
configure.in
configure.win
howto/installClang.Rdb
inst/FFI/ffi.R
inst/TU/GNUmakefile
inst/TU/cindex.c
inst/TU/cindex.c.001t.tu
inst/TU/clang.R inst/TU/enums.R inst/TU/genEnums.R inst/TU/routines.R inst/TU/writeEnums.R inst/bootstrap/boot.R
inst/doc/Bootstrap.Rdb
inst/doc/Design.Rdb
inst/doc/RClangSimple.Rdb
inst/doc/ffi.Rdb
inst/exampleCode/a.h
inst/exampleCode/args.c
inst/exampleCode/array.c
inst/exampleCode/b.h
inst/exampleCode/bar.c
inst/exampleCode/bob.c
inst/exampleCode/bool.cpp
inst/exampleCode/c.h
inst/exampleCode/calls.cpp
inst/exampleCode/clangGen.c
inst/exampleCode/class.cpp
inst/exampleCode/comments.c
inst/exampleCode/const.c
inst/exampleCode/defines.c
inst/exampleCode/enum.cpp
inst/exampleCode/enumRepeat.c
inst/exampleCode/enums.c
inst/exampleCode/enums2.c
inst/exampleCode/enums3.c
inst/exampleCode/enums4.c
inst/exampleCode/error.c
inst/exampleCode/fib.c
inst/exampleCode/file.h
inst/exampleCode/file1.c
inst/exampleCode/file2.c
inst/exampleCode/funPointer.R
inst/exampleCode/funPointer.c
inst/exampleCode/func.c
inst/exampleCode/getconf.R
inst/exampleCode/globalUse.c
inst/exampleCode/graph.c
inst/exampleCode/includes.c
inst/exampleCode/macros.c
inst/exampleCode/mutateArg.c
inst/exampleCode/namespace.cpp
inst/exampleCode/preprocessor.c
inst/exampleCode/protectCorrect.c
inst/exampleCode/protectError.c
inst/exampleCode/protectIncorrect.c
inst/exampleCode/register.c
inst/exampleCode/register1.c
inst/exampleCode/register2.cxx
inst/exampleCode/returnInPointer.c
inst/exampleCode/rffi.c
inst/exampleCode/simple.c
inst/exampleCode/simpleClass.cpp
inst/exampleCode/sinLog.c
inst/exampleCode/static.c
inst/exampleCode/struct.c
inst/exampleCode/struct1.c
inst/exampleCode/templateClass.cpp
inst/exampleCode/ternary.c
inst/exampleCode/union.c
inst/explorations/callGraph.R inst/explorations/cuda.R
inst/explorations/getFunctions.Rprof
inst/explorations/includes.R inst/explorations/multipleTUs.R inst/explorations/mutateInputs.R inst/explorations/protect.R inst/explorations/rglobals.R inst/explorations/static.R inst/generateCode/REnum.R inst/generateCode/createProxyRCall.R inst/generateCode/eg.r inst/generateCode/enumRClass.R inst/generateCode/getRTypeName.R inst/generateCode/makeCode.R inst/generateCode/mk.r inst/generateCode/native.R inst/generateCode/nativeEnum.R inst/generateCode/rfuncs.R inst/generateCode/struct.R inst/generateCode/typeMap.R inst/generateCode/utils.R man/CXCallingConv.Rd man/CXChildVisit_Break.Rd man/CXCursorKind.Rd man/CXIndex_getGlobalOptions.Rd man/CXLanguageKind.Rd man/CXLinkageKind.Rd man/CXTokenKind.Rd man/CXTypeKind.Rd man/CX_CXXAccessSpecifier.Rd man/Comment_getChild.Rd man/Cursor_getArgument.Rd man/Module_getFullName.Rd man/children.Rd man/clangVersion.Rd man/clone.Rd man/createRegistrationCode.Rd man/defaultDiagnosticDisplayOptions.Rd man/enableStackTraces.Rd man/equalCursors.Rd man/findCalls.Rd man/genFunctionCollector.Rd man/getArgType.Rd man/getArraySize.Rd man/getCXTUResourceUsage.Rd man/getCallableRoutines.Rd man/getCppClasses.Rd man/getCursorTokens.Rd man/getDataStructures.Rd man/getDefines.Rd man/getEnums.Rd man/getFileName.Rd man/getFunctions.Rd man/getGlobalVariables.Rd man/getInclusions.Rd man/getInstantiationLocation.Rd man/getPointerInfo.Rd man/getQualifiers.Rd man/getType.Rd man/getTypeKind.Rd man/getVariables.Rd man/isDotC.Rd man/isExpression.Rd man/isFnPointer.Rd man/isPreprocessing.Rd man/isVoidType.Rd man/makeCallGraph.Rd man/makeTikzGraph.Rd man/parseTU.Rd man/saveTranslationUnit.Rd man/visitorClasses.Rd
src/Makevars.in
src/Makevars.win.in
src/RClang.h
src/RConverters.c
src/RConverters.h
src/clang.c
src/clangGen.c
src/enumCode.c
src/enumDecls.h
src/ffiEg.c
src/structDecls.h
template.Rd
tests/checkTUGen.R tests/children.R tests/cpp.R tests/diagnostics.R
tests/enum.c
tests/fib.R tests/fnPointer.R tests/globals.R tests/inclusions.R tests/module.R tests/rclasses.R tests/refCount.R tests/refCountType.R tests/register.R tests/routineLocations.R tests/setIndexOptions.R tests/simple.R tests/tildeEnum.R tests/tuOptions.R tests/usage.R
version.c
versions.md
omegahat/RClangSimple documentation built on Jan. 17, 2024, 6:27 p.m.