summaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* Merging r310983:Hans Wennborg2017-08-211-20/+29
* clang-format: [JS] Correctly format JavaScript imports with long module pathsMartin Probst2017-07-182-0/+28
* [NFC] Refactor the Preprocessor function that handles Macro definitions and r...Faisal Vali2017-07-171-3/+3
* Fix dereference of pointers in throw statements.Manuel Klimek2017-07-171-0/+1
* Revert changes from my previous refactoring - will need to fix dependencies i...Faisal Vali2017-07-171-3/+3
* [NFC] Refactor the Preprocessor function that handles Macro definitions and r...Faisal Vali2017-07-171-3/+3
* Try to fix modules buildMatthias Braun2017-07-151-0/+1
* [Clang-Tidy] Preserve Message, FileOffset, FilePath in Clang-Tidy YAML outputAlexander Kornienko2017-07-142-0/+167
* Keep the IdentifierInfo in the Token for alternative operator keywordOlivier Goffart2017-07-141-0/+10
* Use EXPECT_TRUE rather than EXPECT_EQ(true, ...) to clean up the code and sil...Eric Christopher2017-07-141-2/+2
* [clang-format] Keep level of comment before an empty lineKrasimir Georgiev2017-07-122-1/+88
* [ASTMatchers][NFC] integerLiteral(): Mention negative integers inClement Courbet2017-07-111-0/+6
* RecursiveASTVisitor should visit the nested name qualifiers inAlex Lorenz2017-07-111-0/+58
* clang-format: [JS] do not wrap after "readonly".Martin Probst2017-07-071-0/+8
* [clang-format] Add space between a message field key and the opening bracket ...Krasimir Georgiev2017-07-062-47/+46
* clang-format: [JS] space between pseudo keywords and template literals.Martin Probst2017-07-041-0/+1
* Revert "clang-format: [JS] space between pseudo keywords and template literals."Martin Probst2017-07-031-1/+0
* [clang-format] Support text proto messagesKrasimir Georgiev2017-07-032-0/+252
* clang-format: [JS] space between pseudo keywords and template literals.Martin Probst2017-07-031-0/+1
* Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTORRichard Smith2017-06-301-4/+8
* clang-format: add options to merge empty record bodyFrancois Ferrand2017-06-301-3/+177
* clang-format: Do not binpack initialization listsFrancois Ferrand2017-06-302-5/+24
* Use add_clang_unittest in the CMakeLists.txt for the moved unittestAlex Lorenz2017-06-301-1/+1
* [refactor] Move clang-rename into the clang repositoryAlex Lorenz2017-06-304-0/+819
* [Driver] Actually report errors during parsing instead of stopping when there...Benjamin Kramer2017-06-301-0/+11
* [clang-format] Switch to case-insensitive header matching and use it toChandler Carruth2017-06-291-0/+23
* [clang-format] Fix parsing of msg{field}-style proto optionsKrasimir Georgiev2017-06-291-0/+13
* [Tooling] FixedCompilationDatabase should be able to strip positionalAlex Lorenz2017-06-291-0/+21
* [clang-format] Support <>-style proto message fieldsKrasimir Georgiev2017-06-271-0/+136
* [clang-format] Add a test for associative map proto buffer fieldsKrasimir Georgiev2017-06-271-0/+23
* Make CastExpr::getSubExprAsWritten look through implicit temporary under CK_C...Stephan Bergmann2017-06-272-0/+39
* Make sure TraverseInitListExpr visits InitListExpr exactly twiceStephan Bergmann2017-06-271-0/+86
* Switch TestVisitor to Lang_C via -x cStephan Bergmann2017-06-271-1/+4
* [clang-format] Add a SortUsingDeclaration option and enable it by defaultKrasimir Georgiev2017-06-231-0/+8
* clang-format: introduce InlineOnly short function styleFrancois Ferrand2017-06-211-0/+46
* [clang-format] Support sorting using declarationsKrasimir Georgiev2017-06-212-0/+235
* clang-format: Fix C99 designated initializers corner casesFrancois Ferrand2017-06-191-0/+17
* clang-format: Improve understanding of combined typedef+record declarationsDaniel Jasper2017-06-191-0/+8
* clang-format: Handle "if constexpr".Daniel Jasper2017-06-191-0/+68
* Added braces to work around gcc warning in googletest: suggest explicit brace...Galina Kistanova2017-06-154-8/+16
* LexerTest memory leak fix-Erich Keane2017-06-151-1/+3
* Fix LexerTest signed/unsigned comparison.Erich Keane2017-06-151-1/+1
* [Preprocessor]Correct Macro-Arg allocation of StringifiedArguments, Erich Keane2017-06-141-9/+62
* clang-format: Add CompactNamespaces optionFrancois Ferrand2017-06-142-0/+192
* clang-format: add option to merge empty function bodyFrancois Ferrand2017-06-131-0/+125
* Add #pragma clang module build/endbuild pragmas for performing a module buildRichard Smith2017-06-094-80/+7
* Remove 'Filename' parameter from BeginSourceFileAction.Richard Smith2017-06-093-6/+4
* [ASTMatchers] temporary disable tests with floating suffixPeter Wu2017-06-081-0/+3
* [ASTMatchers] Add clang-query support for equals matcherPeter Wu2017-06-081-0/+40
* [ASTMatchers] Add support for floatLiteralsPeter Wu2017-06-082-2/+30