There was an error while loading. Please reload this page.
1 parent 9c1df82 commit d38abb7Copy full SHA for d38abb7
1 file changed
docs/articles/acronyms.md
@@ -17,6 +17,9 @@ C および C++ ユーザ協会。[年次カンファレンス](https://conferen
17
### API | Application Programming Interface
18
アプリケーション・プログラミング・インタフェース
19
20
+### ASan | AddressSanitizer
21
+メモリ関連のエラーを検出する動的解析ツール
22
+
23
### BCC | Borland C++ Compiler
24
現在の Embarcadero C++ Builder の前身。2000 年にリリースされた Borland C++ Compiler 5.5 は、当時はめずらしい無償の C++ コンパイラとして、広く使われた。
25
@@ -53,6 +56,9 @@ C++ 標準化委員会のワーキンググループの 1 つ。言語機能に
53
56
### DIS | Draft International Standard
54
57
国際規格案
55
58
59
+### DR | Defect Report
60
+規格の欠陥の報告
61
62
### EBO | Empty Base Optimization
63
空の基底クラスの最適化
64
0 commit comments