]> granicus.if.org Git - clang/history - tools
Attempt to fix build bot test failures.
[clang] / tools /
2015-10-20 Chris Bieneman[CMake] Make clang/tools subdirectories controlled...
2015-10-20 Angel Garcia GomezRoll-back r250822.
2015-10-20 Angel Garcia GomezApply modernize-use-default to clang.
2015-10-19 Marek KurdejAdded new options to ClangFormat VSIX package.
2015-10-19 Nico WeberUpdate list of languages advertised in OVERVIEW: A...
2015-10-15 Daniel Jasperclang-format: Basic escaping when outputting XML.
2015-10-14 Chris Bieneman[CMake] Add LLVM_VERSION_PATCH to the -current_version...
2015-10-13 Chris Bieneman[CMake]Getting rid of references to LLVM_SUBMIT_VERSION...
2015-10-13 Douglas KatzmanAlways pass a -dwarf-version argument to integrated as.
2015-10-08 Alexey Bataev[OPENMP 4.1] Codegen for array sections/subscripts...
2015-10-08 Douglas KatzmanStop messing with the 'g' group of options in CompilerI...
2015-10-08 Craig TopperFix a -Wdeclaration-after-statement warning.
2015-10-08 Ehsan AkhgariMake clang_Cursor_getMangling not mangle if the declara...
2015-10-07 Daniel Jasperclang-format: Add include sorting capabilities to subli...
2015-10-06 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in source...
2015-10-06 Ehsan AkhgariRevert r249437
2015-10-06 Ehsan AkhgariMake clang_Cursor_getMangling don't mangle if the decla...
2015-10-06 Benjamin Kramer[VFS] Transition clang-format to use an in-memory FS.
2015-10-04 Craig TopperSourceRanges are small and trivially copyable, don...
2015-10-03 Yaron KerenReplace double negation of !FileID.isInvalid() with...
2015-10-02 Kostya Serebryany[libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer...
2015-09-30 Daniel Jasperclang-format: Add clangRewrite dependency to fix cmake...
2015-09-30 Anastasia Stulova[OpenCL 2.0] Enable program scope variables, Section...
2015-09-30 Daniel Jasperclang-format: Use Rewriter again to write the output...
2015-09-29 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in header...
2015-09-29 Daniel Jasperclang-format: Extend #include sorting functionality
2015-09-28 Alexey Bataev[OPENMP 4.1] Add 'simd' clause for 'ordered' directive.
2015-09-25 Manuel KlimekFix bug on reporting availability of deleted methods...
2015-09-25 Eric ChristopherThe Clang gcc-compatible driver (clang/tools/driver...
2015-09-25 Alexey Bataev[OPENMP 4.1] Add 'threads' clause for '#pragma omp...
2015-09-23 Daniel Jasperclang-format: Add initial #include sorting capabilities.
2015-09-21 Hans WennborgAdd msbuild-bin/cl to CLANG_LINKS_TO_CREATE
2015-09-18 Chris Bieneman[CMake] Refactoring and cleaning up clang symlink gener...
2015-09-18 Chris BienemanRevert "[CMake] Refactoring and cleaning up clang symli...
2015-09-18 Chris Bieneman[CMake] Refactoring and cleaning up clang symlink gener...
2015-09-18 Joerg SonnenbergerPass the relocation model to LLVM for assembler files.
2015-09-17 Chris Bieneman[CMake] Add install-clang target to install just the...
2015-09-16 Anton Yartsev[analyzer] Improved behavior if Clang was not found...
2015-09-15 Daniel SandersRevert r247692: Replace Triple with a new TargetTuple...
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-09-15 Alexey Bader[OpenCL] Add new types for OpenCL 2.0.
2015-09-12 Ted KremenekUse -f instead of -d flag for testing existing of clang...
2015-09-11 Argyrios Kyrtzidis[tooling] In CompileCommand, Expose the 'file' that...
2015-09-11 Anton Yartsev[analyzer] Improve behavior if Clang not found.
2015-09-09 Argyrios Kyrtzidis[libclang] Add missing clang_CompileCommand_* functions...
2015-09-08 Ted Kremenek[analyzer] Apply whitespace cleanups by Honggyu Kim.
2015-09-05 Saleem AbdulrasoolIndex: expose visibility attribute
2015-09-03 Manuel Klimek[libclang] Return deduced type for auto type, not the...
2015-09-02 Anton Yartsev[analyzer] Refactoring: bring together scan-build optio...
2015-08-27 Adrian PrantlAdd a -gmodules option to the driver and a -dwarf-ext...
2015-08-25 Alexey Bataev[OPENMP 4.0] Initial support for array sections.
2015-08-24 Argyrios Kyrtzidis[libclang] For convenience to clients, make sure that...
2015-08-21 Alexey Bataev[OPENMP 4.1] Initial support for 'simdlen' clause.
2015-08-20 Anton Yartsev[analyzer] Fix for PR24112 (scan-build doesn't work...
2015-08-18 Chandler CarruthUpdate to reflect the library set in LLVM changing.
2015-08-18 Alexey Bataev[OPENMP 4.1] Allow variables with reference types in...
2015-08-13 Yaron KerenRemove and forbid raw_svector_ostream::flush() calls.
2015-08-13 Rafael EspindolaUpdate for llvm api change.
2015-08-11 Anton Yartsev[analyzer] Incorrect env variable replaced.
2015-08-10 David Majnemer[clang-cl] Add support for CL and _CL_ environment...
2015-08-08 Ted Kremenek[Static Analyzer] Add --analyzer-target option to scan...
2015-08-07 Michael WongThis patch commits OpenMP 4 target device clauses
2015-08-05 Eric ChristopherRename DescriptionString -> DataLayoutString as it...
2015-08-05 Chandler CarruthFix a tiny bug in -no-canonical-prefixes that somehow...
2015-08-04 Chandler Carruth[UB] Avoid a really broken call to realloc that would...
2015-08-04 Argyrios KyrtzidisRemove unused header include.
2015-07-30 Pete CooperUse llvm::reverse to make a bunch of loops use foreach...
2015-07-30 Alexey Bataev[OPENMP 4.1] Initial support for extended 'ordered...
2015-07-25 Benjamin Kramer[libclang] Use lambdas instead of explicit structs...
2015-07-24 Steven WuFix the cc1as crash when it outputs assembly
2015-07-21 Michael WongCommit for http://reviews.llvm.org/D10765
2015-07-17 Adrian PrantlFix clang-fuzzer build after r242499.
2015-07-17 Adrian PrantlMake the clang module container format selectable from...
2015-07-15 Reid Kleckner[clang-cl] Use the Windows response file tokenizer
2015-07-13 Artem Belevich[cuda] Driver changes to compile and stitch together...
2015-07-13 Rafael EspindolaThis reverts commit r242058, r242065, r242067.
2015-07-13 Artem Belevich[cuda] Driver changes to compile and stitch together...
2015-07-12 NAKAMURA TakumiTweak libclang's users, c-arcmt-test, c-index-test...
2015-07-12 NAKAMURA TakumiReformat Makefile.
2015-07-11 Daniel Jasperclang-format: Extend vim integration so that a line...
2015-07-09 Yaron KerenAdd clang_free to libclang to free memory allocated...
2015-07-09 Adrian PrantlRevert r241770 and add Basic to the dependencies of...
2015-07-08 Adrian PrantlRevert "Fix a linker issue with clang-check on Linux."
2015-07-08 NAKAMURA Takumi[CMake] clang-check: Prune redundant libdeps introduced...
2015-07-08 NAKAMURA Takumi[CMake] Reorder libdeps. NFC.
2015-07-08 NAKAMURA Takumi[CMake] Fill up required libs, corresponding to r241653.
2015-07-08 Adrian PrantlRevert "Revert r241620 and follow-up commits" and move...
2015-07-07 Adrian PrantlRevert r241620 and follow-up commits while investigatin...
2015-07-07 Adrian PrantlFix a linker issue with clang-check on Linux.
2015-07-07 Adrian PrantlAdd LLVM backend dependencies to clang-check also in...
2015-07-07 Adrian PrantlWrap clang modules and pch files in an object file...
2015-07-07 Douglas Gregor[libclang] Replace ObjC generic parameters in code...
2015-07-07 Douglas GregorC++ support for Objective-C lightweight generics.
2015-07-07 Douglas GregorHandle Objective-C type arguments.
2015-07-07 Douglas GregorParsing, semantic analysis, and AST for Objective-C...
2015-07-05 NAKAMURA Takumi[CMake] clang-*.*: Prevent versioning if the buildhost...
2015-07-02 Benjamin KramerSwitch users of the 'for (StmtRange range = stmt->child...
2015-07-02 Alexey Bataev[OPENMP 4.0] Initial support for 'omp cancel' construct.
next