aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2019-01-10[analyzer][CrossTU][NFC] Generalize to external definitions instead of extern...Rafael Stahl
2019-01-10[libclang] Fix clang_Cursor_isAnonymousIvan Donchevskii
2019-01-09Remove dependency-related arguments in clang-check.Alexander Kornienko
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
2019-01-03Portable Python script across Python versionSerge Guelton
2019-01-03[libclang] CoroutineBody/Coreturn statements are UnexposedStmts and not ExprsAlex Lorenz
2018-12-19PR40096: Forwards-compatible with C++20 rule regarding aggregates not having ...David Blaikie
2018-12-19Portable Python script across Python versionSerge Guelton
2018-12-18Portable Python script across Python versionSerge Guelton
2018-12-18Portable Python script across Python versionSerge Guelton
2018-12-18Portable Python script across Python versionSerge Guelton
2018-12-18[AST] Unify the code paths of traversing lambda expressions.Haojian Wu
2018-12-18Portable Python script across Python versionSerge Guelton
2018-12-18Portable Python script across Python versionSerge Guelton
2018-12-18Portable Python script across Python versionSerge Guelton
2018-12-15[libclang] Add dependency on clangSerialization to unbreak -DBUILD_SHARED_LIB...Fangrui Song
2018-12-15Fix includes and dependencies for libclangRichard Trieu
2018-12-13Update the scan-build to generate SARIF.Aaron Ballman
2018-12-13[OpenCL] Add generic AS to 'this' pointerMikael Nilsson
2018-12-13Portable Python script across Python versionSerge Guelton
2018-12-13Portable Python script across Python versionSerge Guelton
2018-12-12[Driver] Add support for -fembed-bitcode for assembly fileSteven Wu
2018-12-12Revert "[OpenCL] Add generic AS to 'this' pointer"Mikael Nilsson
2018-12-12[clang-fuzzer] Add explicit dependency on clangSerialization for clangHandleC...Alex Bradbury
2018-12-12[OpenCL] Add generic AS to 'this' pointerMikael Nilsson
2018-12-12Add explicit dependency on clangSerialization for a bunch of components to fi...Fangrui Song
2018-12-10[libclang] Revert removal of tidy plugin support from libclang introduced in ...Ivan Donchevskii
2018-12-03Portable Python script across Python versionSerge Guelton
2018-12-03Portable Python script across Python versionSerge Guelton
2018-12-03Portable Python script across versionSerge Guelton
2018-12-03Portable Python script across Python versionSerge Guelton
2018-11-28[diagtool] Remove unneeded header includes.Richard Trieu
2018-11-27[libclang] Fix clang_Cursor_getNumArguments and clang_Cursor_getArgument for ...Ivan Donchevskii
2018-11-26[AArch64] Add aarch64_vector_pcs function attribute to ClangSander de Smalen
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-17Sink BuryPointer from Clang into LLVM for reuse thereDavid Blaikie
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-11-02[analyzer][CTU] Correctly signal in the function index generation tool if the...Gabor Horvath
2018-11-01Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner
2018-10-31Create ConstantExpr classBill Wendling
2018-10-30NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington
2018-10-24[clang] Introduce new completion context typesKadir Cetinkaya
2018-10-11Add support for 'dynamic_allocators' clause on 'requires' directive. Differen...Patrick Lyster
2018-10-10Lift VFS from clang to llvm (NFC)Jonas Devlieghere
2018-10-10[Driver][cc1][cc1as] Call OptTable::PrintHelp with explicit " [options] file..."Fangrui Song