Skip to content

Commit

Permalink
update clang ast command
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkwork committed Jul 8, 2024
1 parent 8b571ad commit 5f3074d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
clang -fsyntax-only -nobuiltininc -Xclang -ast-dump=json ARImpRec.h
clang -fsyntax-only -nobuiltininc -emit-llvm -Xclang -fdump-record-layouts -Xclang -fdump-record-layouts-complete ARImpRec.h
clang -fsyntax-only -nobuiltininc -Xclang -ast-dump=json xxoo.h
clang -fsyntax-only -nobuiltininc -emit-llvm -Xclang -fdump-record-layouts -Xclang -fdump-record-layouts-complete xxoo.h

0 comments on commit 5f3074d

Please sign in to comment.