Skip to content

Instantly share code, notes, and snippets.

View solvictor's full-sized avatar
:electron:
Exploring and Learning...

Victor solvictor

:electron:
Exploring and Learning...
  • 42 Paris
  • Paris, France
View GitHub Profile
OVERVIEW: LLVM 'Clang' Compiler: http://clang.llvm.org
USAGE: clang -cc1 [options] <inputs>
OPTIONS:
-### Print the commands to run for this compilation
--analyze Run the static analyzer
--migrate Run the migrator
--relocatable-pch Build a relocatable precompiled header
--serialize-diagnostics <value>
@fnky
fnky / ANSI.md
Last active October 16, 2025 22:02
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27