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
/
lib
/
Sema
/
SemaDeclCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make sure CheckDestructor gets called on dllimported classes if the vtable is...
Hans Wennborg
2016-04-13
1
-7
/
+14
*
Diagnose template alias declarations in local classes.
Richard Smith
2016-04-06
1
-0
/
+4
*
Fix bug in using shadow decl checking: a using shadow decl should not conflict
Richard Smith
2016-02-27
1
-0
/
+6
*
[dllexport] Sort out emission order of delayed exported classes
Reid Kleckner
2016-02-26
1
-0
/
+4
*
Improve diagnostics for ill-formed literal operator declarations.
Richard Smith
2016-02-17
1
-86
/
+144
*
[Sema] Remove stray semicolons.
David Majnemer
2016-01-26
1
-2
/
+2
*
[Sema] Incomplete types are OK for covariant returns
David Majnemer
2016-01-26
1
-12
/
+13
*
[Sema] Suppress diags in overload resolution.
George Burgess IV
2016-01-13
1
-8
/
+11
*
[modules] Don't diagnose a conflict between two using-declarations that name ...
Richard Smith
2016-01-12
1
-0
/
+4
*
[OpenCL] Pipe type support
Xiuli Pan
2016-01-09
1
-0
/
+1
*
[MSVC Compat] Diagnose multiple default ctors for dllexport'd classes
David Majnemer
2015-12-31
1
-1
/
+23
*
When a namespace alias redeclares a using declaration, point the diagnostic at
Richard Smith
2015-12-29
1
-4
/
+4
*
Model NamespaceAliasDecls as having their nominated namespace as an underlying
Richard Smith
2015-12-29
1
-8
/
+9
*
Teach typo correction to properly handle mapping declarations to their
Richard Smith
2015-12-29
1
-1
/
+1
*
Do not crash if class is defined in wrong scope.
Serge Pavlov
2015-12-28
1
-1
/
+3
*
[Sema] ArrayRef-ize ActOnBaseSpecifiers. NFC
Craig Topper
2015-12-27
1
-10
/
+10
*
Revert r256399 "[Sema] ArrayRef-ize ActOnBaseSpecifiers. NFC"
Craig Topper
2015-12-25
1
-10
/
+10
*
[Sema] ArrayRef-ize ActOnBaseSpecifiers. NFC
Craig Topper
2015-12-24
1
-10
/
+10
*
Split RequireCompleteType into a function that actually requires that the type
Richard Smith
2015-12-18
1
-51
/
+22
*
Wire a SourceLocation into IsDerivedFrom and move the RequireCompleteType call
Richard Smith
2015-12-18
1
-10
/
+19
*
Preserve source location information for qualified names used in a constructor
Richard Smith
2015-12-12
1
-2
/
+7
*
Do not generate DW_TAG_imported_module for anonymous namespaces (even nested)...
Ekaterina Romanova
2015-12-10
1
-9
/
+9
*
PR25731: namespace alias declarations can appear at block scope; ensure that we
Richard Smith
2015-12-03
1
-10
/
+20
*
[modules] Fix some more cases where we used to reject a conflict between two
Richard Smith
2015-11-17
1
-3
/
+5
*
Use Sema::getLocForEndOfToken instead of Preprocessor::getLocForEndOfToken. NFC
Craig Topper
2015-11-15
1
-3
/
+3
*
[modules] Simplify and generalize the existing rule for finding hidden
Richard Smith
2015-11-12
1
-16
/
+6
*
[SemaDeclCXX] Use isTemplateParamScope() rather than accessing raw bits.
Davide Italiano
2015-11-11
1
-2
/
+2
*
[Sema] Remove an unreachable llvm_unreachable
David Majnemer
2015-10-21
1
-1
/
+0
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-2
/
+2
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-2
/
+2
*
SourceRanges are small and trivially copyable, don't them by reference.
Craig Topper
2015-10-04
1
-2
/
+2
*
[Sema] Don't crash when friending an unqualified templated constructor
David Majnemer
2015-09-30
1
-7
/
+23
*
Don't correct non-class using declarations to class members.
Kaelyn Takata
2015-09-30
1
-0
/
+4
*
[modules] A using-declaration doesn't introduce a new entity, just a new name
Richard Smith
2015-09-15
1
-1
/
+2
*
Add a new frontend warning for referencing members from the handler of a cons...
Aaron Ballman
2015-09-01
1
-3
/
+4
*
PR24612: Don't bail out of checking a constexpr function before checking
Richard Smith
2015-08-28
1
-3
/
+3
*
Delay emitting members of dllexport classes until the class is fully parsed (...
Hans Wennborg
2015-08-15
1
-39
/
+67
*
[AST] Turn the callbacks of lookupInBases and forallBases into a function_ref
Benjamin Kramer
2015-07-25
1
-101
/
+85
*
Silence a -Wtype-limits warning; NFC.
Aaron Ballman
2015-07-20
1
-1
/
+1
*
[Sema] Make an assertion stricter.
Davide Italiano
2015-07-19
1
-1
/
+1
*
[Sema] Refactor Sema::ImplicitExceptionSpecification::CalledDecl
Davide Italiano
2015-07-16
1
-16
/
+14
*
Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...
Benjamin Kramer
2015-07-02
1
-10
/
+9
*
Rework parsing of pure-specifiers. Perform the grammar matching and
Richard Smith
2015-06-30
1
-3
/
+9
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-10
/
+10
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-10
/
+10
*
[MS Compatibility] Handle cleanups we create for a ctor closure
David Majnemer
2015-06-11
1
-0
/
+1
*
Enable DLL attribute propagation on explicit instantiation definitions (PR23770)
Hans Wennborg
2015-06-09
1
-57
/
+57
*
Enable propagation of dll attributes to previously instantiated base class te...
Hans Wennborg
2015-06-09
1
-6
/
+22
*
Narrow the -Wunsupported-dll-base-class-template warning.
Hans Wennborg
2015-06-09
1
-16
/
+8
*
clang-cl: Handle dll attributes in explicit class template specialization def...
Hans Wennborg
2015-05-27
1
-18
/
+18
[prev]
[next]