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
/
SemaDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reusing an existing attribute diagnostic
Oren Ben Simhon
2017-05-03
1
-1
/
+2
*
[Sema] Avoid an invalid redefinition error that was presented for
Alex Lorenz
2017-04-28
1
-0
/
+11
*
[X86] Support of no_caller_saved_registers attribute
Oren Ben Simhon
2017-04-27
1
-0
/
+14
*
[Sema] Avoid using a null type pointer (fixes PR32750)
Vedant Kumar
2017-04-26
1
-1
/
+1
*
[modules ts] Diagnose 'export' declarations outside of a module interface.
Richard Smith
2017-04-24
1
-0
/
+6
*
P0629R0: Switch to latest proposal for distinguishing module interface from i...
Richard Smith
2017-04-21
1
-16
/
+27
*
[ms] Give -Wmicrosoft-enum-forward-reference a chance to fire in clang-cl, PR...
Nico Weber
2017-04-21
1
-1
/
+2
*
Add support for editor placeholders to Clang
Alex Lorenz
2017-04-19
1
-0
/
+3
*
Add #pragma clang attribute
Alex Lorenz
2017-04-18
1
-0
/
+2
*
Revert r300539 - Add #pragma clang attribute
Alex Lorenz
2017-04-18
1
-2
/
+0
*
Add #pragma clang attribute
Alex Lorenz
2017-04-18
1
-0
/
+2
*
[ODRHash] Improve handling of hash values
Richard Trieu
2017-04-11
1
-3
/
+1
*
Revert temporarily D29877 "Warn about unused static file scope function templ...
Vassil Vassilev
2017-04-11
1
-4
/
+5
*
Warn about unused static file scope function template declarations.
Vassil Vassilev
2017-04-11
1
-5
/
+4
*
Simplify. NFC.
George Burgess IV
2017-04-06
1
-8
/
+4
*
Don't issue a warning if the shadowing declaration is in a class
Stephan Bergmann
2017-04-05
1
-0
/
+4
*
[Bug 25404] Fix crash on typedef in OpenCL 2.0
Anastasia Stulova
2017-04-04
1
-1
/
+3
*
Enhance -Wshadow to warn when shadowing typedefs or type aliases
Alex Lorenz
2017-04-03
1
-18
/
+55
*
[NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped Enum
Faisal Vali
2017-04-01
1
-1
/
+2
*
Spelling mistakes in comments. NFCI. (PR27635)
Simon Pilgrim
2017-03-30
1
-2
/
+2
*
[Objective-C] Miscellaneous -fobjc-weak Fixes
Brian Kelley
2017-03-29
1
-6
/
+6
*
[Objective-C] Fix "repeated use of weak" warning with -fobjc-weak
Brian Kelley
2017-03-29
1
-1
/
+2
*
Fix handling of initialization from parenthesized initializer list.
Richard Smith
2017-03-24
1
-24
/
+0
*
Add support for attribute enum_extensibility.
Akira Hatanaka
2017-03-21
1
-2
/
+2
*
[coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt.
Eric Fiselier
2017-03-06
1
-1
/
+1
*
Allow attributes before union definition
Erich Keane
2017-02-28
1
-3
/
+3
*
Fix tracking of whether the previous template instantiation stack matches the...
Richard Smith
2017-02-23
1
-3
/
+0
*
Rename ActiveTemplateInstantiation to CodeSynthesisContext in preparation for
Richard Smith
2017-02-23
1
-1
/
+1
*
Factor out function to determine whether we're performing a template
Richard Smith
2017-02-21
1
-12
/
+12
*
Process attributes 'ifunc' and 'alias' when checking for redefinition
Serge Pavlov
2017-02-18
1
-0
/
+12
*
Part of adding an improved ODR checker.
Richard Trieu
2017-02-18
1
-1
/
+4
*
Add an explicit derived class of FunctionDecl to model deduction guides rather
Richard Smith
2017-02-17
1
-13
/
+9
*
Revert r295421, new ODR checker for modules, to fix build bot.
Richard Trieu
2017-02-17
1
-4
/
+1
*
Add better ODR checking for modules.
Richard Trieu
2017-02-17
1
-1
/
+4
*
Revert r295284: Add better ODR checking for modules.
Richard Trieu
2017-02-16
1
-4
/
+1
*
Add better ODR checking for modules.
Richard Trieu
2017-02-16
1
-1
/
+4
*
[c++1z] Diagnose non-deducible template parameters in deduction guide templat...
Richard Smith
2017-02-16
1
-5
/
+7
*
Removed stale comment. NFC.
Serge Pavlov
2017-02-15
1
-2
/
+0
*
Revert r294910 and recommit r294861 and r294862 with a target triple to hopef...
Aaron Ballman
2017-02-12
1
-4
/
+5
*
Revert "Attributes on K&R C functions should not cause incompatible..."
Renato Golin
2017-02-12
1
-5
/
+4
*
Attributes on K&R C functions should not cause incompatible function type wit...
Aaron Ballman
2017-02-11
1
-4
/
+5
*
[c++1z] Diagnose attempts to use variables with deduced class template
Richard Smith
2017-02-10
1
-4
/
+4
*
[c++1z] Require an initializer for deduced class template specialization types.
Richard Smith
2017-02-10
1
-9
/
+9
*
[c++1z] In class template argument deduction, all declarators must deduce the...
Richard Smith
2017-02-10
1
-6
/
+7
*
[c++1z] P0512R0: support for 'explicit' specifier on deduction-guides.
Richard Smith
2017-02-10
1
-5
/
+6
*
Disallow explicit instantiation and explicit specialization for deduction gui...
Richard Smith
2017-02-09
1
-1
/
+9
*
Rename IsExplicitSpecialization -> IsMemberSpecialization when we're talking
Richard Smith
2017-02-09
1
-31
/
+31
*
[c++1z] P0091R3: Basic support for deducing class template arguments via dedu...
Richard Smith
2017-02-09
1
-46
/
+57
*
P0091R3: Improved syntactic checking of deduction-guides.
Richard Smith
2017-02-08
1
-4
/
+9
*
P0091R3: Implement basic parsing support for C++17 deduction-guides.
Richard Smith
2017-02-07
1
-1
/
+38
[next]