1. 977ffd7 [libclang] CoroutineBody/Coreturn statements are UnexposedStmts and not Exprs by Alex Lorenz · 7 years ago
  2. 60b7103 [libclang] Fix clang_Cursor_getNumArguments and clang_Cursor_getArgument for CXXConstructExpr by Ivan Donchevskii · 7 years ago
  3. cabb36d [libclang] Unify getCursorDecl and getCursorParentDecl by Fangrui Song · 7 years ago
  4. 7c44da2 Create ConstantExpr class by Bill Wendling · 7 years ago
  5. d485df1 [Sema] Store MacroInfo in CodeCompletionResult for macro results. by Eric Liu · 7 years ago
  6. 58d837d [libclang 8/8] Add support for the flag_enum attribute by Michael Wu · 7 years ago
  7. d092d0b [libclang 5/8] Add support for ObjC attributes without args by Michael Wu · 7 years ago
  8. db01c3a [Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point Literals by Leonard Chan · 7 years ago
  9. 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  10. 2a8c18d Fix typos in clang by Alexander Kornienko · 7 years ago
  11. cdc5493 libclang: remove unused variable. by Tim Northover · 8 years ago
  12. 2a68486 [libclang] Enhance clang_Cursor_isDynamicCall and clang_Cursor_getReceiverType to handle ObjC property references by Argyrios Kyrtzidis · 8 years ago
  13. 20f25cb [coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt. by Eric Fiselier · 9 years ago
  14. da68118 [OpenMP] Sema and parsing for 'target teams distribute simd’ pragma by Kelvin Li · 9 years ago
  15. 1851df5 [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ pragma by Kelvin Li · 9 years ago
  16. 80e8f56 [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragma by Kelvin Li · 9 years ago
  17. 83c451e [OpenMP] Sema and parsing for 'target teams distribute' pragma by Kelvin Li · 9 years ago
  18. bf594a5 [OpenMP] Sema and parsing for 'target teams' pragma by Kelvin Li · 9 years ago
  19. 39ae3d5 [libclang] Remove the 'extern "C"' blocks from the implementation files. by Argyrios Kyrtzidis · 9 years ago
  20. 410306b Add two new AST nodes to represent initialization of an array in terms of by Richard Smith · 9 years ago
  21. 7ade93f [OpenMP] Sema and parsing for 'teams distribute parallel for' pragma by Kelvin Li · 9 years ago
  22. 579e41c [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragma by Kelvin Li · 9 years ago
  23. 4e325f7 Re-apply patch r279045. by Kelvin Li · 9 years ago
  24. 8b44bbc Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma" by Diana Picus · 9 years ago
  25. 0e3bde8 [OpenMP] Sema and parsing for 'teams distribute simd’ pragma by Kelvin Li · 9 years ago
  26. 0253287 [OpenMP] Sema and parsing for 'teams distribute' pragma by Kelvin Li · 9 years ago
  27. 986330c [OpenMP] Sema and parsing for 'target simd' pragma by Kelvin Li · 9 years ago
  28. 29099de [ObjC] Implement @available in the Parser and AST by Erik Pilkington · 9 years ago
  29. a579b91 [OpenMP] Sema and parsing for 'target parallel for simd' pragma by Kelvin Li · 9 years ago
  30. 787f3fc [OpenMP] Sema and parsing for 'distribute simd' pragma by Kelvin Li · 9 years ago
  31. 4a39add [OpenMP] Sema and parse for 'distribute parallel for simd' by Kelvin Li · 9 years ago
  32. 5179eb7 P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: by Richard Smith · 9 years ago
  33. 9925f15 Resubmission of http://reviews.llvm.org/D21564 after fixes. by Carlo Bertolli · 9 years ago
  34. b8503d5 Revert r273705 by Carlo Bertolli · 9 years ago
  35. e77d6e0 [OpenMP] Initial implementation of parse and sema for composite pragma 'distribute parallel for' by Carlo Bertolli · 9 years ago
  36. 61deb4d Revert accidential "[MSVC] Late parsing of in-class defined member functions in template" by Alexey Bataev · 9 years ago
  37. 86e786b [MSVC] Late parsing of in-class defined member functions in template classes. by Alexey Bataev · 9 years ago
  38. 692d533 Make sizeof and alignof a CXCursor_UnaryExpr by Olivier Goffart · 9 years ago
  39. 686c70c [OpenMP] Parsing and sema support for target update directive by Samuel Antao · 9 years ago
  40. 05bebb5 [OpenMP] Parsing + sema for target parallel for directive. by Arpith Chacko Jacob · 10 years ago
  41. e955b3d [OpenMP] Parsing + sema for target parallel directive. by Arpith Chacko Jacob · 10 years ago
  42. 7259076 [OpenMP] Parsing + sema for "target exit data" directive. by Samuel Antao · 10 years ago
  43. df67fc4 [OpenMP] Parsing + sema for "target enter data" directive. by Samuel Antao · 10 years ago
  44. 6200a3d Add parse and sema of OpenMP distribute directive with all clauses except dist_schedule by Carlo Bertolli · 10 years ago
  45. 8aa0b80 libclang: expose dllexport, dllimport attributes by Saleem Abdulrasool · 10 years ago
  46. 2d5c6dd Revert r255001, "Add parse and sema for OpenMP distribute directive and all its clauses excluding dist_schedule." by NAKAMURA Takumi · 10 years ago
  47. b9bfa75 Add parse and sema for OpenMP distribute directive and all its clauses excluding dist_schedule. by Carlo Bertolli · 10 years ago
  48. 0a6ed84 [OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive. by Alexey Bataev · 10 years ago
  49. 49f6e78 [OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive. by Alexey Bataev · 10 years ago
  50. f763027 [MSVC] 'property' with an empty array in array subscript expression. by Alexey Bataev · 10 years ago
  51. 9f690bd [coroutines] Creation of promise object, lookup of operator co_await, building by Richard Smith · 10 years ago
  52. 79c6971 Index: expose visibility attribute by Saleem Abdulrasool · 10 years ago
  53. 1a3320e [OPENMP 4.0] Initial support for array sections. by Alexey Bataev · 10 years ago
  54. 65f367f Commit for http://reviews.llvm.org/D10765 by Michael Wong · 10 years ago
  55. c3425b1 [libclang] Replace ObjC generic parameters in code-completion results. by Douglas Gregor · 10 years ago
  56. 8090987 [OPENMP 4.0] Initial support for 'omp cancel' construct. by Alexey Bataev · 10 years ago
  57. 6d4ed05 [OPENMP 4.0] Initial support for 'omp cancellation point' construct. by Alexey Bataev · 10 years ago
  58. ab9db51 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). by Alexander Kornienko · 10 years ago
  59. 3d9d929 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  60. c30dd2d [OPENMP] Support for '#pragma omp taskgroup' directive. by Alexey Bataev · 10 years ago
  61. cb77930 Implementing C99 partial re-initialization behavior (DR-253) by Yunzhong Gao · 10 years ago
  62. 66a8186 Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinition -> MacroDefinition. by Richard Smith · 10 years ago
  63. 6cc5f73 [libclang] When initializing an ObjC object via the "[[ClassName alloc] init*]" pattern, by Argyrios Kyrtzidis · 11 years ago
  64. 0f0af19 [c++1z] N4295: fold-expressions. by Richard Smith · 11 years ago
  65. e1f49d5 Add the initial TypoExpr AST node for delayed typo correction. by Kaelyn Takata · 11 years ago
  66. c27a0c4 Add libclang capabilities to retriete template arguments from specializations. by Eli Bendersky · 11 years ago
  67. 13314bf [OPENMP] 'omp teams' directive basic support. by Alexey Bataev · 11 years ago
  68. 9804fa5 Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and semantic analysis for 'omp teams' directive support from OpenMP 4.0. Adds additional analysis to 'omp target' directive with 'omp teams' directive." by Renato Golin · 11 years ago
  69. 941bbec [OPENMP] 'omp teams' directive basic support. by Alexey Bataev · 11 years ago
  70. e4e893b [OPENMP] Parsing/Sema of directive omp parallel for simd by Alexander Musman · 11 years ago
  71. 0bd520b [OPENMP] Initial parsing/sema analysis of 'target' directive. by Alexey Bataev · 11 years ago
  72. f82886e Parsing/Sema of directive omp for simd by Alexander Musman · 11 years ago
  73. 9b07147 Expose the CUDA shared attribute to the C API. by Eli Bendersky · 11 years ago
  74. 0162e45 [OPENMP] Initial parsing and sema analysis for 'atomic' directive. by Alexey Bataev · 11 years ago
  75. 9fb6e64 [OPENMP] Initial parsing and sema analysis for 'ordered' directive. by Alexey Bataev · 11 years ago
  76. 6125da9 [OPENMP] Initial parsing and sema analysis for 'flush' directive. by Alexey Bataev · 11 years ago
  77. d9ed09f [OPENMP] Parsing/Sema of the OpenMP directive 'critical'. by Alexander Musman · 11 years ago
  78. 2df347a [OPENMP] Initial parsing and sema analysis for 'taskwait' directive. by Alexey Bataev · 11 years ago
  79. 4d1dfea [OPENMP] Initial parsing and sema analysis for 'barrier' directive. by Alexey Bataev · 11 years ago
  80. 68446b7 [OPENMP] Initial parsing and sema analysis of 'taskyield' directive. by Alexey Bataev · 11 years ago
  81. 80c2289 [OPENMP] Parsing/Sema analysis of directive 'master' by Alexander Musman · 11 years ago
  82. 9c2e8ee [OPENMP] Parsing and sema analysis for 'omp task' directive. by Alexey Bataev · 11 years ago
  83. 84d0b3e [OPENMP] Parsing and sema analysis for 'omp parallel sections' directive. by Alexey Bataev · 11 years ago
  84. 4acb859 [OPENMP] Added initial support for 'omp parallel for'. by Alexey Bataev · 11 years ago
  85. 03376dc Switch over a few uses of param_begin() to parameters() by Alp Toker · 11 years ago
  86. 9b98207 Add an AST node for __leave statements, hook it up. by Nico Weber · 11 years ago
  87. d1e40fb [OPENMP] Initial parsing and sema analysis for 'single' directive. by Alexey Bataev · 11 years ago
  88. 1e0498a [OPENMP] Initial parsing and sema analysis for 'section' directive. by Alexey Bataev · 11 years ago
  89. d3f8dd2 [OPENMP] Initial support for 'sections' directive. by Alexey Bataev · 11 years ago
  90. f29276e [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MSVC). by Alexey Bataev · 11 years ago
  91. a566efb Revert "[OPENMP] Initial support for '#pragma omp for'." by Rafael Espindola · 11 years ago
  92. c77dd52 [OPENMP] Initial support for '#pragma omp for'. by Alexey Bataev · 11 years ago
  93. 69186e7 [C++11] Use 'nullptr'. Tools edition. by Craig Topper · 11 years ago
  94. 2581e66 Expose CUDA function attributes to the C interface. by Eli Bendersky · 11 years ago
  95. 8122838 [libclang] Add attribute support for 'pure', 'const' and 'noduplicate'. by Joey Gouly · 11 years ago
  96. 1b59ab5 [OPENMP] First changes for Parsing and Sema for 'omp simd' directive support by Alexey Bataev · 12 years ago
  97. 95e7ff2 Eliminate UnaryTypeTraitExpr by Alp Toker · 12 years ago
  98. cbb9034 Eliminate BinaryTypeTraitExpr by Alp Toker · 12 years ago
  99. 16834f1 [libclang] Provide location for attributes and expose 'packed' attribute. by Argyrios Kyrtzidis · 12 years ago
  100. c4d7c82 Add the intrinsic __builtin_convertvector by Hal Finkel · 12 years ago