summaryrefslogtreecommitdiff
path: root/include/clang-c
AgeCommit message (Expand)AuthorFilesLines
2016-06-24Revert r273705Carlo Bertolli1-5/+1
2016-06-24[OpenMP] Initial implementation of parse and sema for composite pragma 'distr...Carlo Bertolli1-1/+5
2016-06-15Revert accidential "[MSVC] Late parsing of in-class defined member functions ...Alexey Bataev1-5/+1
2016-06-15[MSVC] Late parsing of in-class defined member functions in templateAlexey Bataev1-1/+5
2016-06-09Make sizeof and alignof a CXCursor_UnaryExprOlivier Goffart1-1/+1
2016-06-09CIndex: add support for static_assertOlivier Goffart1-1/+5
2016-06-03Bump libclang API minor version after r271351.Manman Ren1-2/+2
2016-05-31Indexer: add CXObjCPropertyAttr_class for class properties.Manman Ren1-1/+2
2016-05-31clang-c: Add the clang_getCursorVisibility() APIEhsan Akhgari1-0/+26
2016-05-31Revert r253909 because it was committed with an incorrect messageEhsan Akhgari1-26/+0
2016-05-26[OpenMP] Parsing and sema support for target update directiveSamuel Antao1-2/+6
2016-05-24clang-c: de-anonymize structure declarationSaleem Abdulrasool1-1/+1
2016-05-09Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic1-0/+1
2016-05-03[libclang] Expose the ElaboratedTypeSergey Kalinichev1-1/+15
2016-04-27Expose cxx constructor and method properties through libclang and python bind...Jonathan Coe1-0/+25
2016-04-15Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic1-1/+0
2016-04-13Enable support for __float128 in ClangNemanja Ivanovic1-0/+1
2016-03-23Fix a typo, Tiles -> Files, NFCVedant Kumar1-1/+1
2016-03-16Add attributes for preserve_mostcc/preserve_allcc calling conventions to the ...Roman Levenstein1-0/+2
2016-03-08Bump libclang API version after r262318Kevin Funk1-1/+1
2016-03-03Semantic analysis for the swiftcall calling convention.John McCall1-0/+1
2016-03-01Optionally demote fatal errors to non-fatal errors.Manuel Klimek1-1/+12
2016-02-07[libclang] Add missing CINDEX_LINKAGE from a function.Argyrios Kyrtzidis1-2/+2
2016-02-03[OpenMP] Parsing + sema for target parallel for directive.Arpith Chacko Jacob1-1/+5
2016-01-26Remove autoconf supportChris Bieneman1-38/+0
2016-01-26[OpenMP] Parsing + sema for target parallel directive.Arpith Chacko Jacob1-1/+5
2016-01-19[OpenMP] Parsing + sema for "target exit data" directive.Samuel Antao1-1/+5
2016-01-19[OpenMP] Parsing + sema for "target enter data" directive.Samuel Antao1-1/+5
2016-01-16[libclang] Add missing CINDEX_LINKAGE from some new APIs in Index.h.Argyrios Kyrtzidis1-5/+5
2016-01-16[libclang] Introduce APIs for evaluating a cursor and checking if a macro is ...Argyrios Kyrtzidis1-1/+82
2015-12-15[libclang] Add a flag to create the precompiled preamble on the first parse.Benjamin Kramer1-1/+9
2015-12-14Add parse and sema of OpenMP distribute directive with all clauses except dis...Carlo Bertolli1-1/+5
2015-12-10libclang: expose dllexport, dllimport attributesSaleem Abdulrasool1-2/+4
2015-12-09Reformat linefeeds.NAKAMURA Takumi1-14/+1
2015-12-09Revert r255001, "Add parse and sema for OpenMP distribute directive and all i...NAKAMURA Takumi1-5/+1
2015-12-08Add parse and sema for OpenMP distribute directive and all its clauses exclud...Carlo Bertolli1-1/+5
2015-12-03[OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive.Alexey Bataev1-1/+5
2015-12-01[OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive.Alexey Bataev1-1/+5
2015-11-23clang-c/Index.h: Move \brief. [-Wdocumentation]NAKAMURA Takumi1-11/+11
2015-11-23Fix a warning about commas at the end of enumerator lists.Chad Rosier1-1/+1
2015-11-23Make clang_Cursor_getMangling not mangle if the declaration isn't mangledEhsan Akhgari1-0/+26
2015-11-18[libclang] Add entry points that take a full command line including argv[0].Benjamin Kramer1-0/+23
2015-11-15[libclang] Visit TypeAliasTemplateDeclSergey Kalinichev1-1/+2
2015-11-15[libclang] Expose AutoTypeSergey Kalinichev1-1/+2
2015-11-12libclang: add clang_Cursor_getCXXManglingsSaleem Abdulrasool1-0/+6
2015-11-12libclang: add new StringSet typeSaleem Abdulrasool1-0/+10
2015-10-27Index: expose is_mutable_fieldSaleem Abdulrasool1-0/+5
2015-09-11[tooling] In CompileCommand, Expose the 'file' that was associated with the c...Argyrios Kyrtzidis1-0/+6
2015-09-05Index: expose visibility attributeSaleem Abdulrasool1-2/+3
2015-08-25[OPENMP 4.0] Initial support for array sections.Alexey Bataev1-1/+5