mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
143e539d79
- Extract dependent types directly from the Clang AST and re-serialize back into compilable code - Collect types and emit diagnostics - Format generated code Signed-off-by: Christian Blichmann <mail@blichmann.eu>
18 lines
233 B
Plaintext
18 lines
233 B
Plaintext
# macOS Finder metadata
|
|
.DS_Store
|
|
# Build files
|
|
bazel-*
|
|
# Local CMake build dir
|
|
build/
|
|
# Editor backup files
|
|
*.swp
|
|
*~
|
|
# Compiled Python files and cache
|
|
*.py[co]
|
|
__py_cache__/
|
|
# IDE files
|
|
.clangd/
|
|
.vscode/
|
|
.idea
|
|
compile_commands.json
|