Commit History

Author SHA1 Message Date
  Richard Smith 478f547ceb PR43080: Do not build context-sensitive expressions during name classification. 5 years ago
  Erich Keane 063c2472fa [NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr. 6 years ago
  Rui Ueyama ce7674d7be Fix parameter name comments using clang-tidy. NFC. 6 years ago
  Erik Pilkington 159cd770e3 [C++2a] Add __builtin_bit_cast, used to implement std::bit_cast 6 years ago
  Gauthier Harnisch 17feca48a8 [C++20] add Basic consteval specifier 6 years ago
  Ilya Biryukov adbb459ee0 [CodeComplete] Set preferred type for qualified-id 6 years ago
  Richard Smith 2cbdb2c8c9 [c++20] P0780R2: Support pack-expansion of init-captures. 6 years ago
  Richard Smith 8244457f8c Rearrange and clean up how we disambiguate lambda-introducers from ObjC 6 years ago
  Nicolas Lesser b30c81b061 Fix buildbot: Use correct Consume*() for braces. 6 years ago
  Nicolas Lesser bc416fbc59 Added a better diagnostic when using the delete operator with lambdas 6 years ago
  Ilya Biryukov a3c3146170 [Lex] Allow to consume tokens while preprocessing 6 years ago
  Richard Smith fb98e7c13d [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whose 6 years ago
  Richard Smith 5b0a110410 [c++20] Implement P1009R2: allow omitting the array bound in an array 6 years ago
  Hamza Sood 1522af0cc9 [c++20] Implement P0428R2 - Familiar template syntax for generic lambdas 6 years ago
  Bruno Ricci 62e8a2946b [Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallback unless we are going to do some typo correction 6 years ago
  Ilya Biryukov ee7f333417 [CodeComplete] Propagate preferred type for function arguments in more cases 6 years ago
  Anastasia Stulova 3c143d45ee [OpenCL][PR40707] Allow OpenCL C types in C++ mode. 6 years ago
  Ilya Biryukov d60b387098 [CodeComplete] Propagate preferred types through parser in more cases 6 years ago
  Chandler Carruth 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
  Anastasia Stulova 7f43dcfad8 Use DeclSpec for quals in DeclaratorChunk::FunctionTypeInfo. 6 years ago
  Ilya Biryukov 43d57f5da1 [CodeComplete] Cleanup access checking in code completion 6 years ago
  Roman Lebedev 710518321b [clang][Parse] Diagnose useless null statements / empty init-statements 6 years ago
  Erik Pilkington e1dcbc21bc NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects) 6 years ago
  Richard Smith 250f67c3f9 [cxx2a] P0614R1: Support init-statements in range-based for loops. 7 years ago
  Kadir Cetinkaya 9a74d9fcc6 [clang] Make sure codecompletion is called for calls even when inside a token. 7 years ago
  Ilya Biryukov 96b8b58101 [CodeComplete] Clearly distinguish signature help and code completion. 7 years ago
  Ilya Biryukov 8cd8ed88f9 [CodeComplete] Report location of opening parens for signature help 7 years ago
  Stephen Kelly 2dfd8132cf Port getLocEnd -> getEndLoc 7 years ago
  Stephen Kelly d7b659b592 Port getLocStart -> getBeginLoc 7 years ago
  Fangrui Song abdbb605f2 Remove trailing space 7 years ago