aboutsummaryrefslogtreecommitdiff
path: root/tools/libclang/CIndex.cpp
AgeCommit message (Expand)Author
2019-01-08[libclang] Fix the mismatched delete operator for ExprEvalResultAlex Lorenz
2019-01-08[libclang] Recommit r336590 with a fix for the memory leak in the testAlex Lorenz
2018-12-18[AST] Unify the code paths of traversing lambda expressions.Haojian Wu
2018-12-15Fix includes and dependencies for libclangRichard Trieu
2018-12-13[OpenCL] Add generic AS to 'this' pointerMikael Nilsson
2018-12-12Revert "[OpenCL] Add generic AS to 'this' pointer"Mikael Nilsson
2018-12-12[OpenCL] Add generic AS to 'this' pointerMikael Nilsson
2018-12-10[libclang] Revert removal of tidy plugin support from libclang introduced in ...Ivan Donchevskii
2018-11-23Remove the optional dependency from libclang to clang-tidy/include-fixerBenjamin Kramer
2018-11-20[libclang] Unify getCursorDecl and getCursorParentDeclFangrui Song
2018-11-08[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev
2018-11-07Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...Andrew Savonichev
2018-11-07[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev
2018-11-02Add support for 'atomic_default_mem_order' clause on 'requires' directive. Al...Patrick Lyster
2018-10-11Add support for 'dynamic_allocators' clause on 'requires' directive. Differen...Patrick Lyster
2018-10-03[OPENMP] Add reverse_offload clause to requires directivePatrick Lyster
2018-10-01Add support for unified_shared_memory clause on requires directivePatrick Lyster
2018-09-26llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song
2018-09-26[OPENMP] Add support for OMP5 requires directive + unified_address clauseKelvin Li
2018-08-23[libclang] Fix cursors for arguments of Subscript and Call operatorsIvan Donchevskii
2018-08-09Port getLocEnd -> getEndLocStephen Kelly
2018-08-09Port getLocStart -> getBeginLocStephen Kelly
2018-08-03[libclang 8/8] Add support for the flag_enum attributeMichael Wu
2018-08-03[libclang 7/8] Add support for getting property setter and getter namesMichael Wu
2018-08-03[libclang 6/8] Add support for reading implicit attributesMichael Wu
2018-08-03[libclang 5/8] Add support for ObjC attributes without argsMichael Wu
2018-07-13PR15730/PR16986 Allow dependently typed vector_size types.Erich Keane
2018-07-10Revert -r336726, which included more files than intended.Erich Keane
2018-07-10[NFC] Switch CodeGenFunction to use value init instead of member init listsErich Keane
2018-07-10Revert r336590 "[libclang] evalute compound statement cursors before trying t...Evgeniy Stepanov
2018-07-10Revert r336591 "[libclang] NFC, simplify clang_Cursor_Evaluate"Evgeniy Stepanov
2018-07-09[libclang] NFC, simplify clang_Cursor_EvaluateAlex Lorenz
2018-07-09[libclang] evalute compound statement cursors before trying to evaluateAlex Lorenz
2018-07-03Factor out Clang's desired 8MB stack size constant from the variousRichard Smith
2018-06-20[Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point LiteralsLeonard Chan
2018-06-13[libclang] Optionally add code completion results for arrow instead of dotIvan Donchevskii
2018-05-17[libclang] Allow skipping function bodies in preamble onlyIvan Donchevskii
2018-05-17Revert https://reviews.llvm.org/D46050 and https://reviews.llvm.org/D45815Ivan Donchevskii
2018-05-17[libclang] Allow skipping function bodies in preamble onlyIvan Donchevskii
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-30PR37189 Fix incorrect end source location and spelling for a split '>>' token.Richard Smith
2018-04-27s/LLVM_ON_WIN32/_WIN32/, clangNico Weber
2018-04-26Revert rC330794 and some dependent tiny bug fixes Faisal Vali
2018-04-25[c++2a] [concepts] Add rudimentary parsing support for template concept decla...Faisal Vali
2018-04-24[libclang] Only mark CXCursors for explicit attributes with a typeErik Verbruggen
2018-04-07[libclang] Add clang_File_tryGetRealPathNameFangrui Song
2018-04-06Fix typos in clangAlexander Kornienko
2018-03-27[clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang
2018-02-21Clean up use of C allocation functionsSerge Pavlov
2018-01-16[libclang] Add PrintingPolicy for pretty printing declarationsJonathan Coe