Commit History

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