or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
tags:
共筆
COSCUP
LLVM
Clang
[共筆] [COSCUP2020] How to use LLVM frontend library-libtooling
此次議程留給問答的時間可能會不夠, 歡迎在共筆中留下你的問題與建議,在投影片中或是我提到的內容與你說的有差異,也可以放進共筆中一起討。當然,有人已經知道答案了,也可以直接回答。
Douglas Chen (陳鍵源) <dougpuob@gmail.com>
文件區
[共筆] @HackMD (此份文件)
https://bit.ly/libtooling
[簡報] @Google Slides
https://bit.ly/33bj0Ux
[議程] @COSCUP2020
https://coscup.org/2020/zh-TW/agenda/8V8THJ
[影片] @COSCUP2020
https://youtu.be/-iOtb6luK1Q
討論區
🔳 問題:(範例)什麼是 Clang?
🔳 建議:(範例)可以用個笑話開場會更好。
🔳 問題:請問平常CppNameLint使用的時機是什麼時候,是在code review的時候嗎? 還是git commit的時候? 還是其他?
🔳 問題:有辦法設定一些特例嗎,例如常見的在class member variable前面加個m之類的規則