Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Ericsson
/
CodeCompass
Public
Notifications
You must be signed in to change notification settings
Fork
114
Star
614
Code
Issues
79
Pull requests
25
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Change working directory of C++ parser
- #572
#572
Open
andocz
wants to merge 11 commits into
Ericsson:master
Ericsson/CodeCompass:master
from
andocz:cppparser-chdir
andocz/CodeCompass:cppparser-chdir
Copy head branch name to clipboard
Conversation
Commits
11
(11)
Checks
Files changed
Open
Change working directory of C++ parser
#572
andocz
wants to merge 11 commits into
Ericsson:master
Ericsson/CodeCompass:master
from
andocz:cppparser-chdir
andocz/CodeCompass:cppparser-chdir
Copy head branch name to clipboard
Commits
Commits on Mar 28, 2022
Make C++ parser use the working directory of compilation commands
Show description for c46d0bb
andocz
committed
c46d0bb
View commit details
Copy full SHA for c46d0bb
Browse repository at this point
Don't make source file path absolute in ClangTool invocation
Show description for 5e257ab
andocz
committed
5e257ab
View commit details
Copy full SHA for 5e257ab
Browse repository at this point
Fix inaccuracies in SourceManager::getFile's comments
andocz
committed
ce956a8
View commit details
Copy full SHA for ce956a8
Browse repository at this point
Commits on Mar 29, 2022
Add PrefixingFileSystem that emulates chdir even for non-existent dirs
Show description for 96345c4
andocz
committed
96345c4
View commit details
Copy full SHA for 96345c4
Browse repository at this point
Commits on Mar 30, 2022
Rename PrefixingFileSystem to FakeWorkDirFileSystem
Show description for 19cda25
andocz
committed
19cda25
View commit details
Copy full SHA for 19cda25
Browse repository at this point
Commits on Apr 5, 2022
Remove FakeWorkDirFileSystem
Show description for 581d2e9
andocz
committed
581d2e9
View commit details
Copy full SHA for 581d2e9
Browse repository at this point
Save build directory in database
Show description for cca922e
andocz
committed
cca922e
View commit details
Copy full SHA for cca922e
Browse repository at this point
Use saved build directory when invoking Clang tool in reparser
andocz
committed
10de276
View commit details
Copy full SHA for 10de276
Browse repository at this point
Convert all path arguments to canonical in DatabaseFileSystem
andocz
committed
ecae845
View commit details
Copy full SHA for ecae845
Browse repository at this point
If the build directory doesn't exist, use '/' and emit warning
andocz
committed
e0c6dba
View commit details
Copy full SHA for e0c6dba
Browse repository at this point
Fix segfault in PPIncludeCallback::InclusionDirective
andocz
committed
03cb8e9
View commit details
Copy full SHA for 03cb8e9
Browse repository at this point
You can’t perform that action at this time.