About
About Cppcheck
Cppcheck 정보
Version %1
버전 %1
Cppcheck - A tool for static C/C++ code analysis.
Cppcheck - 정적 C/C++ 코드 분석 도구.
This program is licensed under the terms
of the GNU General Public License version 3
이 프로그램은 GNU General Public License version 3을
준수합니다
Visit Cppcheck homepage at %1
Cppcheck 홈페이지(%1)를 방문해보세요
Copyright © 2007-2018 Cppcheck team.
ApplicationDialog
Add an application
응용 프로그램 추가
Here you can add an application that can open error files. Specify a name for the application, the application executable and command line parameters for the application.
The following texts in parameters are replaced with appropriate values when application is executed:
(file) - Filename containing the error
(line) - Line number containing the error
(message) - Error message
(severity) - Error severity
Example opening a file with Kate and make Kate scroll to the correct line:
Executable: kate
Parameters: -l(line) (file)
에러 파일을 열 응용 프로그램을 추가할 수 있습니다. 응용 프로그램의 이름, 실행 파일, 명령행 인자를 입력하세요.
인자 중에서 아래와 같은 텍스트는 응용 프로그램 실행 시 해당 값으로 대치됩니다:
(file) - 에러를 포함한 파일이름
(line) - 에러를 포함한 행번호
(message) - 에러 메시지
(severity) - 에러 종류
Kate로 파일을 열고, 해당 행으로 이동하는 예제:
실행파일: kate
인자: -l(line) (file)
&Name:
이름(&N):
&Executable:
실행 파일(&E):
&Parameters:
명령행 인자(&P):
Browse
찾기
Executable files (*.exe);;All files(*.*)
실행 파일(*.exe);;모든 파일(*.*)
Select viewer application
뷰어 프로그램 선택
Cppcheck
Cppcheck
You must specify a name, a path and parameters for the application!
응용 프로그램의 이름, 경로 및 인자를 명시해야 합니다!
You must specify a name, a path and optionally parameters for the application!
FileViewDialog
Could not find the file: %1
파일 찾기 실패: %1
Cppcheck
Cppcheck
Could not read the file: %1
파일 읽기 실패: %1
LibraryAddFunctionDialog
Add function
Function name(s)
Number of arguments
LibraryDialog
Library Editor
Open
Save
Functions
Add
noreturn
False
True
Unknown
return value must be used
ignore function in leaks checking
Arguments
Edit
편집
Library files (*.cfg)
Open library file
Sort
Filter:
Comments
Save as
Cppcheck
Cppcheck
Can not open file %1.
Can not save file %1.
Save the library as
Failed to load %1. %2.
LibraryEditArgDialog
Edit argument
<html><head/><body>
<p>Is bool value allowed? For instance result from comparison or from '!' operator.</p>
<p>Typically, set this if the argument is a pointer, size, etc.</p>
<p>Example:</p>
<pre> memcmp(x, y, i == 123); // last argument should not have a bool value</pre>
</body></html>
Not bool
<html><head/><body>
<p>Is a null parameter value allowed?</p>
<p>Typically this should be used on any pointer parameter that does not allow null.</p>
<p>Example:</p>
<pre> strcpy(x,y); // neither x or y is allowed to be null.</pre>
</body></html>
Not null
Not uninit
String
Format string
Min size of buffer
Type
None
argvalue
mul
strlen
Arg
Arg2
and
Valid values
LogView
Checking Log
로그 확인
Clear
지우기
Save Log
로그 저장
Text files (*.txt *.log);;All files (*.*)
텍스트 파일 (*.txt *.log);;모든 파일 (*.*)
Cppcheck
Cppcheck
Could not open file for writing: "%1"
기록할 파일 열기 실패: "%1"
MainWindow
Cppcheck
Cppcheck
&File
파일(&F)
&View
보기(&V)
&Toolbars
도구바(&T)
&Help
도움말(&H)
&Check
검사(&C)
&Edit
편집(&E)
Standard
표준 도구
Categories
분류 도구
Filter
필터 도구
&License...
저작권(&L)...
A&uthors...
제작자(&u)...
&About...
정보(&A)...
&Files...
파일(&F)...
Check files
파일 검사
Ctrl+F
Ctrl+F
&Directory...
디렉토리(&D)...
Check directory
디렉토리 검사
Ctrl+D
Ctrl+D
&Recheck files
파일 재검사(&R)
Ctrl+R
Ctrl+R
&Stop
중지(&S)
Stop checking
검사 중지
Esc
Esc
&Save results to file...
결과를 파일에 저장(&S)...
Ctrl+S
Ctrl+S
&Quit
종료(&Q)
&Clear results
결과 지우기(&C)
&Preferences
설정(&P)
Style warnings
스타일 경고
Show style warnings
스타일 경고 표시
Errors
에러
Show errors
애러 표시
&Check all
전체 선택(&C)
&Uncheck all
전체 해제(&U)
Collapse &all
전체 접기(&A)
&Expand all
전체 펼치기(&E)
&Standard
표준 도구(&S)
Standard items
표준 아이템
&Contents
내용(&C)
Open the help contents
도움말을 엽니다
F1
F1
Toolbar
도구바
&Categories
분류 도구(&C)
Error categories
에러 종류
&Open XML...
XML 열기(&O)...
Open P&roject File...
프로젝트 파일 열기(&R)...
&New Project File...
새 프로젝트 파일(&N)...
&Log View
로그 보기(&L)
Log View
로그 보기
C&lose Project File
프로젝트 파일 닫기(&L)
&Edit Project File...
프로젝트 파일 편집(&E)...
&Statistics
통계 보기(&S)
Warnings
경고
Show warnings
경고 표시
Performance warnings
성능 경고
Show performance warnings
성능 경고 표시
Show &hidden
숨기기 보기(&H)
Information
정보
Show information messages
정보 표시
Portability
이식성 경고
Show portability warnings
이식성 경고 표시
&Filter
필터 도구(&F)
Filter results
필터링 결과
Windows 32-bit ANSI
Windows 32-bit ANSI
Windows 32-bit Unicode
Windows 32-bit Unicode
Unix 32-bit
Unix 32-bit
Unix 64-bit
Unix 64-bit
Windows 64-bit
Windows 64-bit
Platforms
플랫폼
C++11
C++11
C99
C99
Posix
Posix
Quick Filter:
빠른 필터:
There was a problem with loading the editor application settings.
This is probably because the settings were changed between the Cppcheck versions. Please check (and fix) the editor application settings, otherwise the editor program might not start correctly.
편집기 설정을 불러오는데 문제가 있습니다.
Cppcheck 버전간 설정 방법 차이때문인 것으로 보입니다. 편집기 설정을 검사(및 수정)해주세요, 그렇지 않으면 편집기가 제대로 시작하지 않습니다.
No suitable files found to check!
검사할 수 있는 파일이 없습니다!
You must close the project file before selecting new files or directories!
새로운 파일이나 디렉토리를 선택하기 전에 프로젝트 파일을 닫으세요!
Select directory to check
검사할 디렉토리 선택
Found project file: %1
Do you want to load this project file instead?
프로젝트 파일 존재: %1
이 프로젝트 파일을 불러오겠습니까?
Found project files from the directory.
Do you want to proceed checking without using any of these project files?
디렉토리에 프로젝트 파일 존재.
이 프로젝트 파일을 사용하지 않고 검사를 계속하시겠습니까?
XML files (*.xml)
XML 파일 (*.xml)
Open the report file
보고서 파일 열기
Checking is running.
Do you want to stop the checking and exit Cppcheck?
검사 중.
검사를 중지하고 Cppcheck을 종료하시겠습니까?
License
저작권
Authors
제작자
XML files version 2 (*.xml);;XML files version 1 (*.xml);;Text files (*.txt);;CSV files (*.csv)
XML 파일 버전 2 (*.xml);;XML 파일 버전 1 (*.xml);;텍스트 파일 (*.txt);;CSV 파일 (*.csv)
Save the report file
보고서 파일 저장
XML files version 1 (*.xml)
XML 파일 버전 1 (*.xml)
XML files version 2 (*.xml)
XML 파일 버전 2 (*.xml)
Text files (*.txt)
텍스트 파일 (*.txt)
CSV files (*.csv)
CSV 파일 (*.csv)
Cppcheck - %1
Cppcheck - %1
Failed to change the user interface language:
%1
The user interface language has been reset to English. Open the Preferences-dialog to select any of the available languages.
언어 변경 실패:
%1
언어가 영어로 초기화 됐습니다. 설정창을 열어서 설정 가능한 언어를 선택하세요.
Project files (*.cppcheck);;All files(*.*)
프로젝트 파일 (*.cppcheck);;모든 파일(*.*)
Select Project File
프로젝트 파일 선택
Project:
프로젝트:
Select Project Filename
프로젝트 파일이름 선택
No project file loaded
프로젝트 파일 불러오기 실패
The project file
%1
could not be found!
Do you want to remove the file from the recently used projects -list?
프로젝트 파일
%1
이 존재하지 않습니다!
최근 프로젝트 목록에서 파일을 제거하시겠습니까?
Current results will be cleared.
Opening a new XML file will clear current results.Do you want to proceed?
Select files to check
검사할 파일 선택
Cppcheck GUI - Command line parameters
C++ standard
C11
C11
C89
C89
C++03
C++03
Error
File not found
Bad XML
Missing attribute
Bad attribute value
Failed to load the selected library '%1'.
%2
Unsupported format
The library '%1' contains unknown elements:
%2
Duplicate platform type
Platform type redefined
&Print...
Print the Current Report
Print Pre&view...
Open a Print Preview Dialog for the Current Results
Open library editor
Unknown element
Unknown issue
Select configuration
Cppcheck GUI.
Syntax:
cppcheck-gui [OPTIONS] [files or paths]
Options:
-h, --help Print this help
-p <file> Open given project file and start checking it
-l <file> Open given results xml file
-d <directory> Specify the directory that was checked to generate the results xml specified with -l
-v, --version Show program version
--data-dir=<directory> This option is for installation scripts so they can configure the directory where
datafiles are located (translations, cfg). The GUI is not started when this option
is used.
Failed to load %1. Your Cppcheck installation is broken. You can use --data-dir=<directory> at the command line to specify where this file is located. Please note that --data-dir is supposed to be used by installation scripts and therefore the GUI does not start when it is used, all that happens is that the setting is configured.
Build dir '%1' does not exist, create it?
Analyze files
Analyze directory
&Reanalyze modified files
Stop analysis
XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)
No suitable files found to analyze!
Select files to analyze
Select directory to analyze
Select the configuration that will be analyzed
Found project files from the directory.
Do you want to proceed analysis without using any of these project files?
Analyzer is running.
Do you want to stop the analysis and exit Cppcheck?
A&nalyze
&C standard
Reanal&yze all files
Style war&nings
E&rrors
Sh&ow Scratchpad...
&Warnings
Per&formance warnings
&Information
&Portability
Show Cppcheck results
Clang
Show Clang results
P&latforms
C++&11
C&99
&Posix
C&11
&C89
&C++03
&Library Editor...
&Auto-detect language
&Enforce C++
E&nforce C
C++14
C++14
Failed to import '%1', analysis is stopped
Project files (*.cppcheck)
Reanalyze and check library
Check configuration (defines, includes)
C/C++ Source
Compile database
Visual Studio
Borland C++ Builder 6
NewSuppressionDialog
New suppression
Error ID
File name
Line number
Symbol name
Platforms
Unix 32-bit
Unix 32-bit
Unix 64-bit
Unix 64-bit
Windows 32-bit ANSI
Windows 32-bit ANSI
Windows 32-bit Unicode
Windows 32-bit Unicode
Windows 64-bit
Windows 64-bit
Built-in
내장 방식
Native
Project
Cppcheck
Cppcheck
Could not read the project file.
프로젝트 파일을 읽을 수 없습니다.
Could not write the project file.
프로젝트 파일에 쓸 수 없습니다.
ProjectFile
Project File
프로젝트 파일
Project
프로젝트
Defines:
Defines:
Root:
Root:
Paths:
경로:
Add...
추가...
Edit
편집
Remove
제거
Includes
Includes
Include directories:
Include 디렉토리:
Up
위로
Down
아래로
Exclude
Exclude
Suppressions
Add
Note: Put your own custom .cfg files in the same folder as the project file. You should see them above.
...
Include Paths:
Paths and Defines
<html><head/><body><p>You have a choice:</p><p> * Analyze all Debug and Release configurations</p><p> * Only analyze the first matching Debug configuration</p><p><br/></p></body></html>
Analyze all Visual Studio configurations
Root path:
Warning tags (separated by semicolon)
Cppcheck build dir (whole program analysis, incremental analysis, statistics, etc)
Libraries
Addons
Y2038
Thread safety
Coding standards
Cert
Clang analyzer
Clang-tidy
Browse...
Defines must be separated by a semicolon. Example: DEF1;DEF2=5;DEF3=int
Checking
Platform
Warning options
Exclude paths
Addons and tools
MISRA C 2012
Misra rule texts
<html><head/><body><p>Copy/paste the text from Appendix A "Summary of guidelines" from the MISRA C 2012 pdf to a text file.</p></body></html>
External tools
Import Project (Visual studio / compile database/ Borland C++ Builder 6)
ProjectFileDialog
Project file: %1
프로젝트 파일: %1
Select include directory
Include 디렉토리 선택
Select a directory to check
검사할 디렉토리 선택
Select directory to ignore
무시할 디렉토리 선택
Select Cppcheck build dir
Import Project
Clang-tidy (not found)
(no rule texts file)
Select MISRA rule texts file
Misra rule texts file (%1)
Visual Studio
Compile database
Borland C++ Builder 6
QDialogButtonBox
OK
Cancel
Close
닫기
Save
QObject
Unknown language specified!
알 수 없는 언어입니다!
Language file %1 not found!
언어 파일(%1)이 없습니다!
Failed to load translation for language %1 from file %2
파일(%2)로부터 언어(%1) 불러오기 실패
line %1: Unhandled element %2
(Not found)
QPlatformTheme
OK
Cancel
Close
닫기
Save
ResultsTree
File
파일
Severity
분류
Line
행
Summary
요약
Undefined file
미정의된 파일
[Inconclusive]
[불확실]
style
스타일
error
에러
warning
경고
performance
성능
portability
이식성
information
정보
debug
디버그
Copy filename
파일이름 복사
Copy full path
전체 경로 복사
Copy message
메시지 복사
Hide
숨기기
Cppcheck
Cppcheck
No editor application configured.
Configure the editor application for Cppcheck in preferences/Applications.
편집기 미설정.
[설정 - 응용 프로그램]에서 편집기를 설정하세요.
No default editor application selected.
Please select the default editor application in preferences/Applications.
기본 편집기 미선택.
[설정 - 응용 프로그램]에서 기본 편집기를 선택하세요.
Could not find the file!
파일을 찾을 수 없습니다!
Could not start %1
Please check the application path and parameters are correct.
%1을 시잘할 수 없습니다
경로와 인자가 정확한지 확인하세요.
Could not find file:
%1
Please select the directory where file is located.
파일 찾기 실패:
%1
파일이 위치한 디렉토리를 선택하세요.
Select Directory
디렉토리 선택
Id
Hide all with id
Open containing folder
Inconclusive
Recheck
note
Suppress selected id(s)
Tag
No tag
Since date
Could not find file:
Please select the folder '%1'
Select Directory '%1'
Please select the directory where file is located.
Copy
ResultsView
Results
결과
No errors found, nothing to save.
에러가 발견되지 않았고, 저장할 내용이 없습니다.
Failed to save the report.
결과 저장 실패.
%p% (%1 of %2 files checked)
%p% (%2 중 %1 파일 검사됨)
Cppcheck
Cppcheck
No errors found.
에러가 발견되지 않았습니다.
Errors were found, but they are configured to be hidden.
To toggle what kind of errors are shown, open view menu.
에러가 발견되었지만, 감추도록 설정되어 있습니다.
에러 종류를 표시하도록 설정하려면, 보기 메뉴를 선택하세요.
Failed to read the report.
결과 불러오기 실패.
Summary
요약
Message
내용
Id
Print Report
No errors found, nothing to print.
First included by
XML format version 1 is no longer supported.
Analysis Log
Warning Details
Clear Log
Copy this Log entry
Copy complete Log
ScratchPad
Scratchpad
filename
Check
검사
Copy or write some C/C++ code here:
Optionally enter a filename (mainly for automatic language detection) and click on "Check":
Settings
Preferences
설정
General
일반
Number of threads:
쓰레드 수:
Ideal count:
최적 값:
Force checking all #ifdef configurations
모든 #ifdef 설정을 강제로 검사
Show full path of files
파일의 전체 경로 표시
Show "No errors found" message when no errors found
에러가 발견되지 않는 경우 "에러가 없습니다." 메시지 표시
Enable inline suppressions
Inline suppression 사용
Paths
경로
Include paths:
Include 경로:
Add...
추가...
Edit
편집
Remove
제거
Applications
응용 프로그램
Edit...
편집...
Set as default
기본으로 지정
Reports
보고서
Save all errors when creating report
보고서 생성 시 모든 에러 저장
Save full path to files in reports
보고서에 파일의 전체 경로 저장
Language
언어
Advanced
고급
&Show inconclusive errors
불확실한 에러 표시(&S)
S&how internal warnings in log
로그에 내부 경고 표시(&H)
Display error Id in column "Id"
Check for inconclusive errors also
Show internal warnings in log
Show statistics on check completion
Addons
Python binary (leave this empty to use python in the PATH)
...
Clang
Clang path (leave empty to use system PATH)
Visual Studio headers
<html><head/><body><p>Paths to Visual Studio headers, separated by semicolon ';'.</p><p>You can open a Visual Studio command prompt, write "SET INCLUDE". Then copy/paste the paths.</p></body></html>
Misra addon
Misra rule texts file
<html><head/><body><p>Copy/paste the text from Appendix A "Summary of guidelines" from the MISRA C 2012 pdf to a text file.</p></body></html>
SettingsDialog
N/A
N/A
Add a new application
새 응용 프로그램 추가
Modify an application
응용 프로그램 편집
[Default]
[기본]
Select include directory
Include 디렉토리 선택
[Default]
Select python binary
Select clang path
Select MISRA File
StatsDialog
Statistics
통계
Project
프로젝트
Project:
프로젝트:
Paths:
경로:
Include paths:
Include 경로:
Defines:
Defines:
Previous Scan
직전 검사
Path Selected:
선택된 경로:
Number of Files Scanned:
검사된 파일 수:
Scan Duration:
검사 시간:
Errors:
에러:
Warnings:
경고:
Stylistic warnings:
스타일 경고:
Portability warnings:
이식성 경고:
Performance issues:
성능 경고:
Information messages:
정보 메시지:
Copy to Clipboard
클립보드에 복사
1 day
1일
%1 days
%1일
1 hour
1시간
%1 hours
%1시간
1 minute
1분
%1 minutes
%1분
1 second
1초
%1 seconds
%1초
0.%1 seconds
0.%1초
and
및
Project Settings
프로젝트 설정
Paths
경로
Include paths
Include 경로
Defines
Defines
Path selected
선택된 경로
Number of files scanned
검사된 파일 수
Scan duration
검사 시간
Errors
에러
Warnings
경고
Style warnings
스타일 경고
Portability warnings
이식성 경고
Performance warnings
성능 경고
Information messages
정보 메시지
Pdf Export
Export PDF
History
File:
File:
No cppcheck build dir
ThreadResult
%1 of %2 files checked
%2 중 %1 파일 검사됨
TranslationHandler
Failed to change the user interface language:
%1
The user interface language has been reset to English. Open the Preferences-dialog to select any of the available languages.
언어 변경 실패:
%1
언어가 영어로 초기화 됐습니다. 설정창을 열어서 설정 가능한 언어를 선택하세요.
Cppcheck
Cppcheck
TxtReport
inconclusive
불확실
toFilterString
All supported files (%1)
All files (%1)