clang
Here are 752 public repositories matching this topic...
Ip2region is a offline IP location library with accuracy rate of 99.9% and 0.0x millseconds searching performance. DB file is ONLY a few megabytes with all IP address stored. binding for Java,PHP,C,Python,Nodejs,Golang,C#,lua. Binary,B-tree,Memory searching algorithm
-
Updated
Oct 31, 2020 - Java
Useful CMake Examples
-
Updated
Dec 7, 2020 - CMake
Sol3 (sol2 v3.0) - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation:
-
Updated
Dec 6, 2020 - C++
Checked C is an extension to C that adds checking to detect or prevent common programming errors such as buffer overruns and out-of-bounds memory accesses. This repo has a wiki for Checked C, sample code, the specification, and test code.
-
Updated
Nov 27, 2020 - C
ryanmjacobs / c
Scenario:
I have a project, with build tools of cmake, when I try to run it with cling. It prompts some headers are not included.
So I was wondering if there is a way to make use of the cmake script to load the build environment into cling and run directly?
Appreciate the great work!
Bear is a tool that generates a compilation database for clang tooling.
-
Updated
Dec 8, 2020 - C++
A library of C++ coroutine abstractions for the coroutines TS
-
Updated
Dec 6, 2020 - C++
C++ Insights - See your source code with the eyes of a compiler
-
Updated
Dec 8, 2020 - C++
enable cyclic-import check in pylint and fix the imports if there are problems
zapcc is a caching C++ compiler based on clang, designed to perform faster compilations
-
Updated
Jul 21, 2020 - C++
In order to support package managers better, which write their retrieved data typically in unique paths, it would be nice to be able to declare multiple base_dir paths to translate absolute paths in relative ones.
For example a package manager would have the following paths in its cache:
~/data/libA/1.0.0/acme/stable/package/63da998e3642b50bee33f4449826b2d623661505/include/libA/myheader
Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
-
Updated
Oct 20, 2020 - C++
std::tuple like methods for user defined types without any macro or boilerplate code
-
Updated
Nov 28, 2020 - C++
A C/C++ minor mode for Emacs powered by libclang
-
Updated
Oct 18, 2020 - Emacs Lisp
Binding generator to wrap C++ for Python using LLVM.
-
Updated
Dec 1, 2020 - C++
A vim plugin for libclang-based highlighting of C, C++, ObjC
-
Updated
Apr 10, 2020 - C++
Vim plugin for clang-format, a formatter for C, C++, Obj-C, Java, JavaScript, TypeScript and ProtoBuf.
-
Updated
Oct 21, 2020 - Vim script
Roaring bitmaps in C (and C++)
-
Updated
Dec 9, 2020 - C
Use Emacs as a C/C++ IDE
-
Updated
Oct 27, 2020 - Emacs Lisp
Improve this page
Add a description, image, and links to the clang topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the clang topic, visit your repo's landing page and select "manage topics."


Is your feature request related to a problem? Please describe.
There is no way to pretty print a
simdjson::dom::elementto a string (or at least I did not find one). There is only a way to minify it to a string (or a stream).Describe the solution you'd like
A function like
to_pretty_string()or a configurable stream manipulatorprettyor a stand-alone classPrettyPrinter. Wha