Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / banach-space/clang-tutor issues and pull requests
#35 - Fix README typo and trailing whitespace
Pull Request -
State: closed - Opened by Lai-YT 5 months ago
- 1 comment
#34 - Make CodeStyleChecker to be used in a real compilation process.
Pull Request -
State: open - Opened by tylzh97 6 months ago
- 3 comments
#33 - How to compile with these clang tools?
Issue -
State: open - Opened by tylzh97 6 months ago
- 5 comments
#32 - [ERROR]$Clang_DIR/bin/clang -cc1 -load ./libHelloWorld.{so|dylib} -plugin hello-world $CLANG_TUTOR_DIR/test/HelloWorld-basic.cpp
Issue -
State: closed - Opened by yaodongwen 12 months ago
- 1 comment
#31 - Make sure it compiles with llvm 16+, tested 16/17/18, solves #30
Pull Request -
State: closed - Opened by HFTrader about 1 year ago
#30 - Compiles against clang 16/17/18
Issue -
State: closed - Opened by HFTrader about 1 year ago
#29 - Run on Windows 11 Native
Issue -
State: open - Opened by phreed over 1 year ago
- 1 comment
#28 - added a cmake presets
Pull Request -
State: open - Opened by phreed over 1 year ago
- 2 comments
#27 - No CMAKE_CXX_COMPILER could be found.
Issue -
State: closed - Opened by flyboss almost 2 years ago
- 3 comments
#26 - Error happen when include STL header
Issue -
State: open - Opened by for-just-we about 2 years ago
#25 - Questions about rationale of ASTMatcher and RecursiveASTVisitor?
Issue -
State: open - Opened by for-just-we almost 3 years ago
- 1 comment
#24 - [{HelloWorld,lib}/*.cpp] Typo fixes
Pull Request -
State: closed - Opened by SamuelMarks about 3 years ago
- 1 comment
#23 - [IDEA] Convert types to correct ones: `for(int i=0; i<vec.size(); i++)` => `for(size_t i=0; i<vec.size(); i++)`
Issue -
State: open - Opened by SamuelMarks about 3 years ago
- 6 comments
#22 - [IDEA] const-qualify tool
Issue -
State: open - Opened by SamuelMarks about 3 years ago
- 2 comments
#21 - LLVM 13 support
Pull Request -
State: closed - Opened by SamuelMarks about 3 years ago
- 7 comments
#20 - LLVM 13
Issue -
State: closed - Opened by SamuelMarks about 3 years ago
- 4 comments
#19 - What's the difference between TraverseForStmt and VisitForStmt?
Issue -
State: open - Opened by zhou-shulin about 3 years ago
- 1 comment
#18 - Support typical cmake find_package variables
Pull Request -
State: closed - Opened by lanza over 3 years ago
- 2 comments
#17 - Visual Studio compiler lib import problem
Issue -
State: closed - Opened by Chordp over 3 years ago
- 4 comments
Labels: windows
#16 - Fix building against LLVM/Clang configured with BUILD_SHARED_LIBS=ON
Issue -
State: open - Opened by banach-space almost 4 years ago
- 1 comment
Labels: bug
#15 - [NFC] Fix minor typos and comments
Pull Request -
State: closed - Opened by xgupta almost 4 years ago
- 2 comments
#14 - [NFC] Fix minor typos in Readme
Pull Request -
State: closed - Opened by xgupta almost 4 years ago
- 6 comments
#13 - Fix DSO missing from command line error when llvm/clang build as shared libs
Pull Request -
State: closed - Opened by xgupta almost 4 years ago
- 11 comments
#12 - fix unused for loop var checker for macro expansion scenario
Pull Request -
State: closed - Opened by ivafanas almost 4 years ago
- 9 comments
#11 - Make Obfuscator matchers share one clang::Rewriter (solves #8)
Pull Request -
State: closed - Opened by banach-space almost 4 years ago
- 1 comment
#10 - fix comment on usage for UnusedForLoopVar plugin
Pull Request -
State: closed - Opened by ivafanas almost 4 years ago
- 1 comment
#9 - fix naming in obfuscator plugin
Pull Request -
State: closed - Opened by ivafanas almost 4 years ago
- 2 comments
#8 - Obfuscator output is weird for the input with both + and - operations
Issue -
State: closed - Opened by ivafanas almost 4 years ago
- 2 comments
Labels: enhancement
#7 - fix check against main translation unit location in CodeStyleChecker
Pull Request -
State: closed - Opened by ivafanas almost 4 years ago
- 6 comments
#6 - make -main-tu-only CodeStyleChecker behavior consistent with comments
Pull Request -
State: closed - Opened by ivafanas almost 4 years ago
- 3 comments
#5 - fix compilation and run hellow world plugin instructions in README
Pull Request -
State: closed - Opened by ivafanas almost 4 years ago
- 2 comments
#4 - JIT related?
Issue -
State: open - Opened by compasses almost 4 years ago
- 1 comment
Labels: enhancement
#3 - Windows build fails to work with clang++
Issue -
State: closed - Opened by SquareRoundCurly almost 4 years ago
- 7 comments
Labels: question
#2 - README.md: Clarify 'installation dir'
Pull Request -
State: closed - Opened by billyom about 4 years ago
- 1 comment
#1 - Example for instrumenting source code
Issue -
State: open - Opened by ArchanaaSK over 4 years ago
- 1 comment
Labels: enhancement