Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-17Merging r242499:Hans Wennborg
2015-07-14clang-format: Fix formatting of multiple lambdas in initializers.Daniel Jasper
2015-07-14[cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich
2015-07-14This reverts commit r242058, r242065, r242067.Rafael Espindola
2015-07-13[cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich
2015-07-13Fix clang/unittests/ASTMatchers/Dynamic/Makefile. clangDynamicASTMatchers sho...NAKAMURA Takumi
2015-07-12Tweak libclang's users, c-arcmt-test, c-index-test and libclangTests to satis...NAKAMURA Takumi
2015-07-12Reformat Makefile.NAKAMURA Takumi
2015-07-12clang-format: Add Mozilla brace breaking styleBirunthan Mohanathas
2015-07-10Add a missing dependency to unittests/Frontend.Adrian Prantl
2015-07-10clang-format: [JS] Assign proper penalties when breaking a type annotationDaniel Jasper
2015-07-09Add clang_free to libclang to free memory allocated in libclang.Yaron Keren
2015-07-07clang-format: Break after "for (" less eagerly.Daniel Jasper
2015-07-07clang-format: Don't wrap before the ] of a lambda introducer.Daniel Jasper
2015-07-06clang-format: [JS] Properly reset parse state after parsing interface.Daniel Jasper
2015-07-06clang-format: [JS] Prevent confusing TypeScript parameters wraps.Daniel Jasper
2015-07-06clang-format: Fix __attribute__ being treated as decl name.Daniel Jasper
2015-07-06Replace some const std::string & with llvm::StringRef or std::stringYaron Keren
2015-07-05Document problems when trying libclang tests on Windows 7.Yaron Keren
2015-07-03clang-format: Add MacroBlock{Begin,End} optionsBirunthan Mohanathas
2015-07-03clang-format: [JS] Allow line breaks after TypeScript type colons.Daniel Jasper
2015-07-03clang-format: [Java/JS] Properly support instanceof and its precedence.Daniel Jasper
2015-07-02clang-format: [JS] Treat regex literals like string literals.Daniel Jasper
2015-07-02clang-format: [JS] Skip comments when applying the regex-literal heuristicDaniel Jasper
2015-07-02When testing for anyOf(), the test should not be for an exact type match for ...Aaron Ballman
2015-07-02clang-format: [JS] Fix bug in regex literal parsing.Daniel Jasper
2015-07-02clang-format: [JS] Support regex literals at the start of a file.Daniel Jasper
2015-07-02clang-format: [JS] Fix character counting in template strings.Daniel Jasper
2015-07-02Implement an AST matcher for C++ exception catch handlers that can catch any ...Aaron Ballman
2015-07-02clang-format: Support member function reference qualifiers withDaniel Jasper
2015-06-30clang-format: Properly parse parenthesis in braced lists.Daniel Jasper
2015-06-30Add two missing arguments.Adrian Prantl
2015-06-29clang-format: Add option to break after definition return type for top-level ...Birunthan Mohanathas
2015-06-29clang-format: Don't indent relative to unary operators (some more).Daniel Jasper
2015-06-28clang-format: Support @autoreleasepool.Nico Weber
2015-06-25clang-format: [Proto] Don't treat "operator" as keyword.Daniel Jasper
2015-06-24clang-format: [JS] Support regex literals containing quotes (' and ").Daniel Jasper
2015-06-23Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-06-20Introduce a PCHContainerOperations interface (NFC).Adrian Prantl
2015-06-19clang-format: Make exception to AlwaysBreakBeforeMultilineStrings moreDaniel Jasper
2015-06-19clang-format: Better fix to detect elaborated enum return types.Daniel Jasper
2015-06-18clang-format: Row back on the AlwaysBreakBeforeMultilineStrings change.Daniel Jasper
2015-06-18clang-format: Better support functions with elaborated enum return types.Daniel Jasper
2015-06-18clang-format: [JS] Add a special case for indenting function literals.Daniel Jasper
2015-06-18clang-format: Make AlwaysBreakBeforeMultilineStrings more conservative.Daniel Jasper
2015-06-17clang-format: clang-format (NFC)Daniel Jasper
2015-06-17clang-format: Don't generate unnecessary replacements for \r\n line endings.Daniel Jasper
2015-06-17clang-format: [JS] Don't put top-level typescript enums on a single line.Daniel Jasper
2015-06-17clang-format: [JS] Fix typescript enum formatting.Daniel Jasper