- 4e0854f [libclang] Add function to retrieve storage class in libclang. by Argyrios Kyrtzidis · 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
- ac3997e [libclang] Introduce clang_File_isEqual for comparing CXFile handles. by Argyrios Kyrtzidis · 11 years ago
- 2f5db8b Header guard canonicalization, clang part. by Benjamin Kramer · 11 years ago
- 9b07147 Expose the CUDA shared attribute to the C API. by Eli Bendersky · 11 years ago
- 44a206f Exposes a C API to name mangling for a given cursor. by Eli Bendersky · 11 years ago
- ba76448 Preserve libclang ABI compatibility with the 3.5 release by Reid Kleckner · 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
- 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
- 2581e66 Expose CUDA function attributes to the C interface. by Eli Bendersky · 12 years ago
- 884337f [libclang] Introduce clang_Module_isSystem(), which returns non-zero if the given CXModule is a system one. by Argyrios Kyrtzidis · 12 years ago
- f6d49c3 [liblang] Introduce clang_getModuleForFile, which given a CXFile header file, returns the module that contains it, if one exists. by Argyrios Kyrtzidis · 12 years ago
- 8122838 [libclang] Add attribute support for 'pure', 'const' and 'noduplicate'. by Joey Gouly · 12 years ago
- 59c6bc5 libclang: split out the documentation comment API by Alp Toker · 12 years ago
- 87d3975 libclang: remove 'CXDiagnostic_Remark' by Alp Toker · 12 years ago
- 7deebef More spellchecking for Index.h by Nico Weber · 12 years ago
- dd9c19f compeltions are never appropriate. by Nico Weber · 12 years ago
- e570ede libclang: add clang_CXXMethod_isConst API that allows to determine if a C++ by Dmitri Gribenko · 12 years ago
- 7416024 Add 'remark' diagnostic type in 'clang' by Tobias Grosser · 12 years ago
- 6ede6ab libclang: New functions clang_Type_getNumTemplateArguments, by Dmitri Gribenko · 12 years ago
- 1b59ab5 [OPENMP] First changes for Parsing and Sema for 'omp simd' directive support by Alexey Bataev · 12 years ago
- 0b9682e [libclang] Introduce libclang APIs for creating a buffer with a JSON virtual file overlay description. by Argyrios Kyrtzidis · 12 years ago
- 09a439d [libclang] Include "BuildSystem.h" along with "Index.h" by Argyrios Kyrtzidis · 12 years ago
- ea4d1c3 libclang: report error code for bad PCH files by Dmitri Gribenko · 12 years ago
- f430da4 Add an option to allow Clang verify source files for a module only once during by Dmitri Gribenko · 12 years ago
- 314cc81 Rename getResultType() on function and method declarations to getReturnType() by Alp Toker · 12 years ago
- 601b22c Correct various uses of 'argument' that in fact refer to function parameters by Alp Toker · 12 years ago
- 9e3bc72 Remove linkage macro from the CXLanguageKind enum by Reid Kleckner · 12 years ago
- 0e282ef [libclang] Rename CXSkippedRanges to CXSourceRangeList to make it more future-proof. by Argyrios Kyrtzidis · 12 years ago
- 9ef5775 [libclang] Record ranges skipped by the preprocessor and expose them with libclang. by Argyrios Kyrtzidis · 12 years ago
- d29d97c Fixes a typo and changes references to the function clang_displayDiagnostic (which was removed in r96823) to clang_formatDiagnostics. by Sylvestre Ledru · 12 years ago
- 2501f14 Miscellaneous speling fixes. by Benjamin Kramer · 12 years ago
- adff3ae [libclang] Introduce clang_Type_getCXXRefQualifier whichexposes ref-qualifier information of function type. by Argyrios Kyrtzidis · 12 years ago
- 7a4253b [libclang] Introduce clang_Type_getClassType which returns the class type of a member pointer type. by Argyrios Kyrtzidis · 12 years ago
- 16834f1 [libclang] Provide location for attributes and expose 'packed' attribute. by Argyrios Kyrtzidis · 12 years ago
- b5a214e Add ms_abi and sysv_abi attribute handling. by Charles Davis · 12 years ago
- 96933de libclang: cleanup unused includes in public header by Dmitri Gribenko · 12 years ago
- db51c63 Add clang_Location_isFromMainFile() to libclang. by Stefanus Du Toit · 12 years ago
- 0661a71 [libclang] Expose the rest of the array types. by Argyrios Kyrtzidis · 12 years ago
- 5ec3eb1 OpenMP: basic support for #pragma omp parallel by Alexey Bataev · 12 years ago
- 7b50fc5 [libclang] Introduce clang_Cursor_isObjCOptional, which returns whether the declaration was affected by "@optional" by Argyrios Kyrtzidis · 12 years ago
- 62770be libclang: add a function to check whether a member function is pure virtual by Dmitri Gribenko · 13 years ago
- 12fdb9e [libclang] Introduce clang_Module_getASTFile function that returns the module file where a module object came from. by Argyrios Kyrtzidis · 13 years ago
- c0b9866 Revert "Remove CXCursorSet and related APIs. There are no known clients." by Ted Kremenek · 13 years ago
- 616986f Remove CXCursorSet and related APIs. There are no known clients. by Ted Kremenek · 13 years ago
- c2233be [libclang] Introduce a CXCursor_ObjCSelfExpr cursor, which is the equivalent of CXCursor_CXXThisExpr for C++ code. by Argyrios Kyrtzidis · 13 years ago
- 982934e [libclang] Fix copy-paste error in comment. by Argyrios Kyrtzidis · 13 years ago
- 23814e4 [libclang] Introduce clang_Cursor_isVariadic, which returns non-zero if the given cursor is a variadic function or method. by Argyrios Kyrtzidis · 13 years ago
- 9d9bc01 [libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Qualifiers' written next to the return and by Argyrios Kyrtzidis · 13 years ago
- 9adfd8a [libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the written attributes in a property declaration. by Argyrios Kyrtzidis · 13 years ago
- 25f7af1 [libclang] Introduce clang_Location_isInSystemHeader to check if a location resides in a system header. by Argyrios Kyrtzidis · 13 years ago
- f646408 [libclang] Improve a doxygen comment, as suggested by Jordan. by Argyrios Kyrtzidis · 13 years ago
- 1ab09cc [libclang] Have clang_getCXXAccessSpecifier() also return the access control of a C++ declaration within its parent scope. by Argyrios Kyrtzidis · 13 years ago
- e822f58 [libclang] Expose record layout info via new libclang functions: by Argyrios Kyrtzidis · 13 years ago
- b279297 [libclang] Make clang_Cursor_getArgument work with call-exprs. by Argyrios Kyrtzidis · 13 years ago
- 3c5305c [Modules] Resolve top-headers of modules lazily. by Argyrios Kyrtzidis · 13 years ago
- 51c3318 [libclang] Change clang_findReferencesInFile and clang_findIncludesInFile to return an enum, by Argyrios Kyrtzidis · 13 years ago
- 951f61f [libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to return a value. by Argyrios Kyrtzidis · 13 years ago
- 503c83a [libclang] Introduce clang_findIncludesInFile, that can be used to retrieve all #import/#include directives in a specific file. by Argyrios Kyrtzidis · 13 years ago
- 47f9f2d Revert r175912, "Add support for coldcc to clang" at John's request. by Peter Collingbourne · 13 years ago
- f32b3f2 Add support for coldcc to clang by Peter Collingbourne · 13 years ago
- 0035372 libclang: add clang_getTypeSpelling(CXType CT) by Dmitri Gribenko · 13 years ago
- ac08b26 [libclang] Introduce clang_getFileUniqueID which returns a struct by Argyrios Kyrtzidis · 13 years ago
- 49d9d029 [libclang] Add some constness in CXSourceLocation and CXSourceRange. by Argyrios Kyrtzidis · 13 years ago
- ba2f746 libclang: change CXCursor to store 'const void *' pointers for by Dmitri Gribenko · 13 years ago
- eacd667 clang-c/Index.h: Clarify empty argument with (void) for C89. by NAKAMURA Takumi · 13 years ago
- 56be716 [libclang] Introduce clang_getFileLocation. by Argyrios Kyrtzidis · 13 years ago
- f0a014b Add intel_ocl_bicc calling convention as a function attribute to clang. The calling convention is already implemented in LLVM. by Guy Benyei · 13 years ago
- 4442605 Revert r170500. It over-zealously converted *ALL* things named Attributes, which is wrong here. by Bill Wendling · 13 years ago
- 7967fc1 Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. by Bill Wendling · 13 years ago
- 8b71bc7 [libclang] Introduce a new indexing mode where we skip function bodies by Argyrios Kyrtzidis · 13 years ago
- b506ba1 libclang: Add a function to libclang for retrieving the bit width value by Dmitri Gribenko · 13 years ago
- 251ad5e Introduce CompilationDatabase::getAllCompileCommands() that returns all by Argyrios Kyrtzidis · 13 years ago
- 1c4db8d [libclang] Add some comments about the version constants for the libclang API. by Argyrios Kyrtzidis · 13 years ago
- b26a24c [libclang] Introduce clang_Cursor_getReceiverType which returns the CXType for by Argyrios Kyrtzidis · 13 years ago
- f7cc295 [libclang] Bump the version number of the libclang API. by Argyrios Kyrtzidis · 13 years ago
- 5b216ed [libclang] Introduce a version constant for the libclang API. by Argyrios Kyrtzidis · 13 years ago
- 5e2ec48 [libclang] Invoke a ppIncludedFile callback when indexing implicit module imports. by Argyrios Kyrtzidis · 13 years ago