]> granicus.if.org Git - clang/history - tools
[Static Analyzer] Make the paths relative from the project root when generating refer...
[clang] / tools /
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...
2015-05-08 Daniel Jasperclang-format: Only output IncompleteFormat if -cursor...
2015-05-08 Manuel KlimekMake emacs show when clang-format encountered a syntax...
2015-05-07 Kostya Serebryanyfix clang-fuzzer and clang-format-fuzzer
2015-05-06 Daniel Jasperclang-format: Don't allow -i when reading from stdin.
2015-05-06 Ahmed BougachaRevert "[analyzer] scan-build: support spaces in compil...
2015-05-05 Anton Yartsev[analyzer] This eliminates regression caused by r236423.
2015-05-04 Kostya Serebryany[clang-fuzzer] make clang-fuzzer slightly faster by...
2015-05-04 Anton Yartsev[analyzer] scan-build: support spaces in compiler path...
2015-05-04 Richard SmithSwitch PPCallbacks to take the new MacroDefinition...
2015-05-04 Richard SmithRename MacroDefinition -> MacroDefinitionRecord, Prepro...
2015-04-29 Richard Smith[modules] Stop trying to fake up a linear MacroDirectiv...
2015-04-24 Lang HamesRevert r235749 - Accidentally commited cruft from the...
2015-04-24 Lang Hames[CodeGen] Make AsmPrinter's OutStreamer member a unique...
2015-04-17 Daniel Jasperclang-format: Add default fallback style.
2015-04-16 Daniel Jasperclang-format: add an option for fallback style in vimrc
2015-04-16 Alexey Bataev[OPENMP] Codegen for 'copyin' clause in 'parallel'...
2015-04-16 Alexey Bataev[OPENMP] Codegen for 'lastprivate' clause in 'for'...
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in clang.
2015-04-13 Argyrios Kyrtzidis[libclang] Add functions to get information about fields.
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-10 Alexey Bataev[OPENMP] Codegen for 'reduction' clause in 'parallel...
2015-04-09 Rafael EspindolaPropagate usage of std:unique_ptr a bit. NFC.
2015-04-09 Rafael EspindolaUpdate for LLVM api changes.
2015-04-06 Aaron BallmanGating clang-fuzzer on the same conditions required...
2015-03-31 Eric ChristopherUpdate for llvm commit r233648.
2015-03-28 Anna Zaks[scan-build] Be friendly to "" in the argument list.
2015-03-28 Manuel KlimekMake the clang-fuzzer use the CompilerInstance directly.
2015-03-28 Manuel KlimekAdd initial version of a clang-fuzzer.
2015-03-23 Dmitri GribenkoRefactor: Simplify boolean expressions in libclang
2015-03-23 Alexey Bataev[OPENMP] Codegen for 'copyprivate' clause ('single...
2015-03-21 Alexander Musman[OPENMP] CodeGen of the 'linear' clause for the 'omp...
2015-03-20 Rafael EspindolaUpdate for llvm api change.
2015-03-19 Reid KlecknerFix incremental linking with ninja and CMake 3.2+,...
2015-03-16 Rafael EspindolaUpdate for llvm API change.
2015-03-13 Argyrios Kyrtzidis[libclang] During member ref expression visitation...
2015-03-11 Daniel Jasperclang-format: Recognize the .ts (TypeScript) extension...
2015-03-10 Eric ChristopherUpdate clang for llvm r231861.
2015-03-10 Benjamin KramerMake helper functions static. NFC.
2015-03-10 Yaron KerenTeach raw_ostream to accept SmallString.
2015-03-07 Richard SmithReplace Sema's map of locally-scoped extern "C" declara...
2015-03-05 Zachary TurnerClang side change following r231392.
2015-03-03 Hans WennborgMigrate clang-format-vs plugin project to VS 2013
2015-03-01 Benjamin KramerAdd missing include.
2015-02-25 Adrian PrantlRevert "Wrap clang module files in a Mach-O, ELF, or...
2015-02-25 Adrian PrantlWrap clang module files in a Mach-O, ELF, or COFF conta...
2015-02-24 Adrian PrantlRevert "Wrap clang module files in a Mach-O, ELF, or...
2015-02-24 Adrian PrantlWrap clang module files in a Mach-O, ELF, or COFF conta...
2015-02-21 Richard SmithCleanup: remove artificial division between lookup...
2015-02-21 Adrian PrantlRevert "Wrap clang module files in a Mach-O, ELF, or...
next