index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Sema
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid printing some redundant name qualifiers in completion
Ilya Biryukov
2017-11-08
1
-2
/
+5
*
[X86] Add masked vcvtps2ph builtins to CheckX86BuiltinFunctionCall.
Craig Topper
2017-11-08
1
-0
/
+3
*
[ObjC++] Don't warn about pessimizing move for __block variables
Alex Lorenz
2017-11-07
1
-0
/
+4
*
Replace a use of std::for_each() with llvm::for_each(); NFC.
Aaron Ballman
2017-11-03
1
-2
/
+1
*
Add default calling convention support for regcall.
Erich Keane
2017-11-02
1
-0
/
+7
*
[OpenMP] Extend "Avoid VLAs for reduction" optimization to VLAs as base
Jonas Hahnfeld
2017-11-02
1
-1
/
+1
*
Fix missing -Wregister warning when 'register' is applied to a function param...
Richard Smith
2017-11-01
1
-0
/
+8
*
Fix -Wunused-private-field to fire regardless of which implicit special membe...
Richard Smith
2017-11-01
2
-2
/
+5
*
Change assertion to quick exit from checking function.
Richard Trieu
2017-11-01
1
-3
/
+2
*
[c++17] Refine resolution of constructor / conversion function disambiguation.
Richard Smith
2017-11-01
1
-14
/
+12
*
[modules] Retain multiple using-directives in the same scope even if they nam...
Richard Smith
2017-10-30
1
-3
/
+3
*
PR35039: Materialize temporary objects before wrapping them in an
Richard Smith
2017-10-28
1
-0
/
+10
*
Never try to instantiate a deduction guide's "definition". Fixes bogus warnin...
Richard Smith
2017-10-28
1
-1
/
+2
*
[MS] Allow access to ambiguous, inaccessible direct bases
Reid Kleckner
2017-10-27
1
-17
/
+38
*
[Sema] Fix an assert-on-invalid by avoiding function template specialisation
Alex Lorenz
2017-10-27
1
-4
/
+4
*
Test commit
Ivan Donchevskii
2017-10-27
1
-1
/
+1
*
[Sema] -Wzero-as-null-pointer-constant: don't warn for system macros other th...
Roman Lebedev
2017-10-26
1
-2
/
+14
*
Fix overloaded static functions in SemaCodeComplete
Benjamin Kramer
2017-10-26
2
-9
/
+23
*
Ignore implicity casts for zero-as-null-pointer-constant warning
Erich Keane
2017-10-25
1
-1
/
+1
*
[OPENMP] Improve debug info for taskgroup implicitly generated
Alexey Bataev
2017-10-25
1
-15
/
+13
*
[OPENMP] Constify function parameters, NFC.
Alexey Bataev
2017-10-25
1
-3
/
+4
*
[Sema][ObjC] Look for either objc_bridge or objc_bridge_mutable when
Akira Hatanaka
2017-10-24
1
-6
/
+13
*
mplement __has_unique_object_representations
Erich Keane
2017-10-24
1
-0
/
+3
*
[code completion] Complete ObjC methods in @implementation without leading
Alex Lorenz
2017-10-24
1
-10
/
+17
*
Do not add a colon chunk to the code completion of class inheritance access m...
Erik Verbruggen
2017-10-24
1
-3
/
+5
*
Fix template parameter default args missed if redecled
Erich Keane
2017-10-24
1
-1
/
+6
*
[Sema] Add support for flexible array members in Obj-C.
Volodymyr Sapsai
2017-10-23
3
-52
/
+183
*
[OpenMP] Avoid VLAs for some reductions on array sections
Jonas Hahnfeld
2017-10-23
1
-1
/
+82
*
[C++17] Fix PR34970 - tweak overload resolution for class template deduction-...
Faisal Vali
2017-10-22
3
-20
/
+34
*
[Sema] Fixes for enum handling for tautological comparison diagnostics
Roman Lebedev
2017-10-21
1
-8
/
+21
*
Revert "[OpenMP] Avoid VLAs for some reductions on array sections"
Jonas Hahnfeld
2017-10-20
1
-82
/
+1
*
[OpenMP] Avoid VLAs for some reductions on array sections
Jonas Hahnfeld
2017-10-20
1
-1
/
+82
*
[Sema] Fix assertion failure when checking for unused variables in a dependen...
Benjamin Kramer
2017-10-19
1
-1
/
+1
*
Don't suppress instantiation of definitions for variables subject to explicit
Richard Smith
2017-10-18
2
-7
/
+15
*
Enable support for the [[maybe_unused]] attribute from WG14 N2053 when enabli...
Aaron Ballman
2017-10-18
1
-1
/
+2
*
Enable support for the [[fallthrough]] attribute from WG14 N2052 when enablin...
Aaron Ballman
2017-10-18
1
-8
/
+7
*
[modules] When finding the owning module of an instantiated context in template
Richard Smith
2017-10-18
1
-1
/
+1
*
Fix PR34981, a crash-on-invalid merging dllimport to an invalid redecl.
Nico Weber
2017-10-17
1
-2
/
+3
*
[CFG] Relax Wexceptions warning on rethrow
Erich Keane
2017-10-17
1
-3
/
+3
*
[OpenCL] Restrict swizzle length check to OpenCL mode
Bruno Cardoso Lopes
2017-10-17
1
-1
/
+3
*
Replace use of SmallVector::back + pop_back with pop_back_val
Erich Keane
2017-10-17
1
-2
/
+1
*
Sema: use new `getNS{,U}IntegerType` for NS{,U}Integer
Saleem Abdulrasool
2017-10-17
1
-3
/
+3
*
Make __builtin_types_compatible_p more like GCC's
George Burgess IV
2017-10-16
1
-3
/
+7
*
[Sema] Re-land: Diagnose tautological comparison with type's min/max values
Roman Lebedev
2017-10-15
1
-95
/
+146
*
Convert clang::LangAS to a strongly typed enum
Alexander Richardson
2017-10-15
8
-39
/
+39
*
Add -f[no-]double-square-bracket-attributes as new driver options to control ...
Aaron Ballman
2017-10-15
1
-2
/
+3
*
Re-land r315787, "[Sema] Warn about unused variables if we can constant evalu...
Benjamin Kramer
2017-10-14
1
-1
/
+2
*
Revert rL315787, "[Sema] Warn about unused variables if we can constant evalu...
NAKAMURA Takumi
2017-10-14
1
-2
/
+1
*
[Sema] Warn about unused variables if we can constant evaluate the initializer.
Benjamin Kramer
2017-10-14
1
-1
/
+2
*
[Sema] Avoid iterator invalidation when code completing.
Benjamin Kramer
2017-10-13
1
-2
/
+4
[next]