Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Erik Pilkington 159cd770e3 [C++2a] Add __builtin_bit_cast, used to implement std::bit_cast 6 gadi atpakaļ
  Eric Fiselier c786ab0af6 Implement __builtin_LINE() et. al. to support source location capture. 6 gadi atpakaļ
  Fangrui Song ce76f242a3 Range-style std::find{,_if} -> llvm::find{,_if}. NFC 6 gadi atpakaļ
  Emilio Cobos Alvarez 541c705c69 [libclang] Expose aligned() attribute. 6 gadi atpakaļ
  Emilio Cobos Alvarez 5afae4f71b [libclang] Expose warn_unused and warn_unused_result attributes. 6 gadi atpakaļ
  Sven van Haastregt a04be57958 [libclang] Add attribute support for 'convergent'. 6 gadi atpakaļ
  Chandler Carruth 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 gadi atpakaļ
  Alex Lorenz fabf27a17e [libclang] CoroutineBody/Coreturn statements are UnexposedStmts and not Exprs 6 gadi atpakaļ
  Ivan Donchevskii 58828cc308 [libclang] Fix clang_Cursor_getNumArguments and clang_Cursor_getArgument for CXXConstructExpr 6 gadi atpakaļ
  Fangrui Song 9b9f33d2fa [libclang] Unify getCursorDecl and getCursorParentDecl 6 gadi atpakaļ
  Bill Wendling 0680f97fc4 Create ConstantExpr class 6 gadi atpakaļ
  Eric Liu e680dc2798 [Sema] Store MacroInfo in CodeCompletionResult for macro results. 7 gadi atpakaļ
  Michael Wu 3500aae383 [libclang 8/8] Add support for the flag_enum attribute 7 gadi atpakaļ
  Michael Wu 4042ae53b1 [libclang 5/8] Add support for ObjC attributes without args 7 gadi atpakaļ
  Leonard Chan 84dd23f357 [Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point Literals 7 gadi atpakaļ
  Adrian Prantl 647be32c60 Remove \brief commands from doxygen comments. 7 gadi atpakaļ
  Alexander Kornienko b8b9458165 Fix typos in clang 7 gadi atpakaļ
  Tim Northover dff815aaab libclang: remove unused variable. 8 gadi atpakaļ
  Argyrios Kyrtzidis 41e19f971f [libclang] Enhance clang_Cursor_isDynamicCall and clang_Cursor_getReceiverType to handle ObjC property references 8 gadi atpakaļ
  Eric Fiselier 603fc45e72 [coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt. 8 gadi atpakaļ
  Kelvin Li 69518aa6da [OpenMP] Sema and parsing for 'target teams distribute simd’ pragma 8 gadi atpakaļ
  Kelvin Li be92cc306b [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ pragma 8 gadi atpakaļ
  Kelvin Li 1008244ce7 [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragma 8 gadi atpakaļ
  Kelvin Li 0b48254b39 [OpenMP] Sema and parsing for 'target teams distribute' pragma 8 gadi atpakaļ
  Kelvin Li 2c7cf6d812 [OpenMP] Sema and parsing for 'target teams' pragma 8 gadi atpakaļ
  Argyrios Kyrtzidis d9d5af2d99 [libclang] Remove the 'extern "C"' blocks from the implementation files. 8 gadi atpakaļ
  Richard Smith 0601f898eb Add two new AST nodes to represent initialization of an array in terms of 8 gadi atpakaļ
  Kelvin Li 732bd78b4a [OpenMP] Sema and parsing for 'teams distribute parallel for' pragma 8 gadi atpakaļ
  Kelvin Li 195ed07166 [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragma 8 gadi atpakaļ
  Kelvin Li eb1c24b532 Re-apply patch r279045. 8 gadi atpakaļ