Commit History

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