]> granicus.if.org Git - clang/history - tools
[clang-tidy] Make NumOccurrenceFlag for SourcePaths configurable.
[clang] / tools /
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...
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.
next