Jonas Devlieghere
|
49a6b09101
[Clang] Migrate llvm::make_unique to std::make_unique
|
6 жил өмнө |
Aaron Ballman
|
dff959c181
Introduce the ability to dump the AST to JSON.
|
6 жил өмнө |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 жил өмнө |
Fangrui Song
|
c98c6a755c
[Frontend] Delete -print-decl-contexts
|
6 жил өмнө |
Fangrui Song
|
721671a641
[Frontend] Tidy up -print-decl-contexts conditions
|
7 жил өмнө |
Fangrui Song
|
abdbb605f2
Remove trailing space
|
7 жил өмнө |
Joel E. Denny
|
b8a4da9bec
[AST] Fix -ast-print for _Bool when have diagnostics
|
7 жил өмнө |
Alexander Kornienko
|
e2fbe37780
Allow the creation of human-friendly ASTDumper to arbitrary output stream
|
7 жил өмнө |
Aaron Ballman
|
785449800e
Handle -ast-dump-all when passed as the only option.
|
8 жил өмнө |
Richard Smith
|
09a7b298c4
Add -cc1 flag -ast-dump-all to perform an AST dump including entities that haven't yet been deserialized.
|
8 жил өмнө |
Alex Lorenz
|
48194d104c
Handle StaticAssertDecl in DeclContextPrinter
|
8 жил өмнө |
Alex Lorenz
|
d26625b4e9
Handle VarTemplateDecl in DeclContextPrinter
|
8 жил өмнө |
Alex Lorenz
|
44df50df1f
Handle AccessSpecDecl in DeclContextPrinter
|
8 жил өмнө |
Alex Lorenz
|
7fd9da9bad
Handle ClassTemplateSpecializationDecl in DeclContextPrinter
|
8 жил өмнө |
Alex Lorenz
|
4e71c53f55
Handle EmptyDecl in DeclContextPrinter
|
8 жил өмнө |
Alex Lorenz
|
550e0fa7a8
Handle UsingDecl and UsingShadowDecl in DeclContextPrinter
|
8 жил өмнө |
Alex Lorenz
|
a2c5a552d4
Handle FriendDecl in DeclContextPrinter
|
8 жил өмнө |
Mehdi Amini
|
2e23251d3e
[NFC] Header cleanup
|
9 жил өмнө |
Peter Collingbourne
|
f1bc23840f
Frontend: Simplify ownership model for clang's output streams.
|
9 жил өмнө |
David Majnemer
|
21f6189c29
Use even more ArrayRefs
|
9 жил өмнө |
David Majnemer
|
ba5c7ce848
Use more ArrayRefs
|
9 жил өмнө |
Alexander Kornienko
|
8ca7705aa3
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
|
10 жил өмнө |
Alexander Kornienko
|
ac58acc7f2
Fixed/added namespace ending comments using clang-tidy. NFC
|
10 жил өмнө |
Richard Smith
|
2f65d8ce60
Remove some unused includes of llvm/IR headers from parts of Clang that really
|
10 жил өмнө |
Richard Smith
|
2f361f76db
Modify behavior of -ast-dump-lookups: if -ast-dump is not also provided, dump
|
11 жил өмнө |
David Blaikie
|
b53da86048
Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)
|
11 жил өмнө |
David Blaikie
|
80bfbba822
Revert "unique_ptr-ify ownership of ASTConsumers"
|
11 жил өмнө |
David Blaikie
|
4d15e347a0
unique_ptr-ify ownership of ASTConsumers
|
11 жил өмнө |
Craig Topper
|
d24fb6c947
[C++11] Use 'nullptr'. Frontend edition.
|
11 жил өмнө |
Craig Topper
|
c218f4bb38
De-virtualize a method. It's called through template magic and doesn't override anything.
|
11 жил өмнө |