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
/
DeclSpec.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Enable support for __float128 in Clang and enable it on pertinent platforms
Nemanja Ivanovic
2016-05-09
1
-0
/
+2
*
Revert r268727, it caused PR27666.
Nico Weber
2016-05-06
1
-4
/
+2
*
[MSVC] Implementation of __unaligned as a proper type qualifier
Andrey Bokhanko
2016-05-06
1
-2
/
+4
*
Revert 266186 as it breaks anything that includes type_traits on some platforms
Nemanja Ivanovic
2016-04-15
1
-2
/
+0
*
Revert r266415, it broke parsing SDK headers (PR27367).
Nico Weber
2016-04-15
1
-4
/
+2
*
[MSVC Compat] Implementation of __unaligned (MS extension) as a type qualifier
Andrey Bokhanko
2016-04-15
1
-2
/
+4
*
Enable support for __float128 in Clang
Nemanja Ivanovic
2016-04-13
1
-0
/
+2
*
[OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.
Alexey Bader
2016-04-13
1
-2
/
+2
*
[OpenCL] Complete image types support.
Alexey Bader
2016-04-08
1
-0
/
+6
*
Move LocInfoType from Sema to AST.
Benjamin Kramer
2016-02-01
1
-1
/
+1
*
[OpenCL] Pipe type support
Xiuli Pan
2016-01-09
1
-0
/
+17
*
[Sema] Fix filename in header. NFC
Craig Topper
2015-11-15
1
-1
/
+1
*
[Sema] Remove unnecessary includes and forward declarations. NFC
Craig Topper
2015-11-15
1
-2
/
+0
*
Fix a layering oddity by passing Sema to DeclSpec::Finish instead of Diagnost...
Craig Topper
2015-11-15
1
-47
/
+40
*
Move diagnostics from Parse to Sema to remove Sema's dependency on ParserDiag...
Craig Topper
2015-11-14
1
-1
/
+0
*
Fix indentation. NFC
Craig Topper
2015-11-14
1
-6
/
+6
*
Merge some similar diagnostics using %select.
Craig Topper
2015-11-14
1
-4
/
+2
*
Add support for GCC's '__auto_type' extension, per the GCC manual:
Richard Smith
2015-11-11
1
-0
/
+2
*
Replace double-negated !SourceLocation.isInvalid() with SourceLocation.isVali...
Yaron Keren
2015-10-03
1
-1
/
+1
*
PR24595: Ignore calling convention modifiers for structors in MS ABI.
Andrey Bokhanko
2015-09-14
1
-0
/
+5
*
Modify DeclaratorChuck::getFunction to be passed an Exception Specification S...
Nathan Wilson
2015-08-26
1
-2
/
+3
*
Add support for System z vector language extensions
Ulrich Weigand
2015-07-30
1
-6
/
+16
*
C++ support for Objective-C lightweight generics.
Douglas Gregor
2015-07-07
1
-25
/
+0
*
Handle Objective-C type arguments.
Douglas Gregor
2015-07-07
1
-0
/
+11
*
[CONCEPTS] Parsing of concept keyword
Hubert Tong
2015-06-30
1
-0
/
+12
*
Add check for kind of UnqualifiedId in Declarator::isStaticMember()
Petar Jovanovic
2015-03-30
1
-2
/
+3
*
Diagnose declspecs occuring after virt-specifier-seq and generate fixit hints
Ehsan Akhgari
2015-03-25
1
-0
/
+3
*
Revert "Diagnose declspecs occuring after virt-specifier-seq and generate fix...
Ehsan Akhgari
2015-03-24
1
-3
/
+0
*
Diagnose declspecs occuring after virt-specifier-seq and generate fixit hints
Ehsan Akhgari
2015-03-24
1
-0
/
+3
*
Add builtins for the 64-bit vector integer arithmetic instructions added in P...
Kit Barton
2015-03-11
1
-1
/
+3
*
[PowerPC]Activate "vector bool long long" (and alternate spellings) as a vali...
Bill Seurer
2015-03-03
1
-2
/
+7
*
[OpenCL] Generic address space has been added in OpenCL v2.0.
Anastasia Stulova
2014-11-26
1
-2
/
+2
*
PR21437, final part of DR1330: delay-parsing of exception-specifications. This
Richard Smith
2014-11-13
1
-0
/
+8
*
[PowerPC] Initial VSX intrinsic support, with min/max for vector double
Bill Schmidt
2014-10-31
1
-5
/
+8
*
Add RestrictQualifierLoc to DeclaratorChunk::FunctionTypeInfo
Hal Finkel
2014-10-20
1
-0
/
+3
*
-ms-extensions: Implement __super scope specifier (PR13236).
Nikola Smiljanic
2014-09-26
1
-0
/
+12
*
Move __vector long deprecation checking into DeclSpec::Finish
Hal Finkel
2014-08-24
1
-6
/
+3
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-09
1
-6
/
+6
*
Sema: Implement DR477
David Majnemer
2014-04-30
1
-2
/
+29
*
argument -> parameter terminology fixes for FunctionTypeInfo
Alp Toker
2014-02-26
1
-14
/
+14
*
Fix for PR9812: warn about bool instead of _Bool.
Erik Verbruggen
2014-01-15
1
-33
/
+45
*
Downgrade bogus ExtWarn on duplicate 'friend' specifier to a Warning, and add a
Richard Smith
2014-01-10
1
-2
/
+13
*
Remove OpenCL-specific type keywords and specifiers
Alp Toker
2013-12-18
1
-16
/
+0
*
PR9547: If we're parsing a simple-declaration that contains a tag definition,
Richard Smith
2013-11-19
1
-0
/
+6
*
Warn on duplicate function specifier
Serge Pavlov
2013-11-13
1
-12
/
+56
*
[-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'f...
David Majnemer
2013-10-18
1
-0
/
+2
*
[ms-cxxabi] Fix the calling convention for operator new in records
Reid Kleckner
2013-10-08
1
-0
/
+8
*
"bool" should be a context-sensitive keyword in Altivec mode.
Bill Schmidt
2013-07-03
1
-0
/
+14
*
Don't mark a type specifier as "owned" if there is no declaration to own.
Douglas Gregor
2013-05-14
1
-1
/
+1
*
Fix PR15845: apparently MSVC does not support implicit int in C++ mode.
Richard Smith
2013-04-30
1
-2
/
+1
[prev]
[next]