2017-10-30 |
Krasimir Georgiev | [clang-format] Handle CRLF correctly when formatting... |
commit | commitdiff | tree | snapshot |
2017-10-30 |
Yaxun Liu | CodeGen: Fix insertion position of addrspace cast for... |
commit | commitdiff | tree | snapshot |
2017-10-30 |
Krasimir Georgiev | Keep MSVC2015 happy after r316903 |
commit | commitdiff | tree | snapshot |
2017-10-30 |
Krasimir Georgiev | [clang-format] Format raw string literals |
commit | commitdiff | tree | snapshot |
2017-10-30 |
Gabor Horvath | [analyzer] Use the signature of the primary template... |
commit | commitdiff | tree | snapshot |
2017-10-30 |
Gabor Horvath | [analyzer] Make issue hash related tests more concise |
commit | commitdiff | tree | snapshot |
2017-10-30 |
Ivan A. Kosarev | [CodeGen] Generate TBAA info for reference loads |
commit | commitdiff | tree | snapshot |
2017-10-30 |
Haojian Wu | [refactor] Fix a clang-tidy warning. |
commit | commitdiff | tree | snapshot |
2017-10-30 |
Gabor Horvath | [analyzer] lock_guard and unique_lock extension for... |
commit | commitdiff | tree | snapshot |
2017-10-30 |
Gabor Horvath | Add missing expected-no-diagnostics comment to test. |
commit | commitdiff | tree | snapshot |
2017-10-30 |
Gabor Horvath | [analyzer] Handle ObjC messages conservatively in CallD... |
commit | commitdiff | tree | snapshot |
2017-10-29 |
Saleem Abdulrasool | Driver: default to `unsigned int` `wchar_t` for ARM |
commit | commitdiff | tree | snapshot |
2017-10-28 |
Peter Szecsi | [analyzer] MisusedMovedObjectChecker: More precise... |
commit | commitdiff | tree | snapshot |
2017-10-28 |
Peter Szecsi | [analyzer] MisusedMovedObjectChecker: Fix false positiv... |
commit | commitdiff | tree | snapshot |
2017-10-28 |
Richard Smith | PR35039: Materialize temporary objects before wrapping... |
commit | commitdiff | tree | snapshot |
2017-10-28 |
Peter Szecsi | [analyzer] LoopUnrolling: check the bitwidth of the... |
commit | commitdiff | tree | snapshot |
2017-10-28 |
Saleem Abdulrasool | Basic: improve coverage for Darwin targets and fix ABI |
commit | commitdiff | tree | snapshot |
2017-10-28 |
Richard Smith | Never try to instantiate a deduction guide's "definitio... |
commit | commitdiff | tree | snapshot |
2017-10-27 |
Saleem Abdulrasool | ARM: centralise SizeType, PtrDiffType, and IntPtrType |
commit | commitdiff | tree | snapshot |
2017-10-27 |
George Karpenkov | [Analyzer] [Tests] Fixing typo from the previous commit. |
commit | commitdiff | tree | snapshot |
2017-10-27 |
Reid Kleckner | [MS] Allow access to ambiguous, inaccessible direct... |
commit | commitdiff | tree | snapshot |
2017-10-27 |
George Karpenkov | [Analyzer] [Tests] Dump the output of scan-build to... |
commit | commitdiff | tree | snapshot |
2017-10-27 |
David Blaikie | StaticAnalyzer: Modularize/fix ODR violations making... |
commit | commitdiff | tree | snapshot |
2017-10-27 |
David Blaikie | Sanitizers.h: Modularize/Fix ODR violations by making... |
commit | commitdiff | tree | snapshot |
2017-10-27 |
David Blaikie | CharInfo.h: Modularize/fix ODR violations by making... |
commit | commitdiff | tree | snapshot |
2017-10-27 |
David Blaikie | ASTContext.h: Modularize/fix ODR violations by removing... |
commit | commitdiff | tree | snapshot |
2017-10-27 |
Erich Keane | Replace a few usages of llvm::join with range-version... |
commit | commitdiff | tree | snapshot |
2017-10-27 |
Erich Keane | Filter out invalid 'target' items from being passed... |
commit | commitdiff | tree | snapshot |
2017-10-27 |
Erich Keane | Remove x86,x86_32/64 from isValidFeatureName |
commit | commitdiff | tree | snapshot |
2017-10-27 |
Alex Lorenz | [refactor] Describe refactorings in the operation classes |
commit | commitdiff | tree | snapshot |
2017-10-27 |
Alex Lorenz | [Sema] Fix an assert-on-invalid by avoiding function... |
commit | commitdiff | tree | snapshot |
2017-10-27 |
Sam Clegg | [WebAssembly] Add crt1.o with calling lld |
commit | commitdiff | tree | snapshot |
2017-10-27 |
Don Hinton | New lldb python module for managing diagnostic breakpoints |
commit | commitdiff | tree | snapshot |
2017-10-27 |
Gabor Horvath | [CrossTU] Fix handling of Cross Translation Unit direct... |
commit | commitdiff | tree | snapshot |
2017-10-27 |
Ivan Donchevskii | Test commit |
commit | commitdiff | tree | snapshot |
2017-10-27 |
Sam Clegg | Fix test/Driver/wasm-toolchain.c on windows |
commit | commitdiff | tree | snapshot |
2017-10-27 |
Volodymyr Sapsai | [CodeGen] Add support for IncompleteArrayType in Obj... |
commit | commitdiff | tree | snapshot |
2017-10-27 |
Sam Clegg | [WebAssembly] Include libclang_rt.builtins in the stand... |
commit | commitdiff | tree | snapshot |
2017-10-27 |
Craig Topper | [X86] Add 'sse4' to X86TargetInfo::isValidFeatureName |
commit | commitdiff | tree | snapshot |
2017-10-26 |
Nico Weber | Use -fuse-init-array if no gcc installation is found. |
commit | commitdiff | tree | snapshot |
2017-10-26 |
Craig Topper | [X86] Make -march=i686 an alias of -march=pentiumpro |
commit | commitdiff | tree | snapshot |
2017-10-26 |
Craig Topper | [X86][Driver] Move all of the X86 feature flags to... |
commit | commitdiff | tree | snapshot |
2017-10-26 |
Vedant Kumar | [CGBlocks] Improve line info in backtraces containing... |
commit | commitdiff | tree | snapshot |
2017-10-26 |
Richard Smith | [www] Regenerate diagnostics reference. |
commit | commitdiff | tree | snapshot |
2017-10-26 |
Adrian Prantl | Fix C++ testcase I forgot to add to r316689. |
commit | commitdiff | tree | snapshot |
2017-10-26 |
Adrian Prantl | Simplify codegen and debug info generation for block... |
commit | commitdiff | tree | snapshot |
2017-10-26 |
George Karpenkov | [Analyzer] [Tests] Write analyzers crashes to stdout... |
commit | commitdiff | tree | snapshot |
2017-10-26 |
Adrian Prantl | Revert "Simplify codegen and debug info generation... |
commit | commitdiff | tree | snapshot |
2017-10-26 |
Adrian Prantl | Simplify codegen and debug info generation for block... |
commit | commitdiff | tree | snapshot |
2017-10-26 |
Craig Topper | [X86] Add a target attribute test for no-sse4. |
commit | commitdiff | tree | snapshot |
2017-10-26 |
Reid Kleckner | Move MS inline asm parser methods out of line to reduce... |
commit | commitdiff | tree | snapshot |
2017-10-26 |
Dave Lee | Add objcCategoryImplDecl matcher |
commit | commitdiff | tree | snapshot |
2017-10-26 |
Roman Lebedev | [Sema] -Wzero-as-null-pointer-constant: don't warn... |
commit | commitdiff | tree | snapshot |
2017-10-26 |
Eric Liu | Try to fix warnings and windows test failures caused... |
commit | commitdiff | tree | snapshot |
2017-10-26 |
Aaron Ballman | Add a new attribute definition spelling, Clang<"attr... |
commit | commitdiff | tree | snapshot |
2017-10-26 |
Eric Liu | [Tooling] A new framework for executing clang frontend... |
commit | commitdiff | tree | snapshot |
2017-10-26 |
Benjamin Kramer | Fix overloaded static functions in SemaCodeComplete |
commit | commitdiff | tree | snapshot |
2017-10-26 |
Alex Shlyapnikov | [LSan] Enable -fsanitize=leak for PPC64 Linux. |
commit | commitdiff | tree | snapshot |
2017-10-26 |
George Karpenkov | [Analyzer] [Tests] Consistently use exit codes. Use... |
commit | commitdiff | tree | snapshot |
2017-10-26 |
Alex Lorenz | Allow StmtPrinter to supress implicit 'this' and 'self... |
commit | commitdiff | tree | snapshot |
2017-10-25 |
Alex Lorenz | Handle PragmaDebug in PPChainedCallbacks |
commit | commitdiff | tree | snapshot |
2017-10-25 |
George Karpenkov | [Analyzer] [Tests] Do not discard output from CmpRuns... |
commit | commitdiff | tree | snapshot |
2017-10-25 |
George Karpenkov | [Analyzer] Give more descriptive name to BdyFrm field. |
commit | commitdiff | tree | snapshot |
2017-10-25 |
Justin Lebar | [CUDA] Print an error if you try to compile with <... |
commit | commitdiff | tree | snapshot |
2017-10-25 |
Evgeniy Stepanov | Enable -pie and --enable-new-dtags by default on Android. |
commit | commitdiff | tree | snapshot |
2017-10-25 |
Erich Keane | Ignore implicity casts for zero-as-null-pointer-constan... |
commit | commitdiff | tree | snapshot |
2017-10-25 |
Saleem Abdulrasool | CodeGen: fix PPC Darwin variadics |
commit | commitdiff | tree | snapshot |
2017-10-25 |
Craig Topper | [X86] Add avx512vpopcntdq to Knights Mill |
commit | commitdiff | tree | snapshot |
2017-10-25 |
Alexey Bataev | [OPENMP] Improve debug info for taskgroup implicitly... |
commit | commitdiff | tree | snapshot |
2017-10-25 |
Alexey Bataev | [OPENMP] Constify function parameters, NFC. |
commit | commitdiff | tree | snapshot |
2017-10-25 |
Sylvestre Ledru | Add support of the next Debian (Debian buster - version 10) |
commit | commitdiff | tree | snapshot |
2017-10-25 |
Sylvestre Ledru | Also update IsUbuntu() with Ubuntu Bionic |
commit | commitdiff | tree | snapshot |
2017-10-25 |
Sylvestre Ledru | Add support of the next Ubuntu (Ubuntu 18.04 - Bionic... |
commit | commitdiff | tree | snapshot |
2017-10-25 |
Haojian Wu | [rename] support renaming class member. |
commit | commitdiff | tree | snapshot |
2017-10-25 |
Haojian Wu | [clang-rename] Fix and enable the failing TemplatedClas... |
commit | commitdiff | tree | snapshot |
2017-10-25 |
Saleem Abdulrasool | CodeGen: fix a case of incorrect checks for ivars |
commit | commitdiff | tree | snapshot |
2017-10-25 |
Petr Hosek | [CMake] Build host builtins in Fuchsia toolchain even... |
commit | commitdiff | tree | snapshot |
2017-10-25 |
Petr Hosek | [CMake] Include clang-refactor in Fuchsia toolchain |
commit | commitdiff | tree | snapshot |
2017-10-25 |
Petr Hosek | [clang-refactor] Use add_clang_tool CMake template |
commit | commitdiff | tree | snapshot |
2017-10-25 |
George Karpenkov | [Analyzer] Remove spaces inside comments mentioning... |
commit | commitdiff | tree | snapshot |
2017-10-25 |
George Karpenkov | [Analyzer] Remove unnecessary semicolon in analyzer... |
commit | commitdiff | tree | snapshot |
2017-10-24 |
George Karpenkov | [Analyzer] Store BodyFarm in std::unique_ptr |
commit | commitdiff | tree | snapshot |
2017-10-24 |
George Karpenkov | [Analyzer] [Tests] Minor refactor of testing infrastruc... |
commit | commitdiff | tree | snapshot |
2017-10-24 |
George Karpenkov | [Analyzer] [Tests] Remove temporary fields from generat... |
commit | commitdiff | tree | snapshot |
2017-10-24 |
Akira Hatanaka | [Sema][ObjC] Look for either objc_bridge or objc_bridge... |
commit | commitdiff | tree | snapshot |
2017-10-24 |
Erich Keane | Correct behavior of fastcall when default CC is set. |
commit | commitdiff | tree | snapshot |
2017-10-24 |
George Karpenkov | [Analyzer] Fix bug in testing scripts, which always... |
commit | commitdiff | tree | snapshot |
2017-10-24 |
Erich Keane | Replaced unicode characters with ASCII, as introduced... |
commit | commitdiff | tree | snapshot |
2017-10-24 |
Erich Keane | mplement __has_unique_object_representations |
commit | commitdiff | tree | snapshot |
2017-10-24 |
Roman Lebedev | [Sema] Document+test the -Wsign-compare change for... |
commit | commitdiff | tree | snapshot |
2017-10-24 |
Alexey Bataev | [OPENMP] Fix PR35013: Fix passing VLAs captures to... |
commit | commitdiff | tree | snapshot |
2017-10-24 |
Yaxun Liu | CodeGen: Fix missing debug loc due to alloca |
commit | commitdiff | tree | snapshot |
2017-10-24 |
Alex Lorenz | Add missing clangRewrite lib dependency for clangToolin... |
commit | commitdiff | tree | snapshot |
2017-10-24 |
Alex Lorenz | [refactor] Initial outline of implementation of "extrac... |
commit | commitdiff | tree | snapshot |
2017-10-24 |
Alex Lorenz | [code completion] Complete ObjC methods in @implementat... |
commit | commitdiff | tree | snapshot |
2017-10-24 |
Erich Keane | Remove repeated function name in doxygen comment. |
commit | commitdiff | tree | snapshot |
2017-10-24 |
Erich Keane | Fix spelling in comment, field is isMsStruct, not Strust |
commit | commitdiff | tree | snapshot |
2017-10-24 |
Vassil Vassilev | [modules] Add a regression test for merging anon decls... |
commit | commitdiff | tree | snapshot |
2017-10-24 |
Erich Keane | Add Forgotten test for: Fix template parameter default... |
commit | commitdiff | tree | snapshot |
2017-10-24 |
Erik Verbruggen | Do not add a colon chunk to the code completion of... |
commit | commitdiff | tree | snapshot |
next |