]> granicus.if.org Git - clang/history - tools
[Static Analyzer] Use generics related information to infer dynamic types.
[clang] / tools /
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.
2015-07-01 Anton Yartsev[analyzer] Prevent ccc/c++-analyzer from hanging on...
2015-07-01 Alexey Bataev[OPENMP 4.0] Initial support for 'omp cancellation...
2015-06-25 Alexey Samsonov[clang-fuzzer] Update clang-fuzzer to API change in...
2015-06-23 Alexey Bataev[OPENMP] Initial support for 'depend' clause (4.0).
2015-06-23 Rafael EspindolaUpdate for LLVM api change.
2015-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 David BlaikieUpdate for LLVM API change to return by InputArgList...
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-21 David BlaikieArrayRef-ify ParseArgs
2015-06-20 Adrian PrantlIntroduce a PCHContainerOperations interface (NFC).
2015-06-19 Daniel Jasperclang-format: Add TypeScript detection to git-clang...
2015-06-18 Adrian PrantlFix a typo.
2015-06-18 Alexey Bataev[OPENMP] Support for '#pragma omp taskgroup' directive.
2015-06-17 Anton Yartsev[analyzer] Cleanup: $Status is always 0 here.
2015-06-17 Anton Yartsev[analyzer] Close file handle before output to file...
2015-06-16 Daniel SandersRecommit r239721: Replace string GNU Triples with llvm...
2015-06-15 Daniel SandersRevert r239721 - Replace string GNU Triples with llvm...
2015-06-15 Daniel SandersReplace string GNU Triples with llvm::Triple in InitMCO...
2015-06-13 Rafael EspindolaUpdate for llvm api change.
2015-06-12 Sylvestre Ledruscan-build: Remove useless whitespace in File path
2015-06-12 Benjamin Kramerpush_back() loop -> append() for random access iterators.
2015-06-10 Yunzhong GaoImplementing C99 partial re-initialization behavior...
2015-06-09 Aaron BallmanRemoving spurious semi colons; NFC.
2015-06-09 Sean Silvarange-for'ify Args->filtered_begin(...) loops
2015-06-04 Chandler CarruthFix terrible python goof in clang-format.py which broke...
2015-06-02 Manuel KlimekMake vim also output a helpful message in some error...
2015-05-14 Yaron KerenRevert r237339 as sanitizer-ppc64-linux1 does not like it.
2015-05-14 Yaron KerenReplace non-standard %lld printf usage with PRId64.
2015-05-12 Manuel KlimekFix clang-format build from the solution; the underlyin...
2015-05-12 Alexey Bataev[OPENMP] Fixed support for 'schedule' clause with non...
2015-05-12 Kostya Serebryanyrevert r237081 -- bad idea (-lcrypt may not be present)
2015-05-12 Kostya Serebryanyadd -lcrypto to clang and clang-format fuzzers (lib...
2015-05-10 Daniel JasperReapply r236854 and fixed r236867.
2015-05-08 Tobias GrosserRevert "Make emacs show when clang-format encountered...
2015-05-08 Renato GolinRevert "clang-format: Only output IncompleteFormat...
next