Commit History

Author SHA1 Message Date
  Chandler Carruth 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
  Eugene Zelenko cd95e58bfc [AST] Fix some Clang-tidy modernize-use-auto warnings; other minor fixes (NFC). 7 years ago
  Eugene Zelenko 7b99e597a0 [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 7 years ago
  James Y Knight 7d510c2089 [TrailingObjects] Convert Decl* classes. 9 years ago
  Craig Topper 613c4e1cde [C++11] Use 'nullptr'. AST edition. 11 years ago
  Richard Smith 4903ea2c65 Add class-specific operator new to Decl hierarchy. This guarantees that Decls 11 years ago
  Richard Smith 4fc5089e30 Lazily deserialize the "first' friend declaration when deserializing a class 12 years ago
  Enea Zaffanella 8c84028ed9 Added outer template parameter lists to friend type AST nodes. 12 years ago
  Benjamin Kramer 471c8b4998 Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h. 13 years ago
  Douglas Gregor 1e68ecc4fc When creating declarations that are deserialized from an module file, 13 years ago
  David Blaikie 99ba9e3bd7 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 13 years ago
  Argyrios Kyrtzidis 6764334dfa Support C++ friend declarations for PCH. 15 years ago
  John McCall d60e22e601 Implement basic support for friend types and functions in non-dependent 15 years ago
  John McCall 92b7f70c92 Split C++ friend declarations into their own header/implementation file. 15 years ago