- a83a6c2 [clang] [Objective C] Inclusive language: use objcmt-allowlist-dir-path=<arg> instead of objcmt-white-list-dir-path=<arg> by Zarko Todorovski · 3 years, 3 months ago
- dccfadd [clang] Use StringRef::contains (NFC) by Kazu Hirata · 3 years, 3 months ago
- e567f37 [clang] Use llvm::is_contained (NFC) by Kazu Hirata · 3 years, 3 months ago
- 601102d Cleanup identifier parsing; NFC by Corentin Jabot · 3 years, 4 months ago
- 21401a7 [clang] Introduce SourceLocation::[U]IntTy typedefs. by Simon Tatham · 3 years, 6 months ago
- fbc3259 [SystemZ][z/OS] Set files in FileRemapper.cpp are text by Abhina Sreeskantharajan · 3 years, 9 months ago
- 82b3e28 [SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag instead of OF_Text by Abhina Sreeskantharajan · 3 years, 10 months ago
- 0cb7e7c Make iteration over the DeclContext::lookup_result safe. by Vassil Vassilev · 3 years, 10 months ago
- 898d61b ARCMigrate: Migrate ObjCMT.cpp over to FileEntryRef by Duncan P. N. Exon Smith · 4 years, 2 months ago
- b85c6e5 ARCMigrate: Use hash_combine in the DenseMapInfo for EditEntry by Duncan P. N. Exon Smith · 4 years, 2 months ago
- 9ae0a46 ARCMigrate: Initialize fields in EditEntry inline, NFC by Duncan P. N. Exon Smith · 4 years, 2 months ago
- dcc4f7f ARCMigrate: Stop abusing PreprocessorOptions for passing back file remappings, NFC by Duncan P. N. Exon Smith · 4 years, 3 months ago
- 7819411 [clang] Use SourceLocation as key in hash maps, NFCI by Mikhail Maltsev · 4 years, 3 months ago
- a3c1603 [clang] Use SourceLocation as key in std::map, NFCI by Mikhail Maltsev · 4 years, 3 months ago
- 14dde43 With MSVC, file needs to be compiled with /BIGOBJ by Adrian McCarthy · 4 years, 6 months ago
- 5689b38 Removed a RecursiveASTVisitor feature to visit operator kinds with different methods by Dmitri Gribenko · 4 years, 7 months ago
- d90443b [openmp] Base of tablegen generated OpenMP common declaration by Valentin Clement · 4 years, 7 months ago
- 9721fbf [NFC] Refactoring PropertyAttributeKind for ObjCPropertyDecl and ObjCDeclSpec. by Puyan Lotfi · 4 years, 9 months ago
- bbf386f Revert "[NFC] Refactoring PropertyAttributeKind for ObjCPropertyDecl and ObjCDeclSpec." by Puyan Lotfi · 4 years, 9 months ago
- 2aa044e [NFC] Refactoring PropertyAttributeKind for ObjCPropertyDecl and ObjCDeclSpec. by Puyan Lotfi · 4 years, 9 months ago
- 86565c1 Avoid SourceManager.h include in RawCommentList.h, add missing incs by Reid Kleckner · 5 years ago
- 53fba65 [ARCMT][NFC] Reduce #include dependencies by Nicolás Alvarez · 5 years ago
- bd31243 Fix more implicit conversions. Getting closer to having clang working with gcc 5 again by Benjamin Kramer · 5 years ago
- adcd026 Make llvm::StringRef to std::string conversions explicit. by Benjamin Kramer · 5 years ago
- cce4676 Fix "pointer is null" static analyzer warning. NFCI. by Simon Pilgrim · 5 years ago
- cdc9592 Fix "pointer is null" static analyzer warning. NFCI. by Simon Pilgrim · 5 years ago
- 20f45ed Removed some questionable default arguments from setters by Dmitri Gribenko · 5 years ago
- 2b3d49b [Clang] Migrate llvm::make_unique to std::make_unique by Jonas Devlieghere · 5 years ago
- d9b948b Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC by Fangrui Song · 5 years ago
- 8d323d1 [clang] Adopt new FileManager error-returning APIs by Harlan Haskins · 5 years ago
- 49a3ad2 Fix parameter name comments using clang-tidy. NFC. by Rui Ueyama · 6 years ago
- 7264a47 Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partition_point. NFC by Fangrui Song · 6 years ago
- 9df9cba [PlistSupport] Produce a newline to end plist output files by Hubert Tong · 6 years ago
- c72aaf6 Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an attribute declaration" by Leonard Chan · 6 years ago
- ef2dc25 Revert "[Attribute/Diagnostics] Print macro if definition is an attribute declaration" by Leonard Chan · 6 years ago
- fc40cbd [Attribute/Diagnostics] Print macro if definition is an attribute declaration by Leonard Chan · 6 years ago
- 75e74e0 Range-style std::find{,_if} -> llvm::find{,_if}. NFC by Fangrui Song · 6 years ago
- 524b3c1 Fix file headers. NFC by Fangrui Song · 6 years ago
- 9ac13a1 Use llvm::is_contained. NFC by Fangrui Song · 6 years ago
- e64aee8 [AST] Update the comments of the various Expr::Ignore* + Related cleanups by Bruno Ricci · 6 years ago
- 2e46667 [analyzer] [ARCMT] [NFC] Unify entry point into RetainSummaryManager by George Karpenkov · 6 years ago
- 6fdd2bd [analyzer] Port RetainSummaryManager to the new AnyCall interface, decouple ARCMT from the analyzer by George Karpenkov · 6 years ago
- 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
- 9cbcc21 [analyzer] [RetainCountChecker] [NFC] Remove redundant enum items *Msg, as the object type is already communicated by a separate field by George Karpenkov · 6 years ago
- 585a210 [analyzer] [NFC] Track object type with ArgEffect in RetainCountChecker. by George Karpenkov · 6 years ago
- 7e3016d [analyzer] [NFC] Move ObjKind into a separate top-level enum in RetainSummaryManager. by George Karpenkov · 6 years ago
- b23ccec Misc typos fixes in ./lib folder by Raphael Isemann · 6 years ago
- 0a6b5b6 PTH-- Remove feature entirely- by Erich Keane · 6 years ago
- 4dc0b1a Fix clang -Wimplicit-fallthrough warnings across llvm, NFC by Reid Kleckner · 6 years ago
- 7c44da2 Create ConstantExpr class by Bill Wendling · 6 years ago
- fa98390 NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects) by Erik Pilkington · 6 years ago
- 1678ef6 Add missing library dependency to fix build break after rC340247 by Hiroshi Inoue · 6 years ago
- efef49c [analyzer] [NFC] Split up RetainSummaryManager from RetainCountChecker - try #2 by George Karpenkov · 6 years ago
- e43e2b3 Model type attributes as regular Attrs. by Richard Smith · 6 years ago
- bb3b7cf Revert "[analyzer] [NFC] Split up RetainSummaryManager from RetainCountChecker" by Bruno Cardoso Lopes · 6 years ago
- 0ac54fa [analyzer] [NFC] Split up RetainSummaryManager from RetainCountChecker by George Karpenkov · 6 years ago
- 03011b2 [analyzer] [NFC] Move ObjCRetainCount to include/Analysis by George Karpenkov · 6 years ago
- 3124ce7 Add a newline to SourceLocation dump output by Stephen Kelly · 6 years ago
- 11f9f8a Revert r339623 "Model type attributes as regular Attrs." by Reid Kleckner · 6 years ago
- f791786 Model type attributes as regular Attrs. by Richard Smith · 6 years ago
- 1c301dc Port getLocEnd -> getEndLoc by Stephen Kelly · 6 years ago
- f2ceec4 Port getLocStart -> getBeginLoc by Stephen Kelly · 6 years ago
- 6907ce2 Remove trailing space by Fangrui Song · 6 years ago
- 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
- b5f8171 PR37189 Fix incorrect end source location and spelling for a split '>>' token. by Richard Smith · 7 years ago
- 2a8c18d Fix typos in clang by Alexander Kornienko · 7 years ago
- 83b8a6c Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
- 5312b66 [ARCMigrate] When applying changes from remap files, disable the 'adjustRemovals' functionality of EditedSource by Argyrios Kyrtzidis · 8 years ago
- ea4395e Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer" by David Blaikie · 8 years ago
- 81d0829 Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer" by David Blaikie · 8 years ago
- 9280a85 IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer by David Blaikie · 8 years ago
- f76f650 Fix Clang-tidy readability-redundant-string-cstr warnings by Malcolm Parsons · 8 years ago
- 9670f84 [NFC] Header cleanup by Mehdi Amini · 9 years ago
- 88737a5 [objcmt] Fix a buffer overflow crash than can occur while modernizing enums. by Argyrios Kyrtzidis · 9 years ago
- e59b770 [objcmt] Don't add an #import of Foundation unnecessarily, if the NS_ENUM macro is already defined. by Argyrios Kyrtzidis · 9 years ago
- cfeacf5 Apply clang-tidy's misc-move-constructor-init throughout Clang. by Benjamin Kramer · 9 years ago
- 0a4f3f4 Fix some Clang-tidy readability-redundant-control-flow warnings; other minor fixes. by Eugene Zelenko · 9 years ago
- d35e98f [Frontend] Make the memory management of FrontendAction pointers explicit by using unique_ptr. by Argyrios Kyrtzidis · 9 years ago
- 5b78640 Class Property: class property and instance property can have the same name. by Manman Ren · 9 years ago
- 2bf68c6 Remove autoconf support by Chris Bieneman · 9 years ago
- a7a8b1f Use instance_properties instead of properties. NFC. by Manman Ren · 9 years ago
- be52866 Fix funciton->function typo. by Eric Christopher · 9 years ago
- ad98885 Refactor: Simplify boolean conditional return statements in lib/ARCMigrate by Alexander Kornienko · 9 years ago
- acf4fd3 Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones. by Douglas Gregor · 9 years ago
- 756447a Watch and TV OS: wire up basic ABI choices by Tim Northover · 9 years ago
- 460ce58 Define weak and __weak to mean ARC-style weak references, even in MRC. by John McCall · 9 years ago
- 637d1e6 Roll-back r250822. by Angel Garcia Gomez · 9 years ago
- b5250d3 Apply modernize-use-default to clang. by Angel Garcia Gomez · 9 years ago
- 8b56366 Replace double negation of !FileID.isInvalid() with FileID.isValid(). by Yaron Keren · 9 years ago
- ed1fe5d Replace double-negated !SourceLocation.isInvalid() with SourceLocation.isValid(). by Yaron Keren · 9 years ago
- 203e923 Fix a small bug in clang where generating some temporary files would have an extra period before the extension. by Argyrios Kyrtzidis · 9 years ago
- 556b21a Remove and forbid raw_svector_ostream::flush() calls. by Yaron Keren · 9 years ago
- 57d3f14 Use llvm::reverse to make a bunch of loops use foreach. NFC. by Pete Cooper · 9 years ago
- 5733e35 [AST] Remove StmtRange in favor of an iterator_range. by Benjamin Kramer · 10 years ago
- fb2398d Make the clang module container format selectable from the command line. by Adrian Prantl · 10 years ago
- 642f173 Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)‘ pattern to range for loops. by Benjamin Kramer · 10 years ago
- ab9db51 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). by Alexander Kornienko · 10 years ago
- 3d9d929 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
- bb165fb Introduce a PCHContainerOperations interface (NFC). by Adrian Prantl · 10 years ago
- 3204b15 Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types by Benjamin Kramer · 10 years ago