* Update LICENSE

- fix inconsistencies

* Revert lib/rocprofiler/counters/parser/scanner.cpp

* Update lib/rocprofiler/counters/tests/dimension.cpp

- revert ending curly brace

* Revert missing curly braces

- missing curly braces when file did not end with a new line
Этот коммит содержится в:
Jonathan R. Madsen
2023-11-14 10:58:33 -06:00
коммит произвёл GitHub
родитель 3082288a25
Коммит 086218c2eb
175 изменённых файлов: 1338 добавлений и 450 удалений
+2 -2
Просмотреть файл
@@ -1,6 +1,6 @@
// MIT License
//
// Copyright (c) 2023 ROCm Developer Tools
// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
@@ -21,7 +21,6 @@
// SOFTWARE.
//
// undefine NDEBUG so asserts are implemented
#include <regex>
#ifdef NDEBUG
# undef NDEBUG
#endif
@@ -52,6 +51,7 @@
#include <iostream>
#include <map>
#include <mutex>
#include <regex>
#include <string>
#include <string_view>
#include <thread>