Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / foonathan/cppast issues and pull requests
#173 - Announcement: EOL of cppast
Issue -
State: open - Opened by foonathan over 1 year ago
- 5 comments
#172 - CppParser.ParseFile() call hangs
Issue -
State: closed - Opened by sabuncu over 1 year ago
- 2 comments
#170 - parser::parse: Inconsistency in documentation or unwanted behavior when file already in index
Issue -
State: open - Opened by rafzi over 1 year ago
#169 - Weird underscore in array of reference type
Issue -
State: open - Opened by deadlocklogic over 1 year ago
- 1 comment
#168 - Support print ast nodes as json
Pull Request -
State: closed - Opened by LichKing-2234 over 1 year ago
- 1 comment
#167 - Failure to parse glfw3.h header (Access violation reading location)
Issue -
State: closed - Opened by deadlocklogic over 1 year ago
- 2 comments
#166 - Error parsing nested class template
Issue -
State: open - Opened by deadlocklogic over 1 year ago
- 2 comments
#165 - disable -Werror when building in release
Issue -
State: closed - Opened by Waffl3x over 1 year ago
- 1 comment
#164 - fix libclang version check
Pull Request -
State: closed - Opened by waitingtocompile over 1 year ago
- 2 comments
#163 - (fix) GCC array bounds checking complaint
Pull Request -
State: closed - Opened by CarlosNihelton over 1 year ago
- 1 comment
#162 - (fix) Adds `std::` to unqualified move call
Pull Request -
State: closed - Opened by CarlosNihelton over 1 year ago
- 1 comment
#161 - Clang complains about unqualified move on function_parser.cpp
Issue -
State: closed - Opened by CarlosNihelton over 1 year ago
#160 - GCC array bounds complain on libclang_parser.cpp
Issue -
State: closed - Opened by CarlosNihelton over 1 year ago
#159 - Add support for C language standards
Pull Request -
State: closed - Opened by staticintlucas almost 2 years ago
- 1 comment
#158 - Problem with getting function templated type arguments
Issue -
State: closed - Opened by mVento3 almost 2 years ago
- 2 comments
#157 - build cppast with bazel
Pull Request -
State: open - Opened by luxe almost 2 years ago
- 1 comment
#156 - Add c++2b as a permitted language version
Pull Request -
State: closed - Opened by waitingtocompile almost 2 years ago
- 1 comment
#155 - Clang 15 - minor breaking change and opportunity for enhancements
Issue -
State: closed - Opened by waitingtocompile almost 2 years ago
- 1 comment
#154 - Support for raw build commands?
Issue -
State: open - Opened by luxe almost 2 years ago
- 1 comment
#153 - ba6fd12 breaks preprocessor macros (tests failing)
Issue -
State: closed - Opened by waitingtocompile almost 2 years ago
- 22 comments
#152 - fixed build error in MSVC in certain configurations
Pull Request -
State: closed - Opened by waitingtocompile almost 2 years ago
- 1 comment
#151 - Empty semantic_parent for outer class/template variable definition
Issue -
State: closed - Opened by deadlocklogic almost 2 years ago
- 3 comments
#150 - Errors with "circular" includes
Issue -
State: open - Opened by Reen almost 2 years ago
- 14 comments
Labels: cant-reproduce
#149 - Error with Typedef'ed Integers from cstdint
Issue -
State: closed - Opened by Reen about 2 years ago
- 1 comment
#148 - Better to_string for cpp_dependent_type
Issue -
State: closed - Opened by deadlocklogic about 2 years ago
- 2 comments
#147 - cpp_template_specialization unexposed_arguments() broken syntax
Issue -
State: closed - Opened by deadlocklogic about 2 years ago
- 3 comments
#146 - Compilation fails on Windows when building with UNICODE
Issue -
State: open - Opened by saraedum about 2 years ago
- 2 comments
#145 - Add install targets to cmake setup
Pull Request -
State: closed - Opened by saraedum about 2 years ago
- 1 comment
#144 - Concept support (minimal functionality)
Pull Request -
State: closed - Opened by waitingtocompile about 2 years ago
- 3 comments
#143 - Pass custom clang binary path to clang compile config constructor
Pull Request -
State: closed - Opened by waitingtocompile about 2 years ago
- 1 comment
#142 - `unexposed_t` type when template parameters are omitted.
Issue -
State: open - Opened by deadlocklogic about 2 years ago
- 1 comment
Labels: libclang-parser
#141 - typedef with build-in type is not working
Issue -
State: closed - Opened by littleGnAl over 2 years ago
- 2 comments
#140 - Preprocessor warnings printed with "errors" in provenance
Issue -
State: closed - Opened by eyalroz over 2 years ago
- 1 comment
#139 - Fixed files with backslashes not reporting any items
Pull Request -
State: closed - Opened by MetalSlime0 over 2 years ago
- 3 comments
#138 - Submodules?
Issue -
State: closed - Opened by MetalSlime0 over 2 years ago
- 1 comment
#137 - Fixed virtual inheritance parsing
Pull Request -
State: closed - Opened by bkryza over 2 years ago
- 1 comment
#136 - How to get the initialization block of the constructor?
Issue -
State: closed - Opened by littleGnAl over 2 years ago
- 3 comments
#135 - [WIP] Add better C support
Pull Request -
State: open - Opened by staticintlucas over 2 years ago
- 6 comments
#134 - Checking if a function definition is a of a member function
Issue -
State: closed - Opened by deadlocklogic over 2 years ago
- 1 comment
#133 - How to get the full signature of a function
Issue -
State: closed - Opened by huiseliming over 2 years ago
#132 - Basic support for C++20 concepts
Issue -
State: closed - Opened by Silveryard almost 3 years ago
- 6 comments
Labels: bug, help-wanted
#131 - Is possible to get the #if defined directives information through cppast?
Issue -
State: closed - Opened by littleGnAl almost 3 years ago
- 1 comment
#130 - Mover
Pull Request -
State: closed - Opened by jackalcooper almost 3 years ago
- 2 comments
#129 - Multidimensional array wrong to_string() representation
Issue -
State: closed - Opened by deadlocklogic almost 3 years ago
- 4 comments
#128 - Using declaration not resolving
Issue -
State: closed - Opened by deadlocklogic almost 3 years ago
- 1 comment
#127 - Support for member specialization roadmap/workarounds
Issue -
State: open - Opened by deadlocklogic almost 3 years ago
- 6 comments
#126 - Ability to navigate external definitions (query base classes/ inherited member methods etc...)
Issue -
State: closed - Opened by deadlocklogic almost 3 years ago
- 6 comments
#125 - Add class abstractness checking
Pull Request -
State: open - Opened by RamblingMadMan almost 3 years ago
- 1 comment
#124 - Getting the fully qualified name of a base class in a sibling namespace
Issue -
State: closed - Opened by RamblingMadMan almost 3 years ago
- 3 comments
#123 - Can't build with Clion
Issue -
State: closed - Opened by deadlocklogic about 3 years ago
- 10 comments
#122 - Create a Release
Issue -
State: closed - Opened by saraedum about 3 years ago
- 3 comments
#121 - Backslash re-escape for path on Windows
Pull Request -
State: closed - Opened by firodj about 3 years ago
- 1 comment
#120 - Clang JSON parser
Issue -
State: open - Opened by tobiashienzsch over 3 years ago
- 4 comments
#119 - Fix typo in documentation
Pull Request -
State: closed - Opened by tobiashienzsch over 3 years ago
- 1 comment
#118 - Failed to compile with MSVC
Issue -
State: closed - Opened by Arthapz over 3 years ago
- 1 comment
#117 - FetchContent downloads type_safe on every CMake generation
Issue -
State: closed - Opened by osdeverr over 3 years ago
- 4 comments
#116 - Add forward declarations
Pull Request -
State: closed - Opened by saraedum over 3 years ago
- 10 comments
#115 - Add C++20 support and consteval keyword functionality
Pull Request -
State: closed - Opened by MinhLu12 over 3 years ago
- 14 comments
#114 - Add C++20 Support and Consteval Keyword Functionality
Pull Request -
State: closed - Opened by MinhLu12 over 3 years ago
#113 - Idea: consider a header-only version of tiny-process-library
Issue -
State: closed - Opened by eyalroz over 3 years ago
- 2 comments
#112 - catch.hpp and out of source builds
Issue -
State: closed - Opened by dchapiesky over 3 years ago
- 1 comment
#111 - catch.hpp
Issue -
State: closed - Opened by dchapiesky over 3 years ago
#110 - Segfault when parsing an empty extern "C" {} block
Pull Request -
State: closed - Opened by saraedum almost 4 years ago
- 2 comments
#109 - link issue on linux Mint 18.04
Issue -
State: closed - Opened by Firefly35 almost 4 years ago
- 2 comments
#108 - fix: update catch.hpp link to fix broken link due to Catch2 repositor…
Pull Request -
State: closed - Opened by Firefly35 almost 4 years ago
- 2 comments
#107 - First template instanciation full argument parsing
Pull Request -
State: open - Opened by Firefly35 almost 4 years ago
#106 - Parsed file contains 0 entities?
Issue -
State: closed - Opened by DethRaid about 4 years ago
- 14 comments
Labels: cant-reproduce
#105 - source location of parsed entities
Issue -
State: closed - Opened by Philip-Trettner about 4 years ago
- 5 comments
#104 - Fix MSVC warnings
Pull Request -
State: closed - Opened by nealhow about 4 years ago
- 2 comments
#103 - Failure to parse some complicated preprocessor stuff
Issue -
State: closed - Opened by GabrielRavier over 4 years ago
- 2 comments
#102 - C++17
Issue -
State: closed - Opened by F474M0R64N4 over 4 years ago
- 1 comment
#101 - Invalid handling of files containing non-ASCII characters in their path
Issue -
State: open - Opened by Marandil over 4 years ago
#100 - libclang header files not found
Issue -
State: closed - Opened by cicilzx over 4 years ago
- 1 comment
#99 - First template instanciation full argument parsing
Pull Request -
State: closed - Opened by Firefly35 almost 5 years ago
- 2 comments
#98 - c++11 fixed types not recognised as builtin types
Issue -
State: open - Opened by Firefly35 almost 5 years ago
- 6 comments
#97 - can`t parse inherit ?
Issue -
State: closed - Opened by 0x007004 about 5 years ago
- 2 comments
#96 - the tools can parse ".h" file
Issue -
State: closed - Opened by 0x007004 about 5 years ago
- 1 comment
#95 - libclang_parser parsing string argument for custom attributes as floating point literal
Issue -
State: closed - Opened by NotAPenguin0 about 5 years ago
- 2 comments
#94 - Search for libclang.lib on Windows
Pull Request -
State: closed - Opened by saraedum about 5 years ago
- 3 comments
#93 - Not initialized process exit code in tiny-process-library leads to fail to find clang on os x mojave
Issue -
State: closed - Opened by xorza about 5 years ago
- 1 comment
Labels: upstream
#92 - CMake error when clang is built from github
Issue -
State: closed - Opened by Nisiyama-Suzune about 5 years ago
- 2 comments
#91 - Cmake errors
Issue -
State: closed - Opened by F474M0R64N4 about 5 years ago
#90 - Fix redundant std::move() errors with GCC 9. Fixes #89
Pull Request -
State: closed - Opened by Manu343726 about 5 years ago
#89 - Remove redundant std::move() calls on return variables
Issue -
State: closed - Opened by Manu343726 about 5 years ago
- 1 comment
#88 - python binding
Issue -
State: closed - Opened by djn3m0 about 5 years ago
- 2 comments
#87 - MSVC Compilation error
Issue -
State: open - Opened by crackedmind over 5 years ago
- 4 comments
Labels: upstream
#86 - Can not parse headers
Issue -
State: closed - Opened by sasq64 over 5 years ago
- 1 comment
#85 - Upgrade type_safe
Pull Request -
State: closed - Opened by saraedum over 5 years ago
- 5 comments
#84 - Remove superfluous move
Pull Request -
State: closed - Opened by saraedum over 5 years ago
- 2 comments
#83 - Use empty underlying type for aliases of anonymous types
Pull Request -
State: closed - Opened by ozars over 5 years ago
- 2 comments
#82 - libclang_parser error upon explicit template instantiation
Issue -
State: closed - Opened by manuka89 over 5 years ago
- 8 comments
#81 - AST comparison and Invoke feature
Issue -
State: closed - Opened by manuka89 over 5 years ago
- 1 comment
#80 - Remove llvm-config requirement
Pull Request -
State: closed - Opened by reductor over 5 years ago
- 5 comments
#79 - Hard crash on whereami.c
Issue -
State: closed - Opened by sbrkopac over 5 years ago
- 1 comment
#78 - Linker error when build using libclang-8
Issue -
State: closed - Opened by satya-das over 5 years ago
- 2 comments
#77 - EXC_BAD_ACCESS error
Issue -
State: closed - Opened by JohnCoates over 5 years ago
- 5 comments
#76 - updating for Windows
Pull Request -
State: closed - Opened by mxplusb over 5 years ago
- 1 comment
#75 - Changes required to build cppast with conan
Pull Request -
State: open - Opened by Manu343726 over 5 years ago
- 14 comments
#74 - why cppast for code generation?
Issue -
State: closed - Opened by bugproof over 5 years ago
- 1 comment
#73 - Error with comments is macro parameters
Issue -
State: closed - Opened by ilyapopov almost 6 years ago
- 3 comments
Labels: libclang-parser, bug