mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 12:54:00 -05:00
Colour the AST view with the same colors as the source code * Add a couple of trivial test cases for processAstOutput * Fix the processAstOutput test, ad a test for a file with #include * Send individual lines for the AST output * Parse the source lines for AST * Register as a contributor * Factor out the LlvmAstParser into a separate file Co-authored-by: Arseniy Zaostrovnykh <arseniy.zaostrovnykh@sonarsource.com>
6 lines
58 B
C++
6 lines
58 B
C++
#include <ctime>
|
|
|
|
clock_t myClock() {
|
|
return clock();
|
|
}
|