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