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
/
AST
/
Decl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix comment typo in r321312.
Paul Robinson
2017-12-26
1
-1
/
+1
*
[ODRHash] Support ODR violation detection in functions.
Richard Trieu
2017-12-23
1
-0
/
+20
*
[AST] Incorrectly qualified unscoped enumeration as template actual parameter.
Paul Robinson
2017-12-21
1
-1
/
+4
*
Revert r320230 to fix buildbots.
Richard Trieu
2017-12-09
1
-20
/
+0
*
[ODRHash] Support ODR violation detection in functions.
Richard Trieu
2017-12-09
1
-0
/
+20
*
Generalize "static data member instantiated" notification to cover variable t...
Richard Smith
2017-12-05
1
-4
/
+16
*
PR35456: Track definedness of variable template specializations separately from
Richard Smith
2017-12-02
1
-3
/
+6
*
Move comment back to being next to the code it's a comment for.
Richard Smith
2017-12-02
1
-3
/
+3
*
Refactor functions PrintTemplateArgumentList
Serge Pavlov
2017-11-28
1
-4
/
+2
*
[modules] Fix crash in complex class merging scenario.
Richard Smith
2017-11-15
1
-1
/
+2
*
[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-11-13
1
-40
/
+62
*
[modules] Retain multiple using-directives in the same scope even if they nam...
Richard Smith
2017-10-30
1
-8
/
+0
*
Enable support for the [[nodiscard]] attribute from WG14 N2050 when enabling ...
Aaron Ballman
2017-10-17
1
-1
/
+2
*
Support for destroying operator delete, per C++2a proposal P0722.
Richard Smith
2017-10-13
1
-0
/
+14
*
[Modules TS] Module ownership semantics for redeclarations.
Richard Smith
2017-10-10
1
-3
/
+15
*
Revert "[Modules TS] Module ownership semantics for redeclarations."
Eric Liu
2017-10-10
1
-13
/
+3
*
Revert "[Modules TS] Avoid computing the linkage of the enclosing DeclContext...
Eric Liu
2017-10-10
1
-3
/
+1
*
[Modules TS] Avoid computing the linkage of the enclosing DeclContext for a d...
Richard Smith
2017-10-10
1
-1
/
+3
*
[Modules TS] Module ownership semantics for redeclarations.
Richard Smith
2017-10-09
1
-3
/
+13
*
R34811: Allow visibilities other than 'default' for VisibleNoLinkage entities.
Richard Smith
2017-10-03
1
-2
/
+2
*
Allow specifying sanitizers in blacklists
Vlad Tsyrklevich
2017-09-25
1
-5
/
+7
*
Correctly compute linkage for members of internal linkage classes.
Richard Smith
2017-09-23
1
-5
/
+4
*
DR1113: anonymous namespaces formally give their contents internal linkage.
Richard Smith
2017-09-22
1
-6
/
+6
*
Closure types have no name (and can't have a typedef name for linkage
Richard Smith
2017-09-22
1
-7
/
+8
*
Give external linkage and mangling to lambdas inside inline variables and var...
Richard Smith
2017-09-22
1
-50
/
+55
*
Clean up some mistreatment of enumerations.
Richard Smith
2017-09-22
1
-39
/
+26
*
Revert "Give external linkage and mangling to lambdas inside inline variables...
Vitaly Buka
2017-09-21
1
-16
/
+5
*
Give external linkage and mangling to lambdas inside inline variables and var...
Richard Smith
2017-09-20
1
-5
/
+16
*
Implement C++ [basic.link]p8.
Richard Smith
2017-09-20
1
-5
/
+7
*
Implement Itanium name mangling support for C++ Modules TS.
Richard Smith
2017-09-04
1
-1
/
+25
*
[c++2a] P0683R1: Permit default member initializers for bit-fields.
Richard Smith
2017-08-28
1
-16
/
+8
*
[AST] Cache intermediate visibility/linkage results
George Burgess IV
2017-08-09
1
-4
/
+8
*
[AST] Move visibility computations into a class; NFC
George Burgess IV
2017-08-09
1
-114
/
+73
*
[Availability] Don't make an availability attribute imply default visibility ...
Erik Pilkington
2017-08-08
1
-8
/
+0
*
Mark static variables static; NFC.
George Burgess IV
2017-08-07
1
-2
/
+2
*
[modules ts] Basic for module linkage.
Richard Smith
2017-07-07
1
-14
/
+64
*
[modules] Teach clang how to merge typedef over anonymous structs in C mode.
Vassil Vassilev
2017-07-01
1
-2
/
+1
*
Change enumerator default linkage type for C
Bruno Cardoso Lopes
2017-07-01
1
-1
/
+3
*
[Sema] Issue diagnostics if a new/delete expression generates a call to
Akira Hatanaka
2017-06-29
1
-2
/
+5
*
[DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer.
Alexey Bataev
2017-06-09
1
-5
/
+9
*
Implement isDefined by call to isThisDeclarationADefinition.
Serge Pavlov
2017-06-04
1
-3
/
+2
*
[modules] When creating a declaration, cache its owning module immediately
Richard Smith
2017-05-17
1
-3
/
+1
*
Revert r302965 - [modules] When creating a declaration, cache its owning
Daniel Jasper
2017-05-15
1
-1
/
+3
*
[modules] When creating a declaration, cache its owning module immediately
Richard Smith
2017-05-12
1
-3
/
+1
*
[modules] Properly look up the owning module for an instantiation of a merged...
Richard Smith
2017-04-21
1
-26
/
+29
*
Corrrect warn_unused_result attribute
Erich Keane
2017-04-19
1
-3
/
+1
*
Revert r300653 and r300650. The underlying commit fixes one issue with
Chandler Carruth
2017-04-19
1
-29
/
+26
*
Fix member function call with null 'this' pointer.
Richard Smith
2017-04-19
1
-3
/
+7
*
[modules] Properly look up the owning module for an instantiation of a merged...
Richard Smith
2017-04-19
1
-24
/
+23
*
Revert "Address http://bugs.llvm.org/pr30994 so that a non-friend can properl...
Benjamin Kramer
2017-04-17
1
-4
/
+0
[prev]
[next]