index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaCXX
Commit message (
Expand
)
Author
Age
Files
Lines
*
Determine the attribute subject for diagnostics based on declarative informat...
Aaron Ballman
2017-11-26
12
-79
/
+79
*
[Modules TS] Added module re-export support.
Hamza Sood
2017-11-21
1
-4
/
+0
*
Revert r318456 "Issue -Wempty-body warnings for else blocks"
Hans Wennborg
2017-11-20
1
-20
/
+0
*
Revert r318556 "Loosen -Wempty-body warning"
Hans Wennborg
2017-11-20
1
-11
/
+0
*
Loosen -Wempty-body warning
Reid Kleckner
2017-11-17
1
-0
/
+11
*
Issue -Wempty-body warnings for else blocks
Reid Kleckner
2017-11-16
1
-0
/
+20
*
Try to fix test/SemaCXX/deleted-operator.cpp after r318309
Hans Wennborg
2017-11-15
1
-2
/
+2
*
BuiltinOperatorOverloadBuilder: Don't consider types that are unavailable on ...
Hans Wennborg
2017-11-15
1
-0
/
+34
*
Handle lambda captures of variable length arrays in profiling and printing.
Richard Trieu
2017-11-11
1
-0
/
+4
*
Fix missing -Wregister warning when 'register' is applied to a function param...
Richard Smith
2017-11-01
2
-2
/
+7
*
Fix -Wunused-private-field to fire regardless of which implicit special membe...
Richard Smith
2017-11-01
2
-1
/
+18
*
Change assertion to quick exit from checking function.
Richard Trieu
2017-11-01
1
-0
/
+14
*
[c++17] Refine resolution of constructor / conversion function disambiguation.
Richard Smith
2017-11-01
1
-0
/
+9
*
Undo accidental language mode change in this test.
Richard Smith
2017-10-30
1
-1
/
+1
*
Add a test to make sure that -Wdeprecated doesn't warn on use of 'throw()' in...
Richard Smith
2017-10-30
2
-2
/
+5
*
Never try to instantiate a deduction guide's "definition". Fixes bogus warnin...
Richard Smith
2017-10-28
1
-2
/
+2
*
[MS] Allow access to ambiguous, inaccessible direct bases
Reid Kleckner
2017-10-27
1
-2
/
+30
*
[Sema] -Wzero-as-null-pointer-constant: don't warn for system macros other th...
Roman Lebedev
2017-10-26
2
-3
/
+64
*
Ignore implicity casts for zero-as-null-pointer-constant warning
Erich Keane
2017-10-25
1
-0
/
+7
*
mplement __has_unique_object_representations
Erich Keane
2017-10-24
1
-0
/
+233
*
Add Forgotten test for: Fix template parameter default args missed if redecled
Erich Keane
2017-10-24
1
-0
/
+33
*
Unnamed bitfields don't block constant evaluation of constexpr ctors
Jordan Rose
2017-10-24
2
-0
/
+35
*
[Sema] Add support for flexible array members in Obj-C.
Volodymyr Sapsai
2017-10-23
1
-0
/
+5
*
Fix a typo with -fno-double-square-bracket-attributes and add a test to demon...
Aaron Ballman
2017-10-21
1
-0
/
+12
*
Implement current CWG direction for support of arrays of unknown bounds in
Richard Smith
2017-10-20
2
-12
/
+49
*
[Sema] Fix assertion failure when checking for unused variables in a dependen...
Benjamin Kramer
2017-10-19
1
-0
/
+10
*
Provide a flag group to turn on/off all "binary literals" extension warnings.
Richard Smith
2017-10-18
1
-2
/
+4
*
[CFG] Relax Wexceptions warning on rethrow
Erich Keane
2017-10-17
1
-2
/
+19
*
Re-land r315787, "[Sema] Warn about unused variables if we can constant evalu...
Benjamin Kramer
2017-10-14
1
-0
/
+33
*
Revert rL315787, "[Sema] Warn about unused variables if we can constant evalu...
NAKAMURA Takumi
2017-10-14
1
-33
/
+0
*
[Sema] Warn about unused variables if we can constant evaluate the initializer.
Benjamin Kramer
2017-10-14
1
-0
/
+33
*
Fix backwards warning for use of C++17 attributes-on-namespaces-and-enumerato...
Richard Smith
2017-10-14
1
-2
/
+5
*
Support for destroying operator delete, per C++2a proposal P0722.
Richard Smith
2017-10-13
1
-0
/
+103
*
[Modules TS] Module ownership semantics for redeclarations.
Richard Smith
2017-10-10
1
-1
/
+1
*
Add test for regression caused by reverted patch r315251.
Richard Smith
2017-10-10
1
-0
/
+31
*
Revert "[Modules TS] Module ownership semantics for redeclarations."
Eric Liu
2017-10-10
1
-1
/
+1
*
[Modules TS] Module ownership semantics for redeclarations.
Richard Smith
2017-10-09
1
-1
/
+1
*
Driver: hoist the `wchar_t` handling to the driver
Saleem Abdulrasool
2017-10-06
1
-1
/
+1
*
Fix two-phase name lookup for non-dependent overloaded operators.
Richard Smith
2017-10-05
1
-0
/
+35
*
Fix assertion failure in thread safety analysis (PR34800).
Alexander Kornienko
2017-10-04
1
-0
/
+15
*
[ExprConstant] Allow constexpr ctor to modify non static data members
Erik Pilkington
2017-10-04
1
-0
/
+33
*
Suppress -Wmissing-braces warning when aggregate-initializing a struct with a...
Richard Smith
2017-10-03
1
-1
/
+31
*
PR33839: Fix -Wunused handling for structured binding declarations.
Richard Smith
2017-10-02
1
-4
/
+46
*
Revert "[Sema] Warn on attribute nothrow conflicting with language specifiers"
Reid Kleckner
2017-10-02
1
-24
/
+0
*
Update IUnknown lit test to pass on Win32
Erich Keane
2017-10-02
1
-3
/
+3
*
clang/test/SemaCXX/ms-iunknown-template-function.cpp: Appease for targeting *...
NAKAMURA Takumi
2017-09-30
1
-1
/
+1
*
Add a "vexing parse" warning for ambiguity between a variable declaration and a
Richard Smith
2017-09-29
1
-0
/
+24
*
[Sema] Correct IUnknown to support Unknwnbase.h Header.
Erich Keane
2017-09-29
2
-4
/
+54
*
[Sema] Correct nothrow inherited by noexcept
Erich Keane
2017-09-28
1
-0
/
+26
*
[Sema] Warn on attribute nothrow conflicting with language specifiers
Erich Keane
2017-09-28
1
-0
/
+24
[next]