summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Replace a use of std::for_each() with llvm::for_each(); NFC.Aaron Ballman2017-11-031-2/+1
| * Move Extract.cpp that wasn't moved in r317343Alex Lorenz2017-11-031-0/+0
| * [refactor][extract] insert semicolons into extracted/inserted codeAlex Lorenz2017-11-039-22/+450
| * [Driver] Add Scudo as a possible -fsanitize= optionKostya Kortchinsky2017-11-038-16/+101
| * [CodeGen] add libcall attr tests to show errno-related diffs; NFCSanjay Patel2017-11-031-0/+732
| * [Tooling] Fix linking of StandaloneToolExecutorPlugin.Eric Liu2017-11-033-12/+11
| * [Tooling] Put createExecutorFromCommandLineArgs implementation in a wrapper. NFCEric Liu2017-11-032-3/+20
| * [clang-format] Sort using-declarations case sensitively with a special case f...Krasimir Georgiev2017-11-032-45/+33
| * [preamble] Also record the "skipping" state of the preprocessorErik Verbruggen2017-11-037-16/+102
| * [CUDA] Mark CUDA as a no-errno platform.Justin Lebar2017-11-031-0/+1
| * [c++17] Visit class template explicit specializations just like all other cla...Richard Smith2017-11-032-9/+19
| * [analyzer] [NFC] very minor ExprEngineC refactoringGeorge Karpenkov2017-11-031-4/+2
| * [analyzer] do not crash on libcxx03 call_once implementationGeorge Karpenkov2017-11-032-8/+72
| * Modular Codegen: Don't home always_inline functionsDavid Blaikie2017-11-024-4/+14
| * Modular Codegen: Don't home/modularize static functions in headersDavid Blaikie2017-11-022-12/+25
| * [Serialization] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2017-11-023-90/+424
| * Add default calling convention support for regcall.Erich Keane2017-11-029-7/+42
| * [CodeGen] fix const-ness of builtin equivalents of <math.h> and <complex.h> f...Sanjay Patel2017-11-023-262/+260
| * revert r317228: remove unused function from ObjCRuntime.h, NFCAlex Lorenz2017-11-021-0/+5
| * remove unused function from ObjCRuntime.h, NFCAlex Lorenz2017-11-021-5/+0
| * [OPENMP] Fix PR35152: Do not use getInvokeDest() function for EH checks.Alexey Bataev2017-11-022-7/+31
| * [refactor][selection] canonicalize selected string literal to objcAlex Lorenz2017-11-022-1/+54
| * [CodeGen] add builtin attr tests to show errno-related diffs; NFCSanjay Patel2017-11-021-0/+777
| * Fix comment typoJan Korous2017-11-021-1/+1
| * [OPENMP] Fix PR35156: Get correct thread id with windows exceptions.Alexey Bataev2017-11-0212-16/+56
| * [OpenMP] Extend "Avoid VLAs for reduction" optimization to VLAs as baseJonas Hahnfeld2017-11-022-13/+47
| * Fix clang-format CLion integration bug.Eric Liu2017-11-021-1/+1
* | Creating branches/google/testing and tags/google/testing/ from r317203David L. Jones2017-11-103026-53863/+180050
|\|
| * Fix typo in class annotationJan Korous2017-11-021-1/+1
| * [libclang] Add dummy libclang-headers targetShoaib Meenai2017-11-021-0/+5
| * [clang-rename] Use add_clang_toolShoaib Meenai2017-11-021-3/+1
| * PR33746: Store the 'inline'ness of a static data member with the update recordRichard Smith2017-11-023-0/+34
| * CodeGen: simplify EH personality selection (NFC)Saleem Abdulrasool2017-11-021-8/+9
| * Fix missing -Wregister warning when 'register' is applied to a function param...Richard Smith2017-11-014-2/+16
| * [ASTMatchers] Fix some Clang-tidy modernize and Include What You Use warnings...Eugene Zelenko2017-11-018-180/+327
| * [clang-format] Make parseUnaryOperator non-recursive, NFCIKrasimir Georgiev2017-11-011-10/+8
| * Fix warnings discovered by rL317076. [-Wunused-private-field]NAKAMURA Takumi2017-11-011-3/+1
| * Reformat.NAKAMURA Takumi2017-11-011-1/+1
| * Fix -Wunused-private-field to fire regardless of which implicit special membe...Richard Smith2017-11-014-3/+23
| * clang/lib/Format/Format.cpp: Fix warnings introduced in rL316903. [-Wpedantic]NAKAMURA Takumi2017-11-011-2/+2
| * Change assertion to quick exit from checking function.Richard Trieu2017-11-012-3/+16
| * [analyzer] Removing unused stored field.George Karpenkov2017-11-012-2/+1
| * [X86] Define i586 and pentium preprocessor defines for -march=lakemont to mat...Craig Topper2017-11-012-7/+13
| * [c++17] Refine resolution of constructor / conversion function disambiguation.Richard Smith2017-11-012-14/+21
| * [Analyzer] Use value storage for BodyFarmGeorge Karpenkov2017-11-013-12/+12
| * [refactor][extract] code extracted from inline method should be placedAlex Lorenz2017-11-012-2/+49
| * [refactor][extract] prohibit extraction of ObjC property settersAlex Lorenz2017-11-013-5/+57
| * [refactor][selection] code ranges can be selected in objc methodsAlex Lorenz2017-11-012-4/+83
| * Making a couple of tests a bit more flexible wrt thunk mangling. Fixes checki...Wolfgang Pieb2017-11-012-2/+2
| * Make helper function static. NFC.Benjamin Kramer2017-10-311-1/+1