MyDeveloperDay updated this revision to Diff 463001.
MyDeveloperDay added a comment.
Remove .clang-format change
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134652/new/
https://reviews.llvm.org/D134652
Files:
clang/docs/ClangFormatStyleOptions.rst
clang/docs/ReleaseNotes.rst
cl
MyDeveloperDay updated this revision to Diff 463000.
MyDeveloperDay added a comment.
Fix pointer function arguments
Add release notes
Fix more `TT_TrailingReturnArrow` cases
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134652/new/
https://reviews.llvm.org/D134652
Files:
clang/.clang
MyDeveloperDay updated this revision to Diff 462966.
MyDeveloperDay added a comment.
Treat a class like a C# or Javascript class there is no semi after the brace
`};`
class Sum {
var a: i32;
fn Add[me:Self](var num: i32) -> i32 {
var total: i32 = me.a + num;
return total;
MyDeveloperDay updated this revision to Diff 462959.
MyDeveloperDay added a comment.
Ensure the colon stick with the variable declaraion
for (var name: String in names) {
Console.Print(name);
}
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134652/new/
https://reviews.llvm.org
MyDeveloperDay created this revision.
MyDeveloperDay added reviewers: chandlerc, HazardyKnusperkeks, owenpan,
curdeius, klimek.
MyDeveloperDay added projects: clang-format, clang.
Herald added a project: All.
MyDeveloperDay requested review of this revision.
Its great when clang-format is the ubi