Historia zmian

Autor SHA1 Wiadomość Data
  Simon Pilgrim d5265df34d RewriteObjC - silence static analyzer getAs<> null dereference warnings. NFCI. 5 lat temu
  Richard Smith 38c1f7c254 Properly handle instantiation-dependent array bounds. 5 lat temu
  Simon Pilgrim 84d475a5ed Silence static analyzer getAs<RecordType> null dereference warnings. NFCI. 5 lat temu
  Jonas Devlieghere 49a6b09101 [Clang] Migrate llvm::make_unique to std::make_unique 6 lat temu
  Rui Ueyama ce7674d7be Fix parameter name comments using clang-tidy. NFC. 6 lat temu
  Richard Smith ae3e0f386d Convert MemberExpr creation and serialization to work the same way as 6 lat temu
  Benjamin Kramer d1015ecc8e Revert "Factor out duplicated code building a MemberExpr and marking it" and "Convert MemberExpr creation and serialization to work the same way as" 6 lat temu
  Richard Smith 8cfd67d723 Convert MemberExpr creation and serialization to work the same way as 6 lat temu
  Chandler Carruth 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 lat temu
  Bruno Ricci 9f569d45e0 [AST] Store the callee and argument expressions of CallExpr in a trailing array. 6 lat temu
  Bruno Ricci 7d10f0803f [AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr. 6 lat temu
  Erik Pilkington e1dcbc21bc NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects) 6 lat temu
  Stephen Kelly 2dfd8132cf Port getLocEnd -> getEndLoc 7 lat temu
  Stephen Kelly d7b659b592 Port getLocStart -> getBeginLoc 7 lat temu
  Fangrui Song abdbb605f2 Remove trailing space 7 lat temu
  George Burgess IV f6b7996bf6 Remove redundant casts. NFC 7 lat temu
  Aaron Ballman de3473e38c Track in the AST whether the operand to a UnaryOperator can overflow and then use that logic when evaluating constant expressions and emitting codegen. 7 lat temu
  NAKAMURA Takumi 635ffc9d02 [CMake] Use #cmakedefine01 for CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) 7 lat temu
  NAKAMURA Takumi ae9459cceb [CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Config/config.h. 8 lat temu
  Hiroshi Inoue ae6cb8d28c fix trivial typos in comments; NFC 8 lat temu
  Simon Pilgrim 1ddeae4808 Spelling mistakes in comments. NFCI. (PR27635) 8 lat temu
  Adam Nemet eec6cbfc8d Encapsulate FPOptions and use it consistently 8 lat temu
  Sylvestre Ledru fbf9953ebe Pass a char instead of a string to the find function. clang-tidy: performance-faster-string-find 8 lat temu
  John McCall 10abbcd4f8 getObjCEncodingForMethodDecl cannot fail. Simplify. NFC. 8 lat temu
  Malcolm Parsons b9a1fd1bfe Fix Clang-tidy readability-redundant-string-cstr warnings 8 lat temu
  Peter Collingbourne f1bc23840f Frontend: Simplify ownership model for clang's output streams. 9 lat temu
  David Majnemer ba5c7ce848 Use more ArrayRefs 9 lat temu
  Craig Topper ca13f2dd25 Fix a couple assertions that can never fire because the condition ANDed with the string is just true or 1. 9 lat temu
  Eugene Zelenko b9b46f780d Fix some Clang-tidy readability-redundant-control-flow warnings; other minor fixes. 9 lat temu
  Manman Ren 00fef86c90 Use instance_properties instead of properties. NFC. 9 lat temu