projects
/
clang
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
clang
2017-05-09
Akira Hatanaka
[CodeGen][ObjC] Emit @objc_retain at -O0 for variables...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-09
Dean Michael...
[XRay] Add __xray_customeevent(...) as a clang-supporte...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-09
Bruno Cardoso...
[Modules] Allow umbrella frameworks to define private...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-09
Vedant Kumar
Rename a method. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-08
Adrian Prantl
Update testcase for upstream LLVM changes.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-08
Vedant Kumar
[Driver] Don't enable -fsanitize-use-after-scope when...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-08
Richard Smith
If we are building a module, and we read a second descr...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-08
Simon Pilgrim
[X86][LWP] Add __LWP__ macro tests
commit
|
commitdiff
|
tree
|
snapshot
2017-05-08
Jonathan Roelofs
Fix grammar in comment. NFC
commit
|
commitdiff
|
tree
|
snapshot
2017-05-08
Malcolm Parsons
[AST] Fix copy&paste error in comment. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-08
Anastasia Stulova
[Sema] Fix typos handling in an overloadable call.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-08
Daniel Jasper
[clang-format] Convert AlignEscapedNewlinesLeft to...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-08
Daniel Jasper
[clang-format] Don’t propagate AvoidBinPacking into...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-08
Aaron Ballman
Correct the attribute spelling for guarded_var and...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-08
Simon Pilgrim
[X86][LWP] Add clang support for LWP instructions.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-08
Sven van Haastregt
[OpenCL] Check that global samplers are const
commit
|
commitdiff
|
tree
|
snapshot
2017-05-06
Eric Fiselier
Update LanguageExtensions doc to refer to C++14 instead...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-05
Kostya Serebryany
[sanitizer-coverage] implement -fsanitize-coverage...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-05
Tim Northover
AArch64: fix weird edge case in ABI.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-05
Richard Smith
Permit keywords in module names in #pragma clang module *.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-05
Richard Smith
Add support for building modules from preprocessed...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-05
Jonathan Roelofs
Multilib: add dump methods
commit
|
commitdiff
|
tree
|
snapshot
2017-05-05
Jakub Kuderski
Add cxxStdInitializerListExpr AST matcher
commit
|
commitdiff
|
tree
|
snapshot
2017-05-05
Richard Trieu
[ODRHash] Fix typo, NFC
commit
|
commitdiff
|
tree
|
snapshot
2017-05-05
Aaron Ballman
Do not redefine the THREAD_ANNOTATION_ATTRIBUTE__ macro...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-05
Weiming Zhao
[ARM] Limit the diagnose when an ISR calls a regular...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-05
Saleem Abdulrasool
CodeGen: avoid use of @clang.arc.use intrinsic at O0
commit
|
commitdiff
|
tree
|
snapshot
2017-05-05
Nico Weber
ANSIfy more. Still no behavior change.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-05
Nico Weber
ANSIfy. No behavior change.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-05
Nico Weber
Warn that the [] spelling of uuid(...) is deprecated.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-05
Alex Lorenz
Add a fix-it for -Wunguarded-availability
commit
|
commitdiff
|
tree
|
snapshot
2017-05-05
Alex Lorenz
[ObjC] Don't disallow vector parameters/return values...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-05
Nico Weber
Introduce Wzero-as-null-pointer-constant.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-05
Alex Lorenz
[Driver] Add a "-mmacos_version_min" option that's...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-05
Krasimir Georgiev
[Tooling] Remove redundant check, NFCi
commit
|
commitdiff
|
tree
|
snapshot
2017-05-05
Jonathan Roelofs
Document that Multilib flags must be actual flags
commit
|
commitdiff
|
tree
|
snapshot
2017-05-04
James Y Knight
Fix whitespace before token-paste of an argument.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-04
Nico Weber
Turn on -Wmicrosoft-enum-forward-reference by default.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-04
Reid Kleckner
Fix bugs checking va_start in lambdas and erroneous...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-04
Nico Weber
Turn -Wmicrosoft-enum-value off by default.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-04
Saleem Abdulrasool
Driver: only inject libstdc++ paths when needed on...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-04
Reid Kleckner
[ms-inline-asm] Use the frontend size only for ambiguou...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-04
Peter Collingbourne
Re-apply r302108, "IR: Use pointers instead of GUIDs...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-04
Alexander Kornienko
[Tooling] add a createReplacement overload for StringRef
commit
|
commitdiff
|
tree
|
snapshot
2017-05-04
Martin Probst
clang-format: [JS] exponentiation operator
commit
|
commitdiff
|
tree
|
snapshot
2017-05-04
Alex Lorenz
DiagnosticsEngine should clear DelayedDiagID before...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-04
Sylvestre Ledru
Add support of the next Ubuntu (Ubuntu 17.10 - Artful...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-04
Eric Liu
Revert "IR: Use pointers instead of GUIDs to represent...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-04
Alex Lorenz
[Index] The relation between the declarations in template
commit
|
commitdiff
|
tree
|
snapshot
2017-05-04
Sam Parker
[ARM] ACLE Chapter 9 intrinsics
commit
|
commitdiff
|
tree
|
snapshot
2017-05-04
Xiuli Pan
[OpenCL] Add intel_reqd_sub_group_size attribute support
commit
|
commitdiff
|
tree
|
snapshot
2017-05-04
Peter Collingbourne
IR: Use pointers instead of GUIDs to represent edges...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-04
Richard Smith
Add #pragma clang module begin/end pragmas and generate...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-03
Ahmed Bougacha
[Driver] Update AArch64 testcase to match llvm r302078.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-03
Tim Northover
Tests: strengthen CHECK line to avoid picking up stray...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-03
Reid Kleckner
[IR] Abstract away ArgNo+1 attribute indexing as much...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-03
Alex Lorenz
Revert r302037
commit
|
commitdiff
|
tree
|
snapshot
2017-05-03
Alex Lorenz
DiagnosticsEngine should clear DelayedDiagID before...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-03
Carlo Bertolli
[OpenMP] Extended parse for 'always' map modifier
commit
|
commitdiff
|
tree
|
snapshot
2017-05-03
Oren Ben Simhon
Reusing an existing attribute diagnostic
commit
|
commitdiff
|
tree
|
snapshot
2017-05-03
Artem Dergachev
[analyzer] Fix memory error bug category capitalization.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-03
Daniel Jasper
Undo turning ExtBehavior into a bitfield.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-03
Daniel Jasper
Fix tests after speculatable intrinsics patch
commit
|
commitdiff
|
tree
|
snapshot
2017-05-03
Daniel Jasper
Silences gcc's -Wnarrowing.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-03
Yuka Takahashi
Revert rL301998: "Fix a bug that -isysroot is completel...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-03
Yuka Takahashi
Fix a bug that -isysroot is completely ignored on Unix
commit
|
commitdiff
|
tree
|
snapshot
2017-05-03
Matt Arsenault
Fix tests after speculatable intrinsics patch
commit
|
commitdiff
|
tree
|
snapshot
2017-05-03
Kostya Serebryany
[sanitizer-coverage] add a deprecation warning to the...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-03
Richard Smith
[modules] Round-trip -Werror flag through explicit...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-02
Richard Trieu
[ODRHash] Add support for array and decayed types,...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-02
Vedant Kumar
[ubsan] Skip overflow checks on safe arithmetic (fixes...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-02
Reid Kleckner
Re-land r301697 "[IR] Make add/remove Attributes use...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-02
Faisal Vali
[NFC] Add original test that triggered crash post r301735
commit
|
commitdiff
|
tree
|
snapshot
2017-05-02
Faisal Vali
Fix PR32831 (Try Again): 'this' capture while instantia...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-02
George Burgess IV
[Sema] Update function doc; NFC
commit
|
commitdiff
|
tree
|
snapshot
2017-05-02
Reid Kleckner
Simplify some va_start checking logic
commit
|
commitdiff
|
tree
|
snapshot
2017-05-02
Daniel Jasper
Revert r301822 (and dependent r301825), which tried...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-02
Vedant Kumar
Revert "[docs] UBSan: Mention that print_stacktrace...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-02
Sanjay Patel
[CodeGen] remove/fix checks that will fail when r301923...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-02
Daniel Jasper
Revert r301735 (and subsequent r301786).
commit
|
commitdiff
|
tree
|
snapshot
2017-05-02
Daniel Marjamaki
[analyzer] Detect bad free of function pointers
commit
|
commitdiff
|
tree
|
snapshot
2017-05-02
Emilio Cobos...
Remove leftover test expectation from rL301902.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-02
Emilio Cobos...
[libclang] Revert rL301328 and add tests for the regres...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-02
NAKAMURA Takumi
clang/test/Modules/diag-flags.cpp: Appease targeting...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-02
Nick Lewycky
Revert r301785 (and r301787) because they caused PR32864.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-02
Kostya Serebryany
[sanitizer-coverage] update the SanitizerCoverage docs...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Richard Smith
New file missed from r301846.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Richard Smith
Fix initial diagnostic state setup for an explicit...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Richard Smith
Put back REQUIRES: system-darwin to fix asan bot.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Peter Collingbourne
Object: Remove ModuleSummaryIndexObjectFile class.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Benjamin Kramer
Silence unused variable warning. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Kostya Serebryany
[sanitizer-coverage] add a deprecation note to coverage...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Richard Smith
Improve handling of arrays of unknown bound in constant...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Sanjoy Das
Adapt to LLVM's rename of WeakVH to WeakTrackingVH...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Adrian Prantl
Relax testcase to fix a PS4 buildbot failure.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Aaron Ballman
The -coverage-file flag was removed in r280306, and...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Sanjoy Das
Remove unneeded struct; NFC
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Nick Lewycky
Fix test that was incorrected merged between patches.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
David Blaikie
Fix line endings (dos -> unix) and clang-format while...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-01
Nick Lewycky
Handle expressions with non-literal types like ignored...
commit
|
commitdiff
|
tree
|
snapshot
next