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
*
Add support for #pragma clang section
Javed Absar
2017-06-05
1
-0
/
+25
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-03
1
-0
/
+1
*
[OpenCL] Harden function pointer diagnostics.
Alexey Bader
2017-06-02
1
-1
/
+1
*
[Sema] Improve -Wstrict-prototypes diagnostic message for blocks.
Akira Hatanaka
2017-06-02
1
-1
/
+1
*
[SemaCXX] Add diagnostics to require_constant_initialization
Keno Fischer
2017-06-01
1
-0
/
+11
*
[OpenCL] Added diagnostic for implicit declaration of function in OpenCL
Egor Churaev
2017-05-30
1
-0
/
+3
*
[OpenCL] reserve_id_t cannot be used as argument to kernel function
Egor Churaev
2017-05-25
1
-4
/
+1
*
[coroutines] Fix fallthrough diagnostics for coroutines
Eric Fiselier
2017-05-25
1
-1
/
+1
*
[OPENMP] Allow value of thread local variables in target regions.
Alexey Bataev
2017-05-24
1
-3
/
+6
*
[Modules] Fix overly conservative assertion for import diagnostic
Bruno Cardoso Lopes
2017-05-23
1
-1
/
+2
*
When we enter a module within a linkage specification, switch the linkage
Richard Smith
2017-05-18
1
-5
/
+11
*
CodeGen: Cast alloca to expected address space
Yaxun Liu
2017-05-18
1
-1
/
+6
*
Fix an assertion failure in FormatASTNodeDiagnosticArgument.
Alexander Kornienko
2017-05-18
1
-1
/
+1
*
[modules] Switch from inferring owning modules based on source location to
Richard Smith
2017-05-18
1
-37
/
+28
*
[modules] When creating a declaration, cache its owning module immediately
Richard Smith
2017-05-17
1
-0
/
+15
*
[OpenCL] Emit function-scope variable in constant address space as static var...
Yaxun Liu
2017-05-15
1
-11
/
+24
*
Revert r302965 - [modules] When creating a declaration, cache its owning
Daniel Jasper
2017-05-15
1
-15
/
+0
*
Add LangOptions method to query whether we are tracking the owning module for...
Richard Smith
2017-05-13
1
-2
/
+2
*
[modules] When creating a declaration, cache its owning module immediately
Richard Smith
2017-05-12
1
-0
/
+15
*
Remove unnecessary mapping from SourceLocation to Module.
Richard Smith
2017-05-11
1
-7
/
+6
*
[Sema] Improve redefinition errors pointing to the same header
Bruno Cardoso Lopes
2017-05-11
1
-17
/
+82
*
Improve diagnosis of unknown template name.
Richard Smith
2017-05-10
1
-20
/
+60
*
Don't mark a member as a member specialization until we know we're keeping th...
Richard Smith
2017-05-09
1
-3
/
+22
*
Reland "Warn about unused static file scope function template declarations."
Vassil Vassilev
2017-05-09
1
-5
/
+4
*
[OpenCL] Check that global samplers are const
Sven van Haastregt
2017-05-08
1
-6
/
+18
*
Add support for building modules from preprocessed source.
Richard Smith
2017-05-05
1
-6
/
+13
*
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
[next]