Skip to content

Commit

Permalink
Merge pull request #275 from andreasfertig/fixIssue255
Browse files Browse the repository at this point in the history
Fixed #255: Support namespaces.
  • Loading branch information
andreasfertig authored Nov 17, 2019
2 parents bee35b5 + 0597a4d commit 24e9118
Show file tree
Hide file tree
Showing 60 changed files with 2,264 additions and 1,212 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ if (NOT WIN32)

# run tests in a docker container
add_custom_target(docker-build
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/scripts/docker-shell.sh ${CMAKE_CURRENT_BINARY_DIR}/docker_build compile "-DINSIGHTS_STATIC=${INSIGHTS_STATIC} -DINSIGHTS_COVERAGE=${INSIGHTS_COVERAGE} -DDEBUG=${DEBUG} -DINSIGHTS_USE_LIBCPP=${INSIGHTS_USE_LIBCPP}"
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/scripts/docker-shell.sh ${CMAKE_CURRENT_BINARY_DIR}/docker_build compile "-DINSIGHTS_STATIC=${INSIGHTS_STATIC} -DINSIGHTS_COVERAGE=${INSIGHTS_COVERAGE} -DDEBUG=${DEBUG} -DINSIGHTS_TIDY=${INSIGHTS_TIDY} -DINSIGHTS_USE_LIBCPP=${INSIGHTS_USE_LIBCPP}"
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/tests/runTest.py ${CMAKE_CURRENT_SOURCE_DIR}/scripts/docker-shell.sh
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/scripts
COMMENT "Bulding insights in docker" VERBATIM
Expand Down
7 changes: 0 additions & 7 deletions ClangCompat.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@ auto inline GetBeginLoc(const T* decl)
}
//-----------------------------------------------------------------------------

template<typename T>
auto inline GetEndLoc(const T& decl)
{
return decl.getEndLoc();
}
//-----------------------------------------------------------------------------

template<typename T>
auto inline GetEndLoc(const T* decl)
{
Expand Down
Loading

0 comments on commit 24e9118

Please sign in to comment.