projects
/
clang
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
clang
2017-11-03
Alex Lorenz
[refactor][extract] insert semicolons into extracted...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-03
Kostya Kortchinsky
[Driver] Add Scudo as a possible -fsanitize= option
commit
|
commitdiff
|
tree
|
snapshot
2017-11-03
Sanjay Patel
[CodeGen] add libcall attr tests to show errno-related...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-03
Eric Liu
[Tooling] Fix linking of StandaloneToolExecutorPlugin.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-03
Eric Liu
[Tooling] Put createExecutorFromCommandLineArgs impleme...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-03
Krasimir Georgiev
[clang-format] Sort using-declarations case sensitively...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-03
Erik Verbruggen
[preamble] Also record the "skipping" state of the...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-03
Justin Lebar
[CUDA] Mark CUDA as a no-errno platform.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-03
Richard Smith
[c++17] Visit class template explicit specializations...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-03
George Karpenkov
[analyzer] [NFC] very minor ExprEngineC refactoring
commit
|
commitdiff
|
tree
|
snapshot
2017-11-03
George Karpenkov
[analyzer] do not crash on libcxx03 call_once implement...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-02
David Blaikie
Modular Codegen: Don't home always_inline functions
commit
|
commitdiff
|
tree
|
snapshot
2017-11-02
David Blaikie
Modular Codegen: Don't home/modularize static functions...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-02
Eugene Zelenko
[Serialization] Fix some Clang-tidy modernize and Inclu...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-02
Erich Keane
Add default calling convention support for regcall.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-02
Sanjay Patel
[CodeGen] fix const-ness of builtin equivalents of...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-02
Alex Lorenz
revert r317228: remove unused function from ObjCRuntime...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-02
Alex Lorenz
remove unused function from ObjCRuntime.h, NFC
commit
|
commitdiff
|
tree
|
snapshot
2017-11-02
Alexey Bataev
[OPENMP] Fix PR35152: Do not use getInvokeDest() functi...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-02
Alex Lorenz
[refactor][selection] canonicalize selected string...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-02
Sanjay Patel
[CodeGen] add builtin attr tests to show errno-related...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-02
Jan Korous
Fix comment typo
commit
|
commitdiff
|
tree
|
snapshot
2017-11-02
Alexey Bataev
[OPENMP] Fix PR35156: Get correct thread id with window...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-02
Jonas Hahnfeld
[OpenMP] Extend "Avoid VLAs for reduction" optimization...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-02
Eric Liu
Fix clang-format CLion integration bug.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-02
Jan Korous
Fix typo in class annotation
commit
|
commitdiff
|
tree
|
snapshot
2017-11-02
Shoaib Meenai
[libclang] Add dummy libclang-headers target
commit
|
commitdiff
|
tree
|
snapshot
2017-11-02
Shoaib Meenai
[clang-rename] Use add_clang_tool
commit
|
commitdiff
|
tree
|
snapshot
2017-11-02
Richard Smith
PR33746: Store the 'inline'ness of a static data member...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-02
Saleem Abdulrasool
CodeGen: simplify EH personality selection (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2017-11-01
Richard Smith
Fix missing -Wregister warning when 'register' is appli...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-01
Eugene Zelenko
[ASTMatchers] Fix some Clang-tidy modernize and Include...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-01
Krasimir Georgiev
[clang-format] Make parseUnaryOperator non-recursive...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-01
NAKAMURA Takumi
Fix warnings discovered by rL317076. [-Wunused-private...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-01
NAKAMURA Takumi
Reformat.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-01
Richard Smith
Fix -Wunused-private-field to fire regardless of which...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-01
NAKAMURA Takumi
clang/lib/Format/Format.cpp: Fix warnings introduced...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-01
Richard Trieu
Change assertion to quick exit from checking function.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-01
George Karpenkov
[analyzer] Removing unused stored field.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-01
Craig Topper
[X86] Define i586 and pentium preprocessor defines...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-01
Richard Smith
[c++17] Refine resolution of constructor / conversion...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-01
George Karpenkov
[Analyzer] Use value storage for BodyFarm
commit
|
commitdiff
|
tree
|
snapshot
2017-11-01
Alex Lorenz
[refactor][extract] code extracted from inline method...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-01
Alex Lorenz
[refactor][extract] prohibit extraction of ObjC propert...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-01
Alex Lorenz
[refactor][selection] code ranges can be selected in...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-01
Wolfgang Pieb
Making a couple of tests a bit more flexible wrt thunk...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Benjamin Kramer
Make helper function static. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Wolfgang Pieb
Fix for PR33930. Short-circuit metadata mapping when...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Vlad Tsyrklevich
[CFI] Add CFI-icall pointer type generalization
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Vitaly Buka
[clang-fuzzer] Fix incremental builds of the fuzzer
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Richard Smith
Fix usage of right shift operator in fold expressions
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Sanjay Patel
[CodeGen] map sqrt libcalls to llvm.sqrt when errno...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Ivan A. Kosarev
[CodeGen] Propagate may-alias'ness of lvalues with...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-31
Alex Lorenz
[refactor] select the entire DeclStmt if one ifs decls...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-30
Alex Lorenz
Typo correct the condition of 'do-while' before exiting...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-30
Richard Smith
[modules] Retain multiple using-directives in the same...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-30
George Karpenkov
[analyzer] Use the same filename for the header and...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-30
George Karpenkov
[analyzer] [tests] Remove empty folders in reference...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-30
Richard Smith
Undo accidental language mode change in this test.
commit
|
commitdiff
|
tree
|
snapshot
2017-10-30
Richard Smith
Add a test to make sure that -Wdeprecated doesn't warn...
commit
|
commitdiff
|
tree
|
snapshot
2017-10-30
Gabor Horvath
[analyzer] Left shifting a negative value is undefined
commit
|
commitdiff
|
tree
|
snapshot
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
next