This website works better with JavaScript.
Explore
Help
Sign In
zalox
/
jucipp
mirror of
https://gitlab.com/cppit/jucipp
Watch
1
Star
0
Fork
You've already forked jucipp
0
Code
Issues
Projects
Releases
Wiki
Activity
IDE
c++
cmake
cpp
cpp14
cpp17
cpp2y
juci
libclang
lldb
llvm
meson
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2508
Commits
5
Branches
33
Tags
17 MiB
Tree:
f867f8989f
master
notebook_tab
python
python-refactor
xdg
v1.0.0
v1.0.1
v1.1.0
v1.1.1
v1.1.2
v1.1.3
v1.2.0
v1.2.1
v1.2.2
v1.2.3
v1.2.4
v1.2.5
v1.3.0
v1.3.1
v1.3.2
v1.4.0
v1.4.1
v1.4.2
v1.4.3
v1.4.4
v1.4.5
v1.4.6
v1.5.0
v1.5.1
v1.6.0
v1.6.1
v1.6.2
v1.6.3
v1.7.0
v1.7.1
v1.7.2
v1.8.0
v1.8.1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'f867f8989f'
${ noResults }
jucipp
/
tests
/
usages_clang_test_files
/
main.cpp
10 lines
107 B
Raw
Normal View
History
Unescape
Escape
Fixes #251: Go to Usage and Rename now includes unopened files. Also includes various other cleanups related to this work.
8 years ago
#
include
"test.hpp"
Formatted code with custom clang-format
8 years ago
#
include
<iostream>
Fixes #251: Go to Usage and Rename now includes unopened files. Also includes various other cleanups related to this work.
8 years ago
int
main
(
)
{
Test
test
;
Formatted code with custom clang-format
8 years ago
test
.
a
=
2
;
Fixes #251: Go to Usage and Rename now includes unopened files. Also includes various other cleanups related to this work.
8 years ago
test
.
b
(
)
;
test
.
c
(
)
;
}