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
*
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
*
Silence a silly sign compare warning from GCC.
Benjamin Kramer
2013-04-27
1
-1
/
+1
*
Implement C++1y decltype(auto).
Richard Smith
2013-04-26
1
-2
/
+41
*
Parsing support for thread_local and _Thread_local. We give them the same
Richard Smith
2013-04-12
1
-16
/
+64
*
Add 178663 back.
Rafael Espindola
2013-04-03
1
-11
/
+1
*
Revert 178663.
Rafael Espindola
2013-04-03
1
-1
/
+11
*
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-04-03
1
-11
/
+1
*
Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar...
Richard Smith
2013-03-28
1
-5
/
+11
*
Add OpenCL samplers as Clang builtin types and check sampler related restrict...
Guy Benyei
2013-02-07
1
-0
/
+2
*
Implement OpenCL event_t as Clang builtin type, including event_t related Ope...
Guy Benyei
2013-01-20
1
-0
/
+2
*
Parsing support for C11's _Noreturn keyword. No semantics yet.
Richard Smith
2013-01-17
1
-1
/
+9
*
Fix Cast Code
David Greene
2013-01-15
1
-2
/
+3
*
s/CPlusPlus0x/CPlusPlus11/g
Richard Smith
2013-01-02
1
-2
/
+2
*
Add comments back that were accidentally removed in r170933.
Chad Rosier
2012-12-21
1
-0
/
+2
*
Remove unused arguments and rename to conform to coding standards.
Chad Rosier
2012-12-21
1
-8
/
+3
*
Re-commit r170428 changes with Linux style file endings.
Guy Benyei
2012-12-18
1
-0
/
+12
*
Revert changes from r170428, as I accidentally changed the line endings of th...
Guy Benyei
2012-12-18
1
-12
/
+0
*
Add OpenCL images as clang builtin types.
Guy Benyei
2012-12-18
1
-0
/
+12
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-6
/
+6
*
DR1528: C++11 doesn't allow repeated cv-qualifiers in declarators after all.
Richard Smith
2012-10-17
1
-7
/
+5
*
Fixed FunctionTypeLoc source range.
Abramo Bagnara
2012-10-04
1
-3
/
+7
*
Improved MSVC __interface support by adding first class support for it, inste...
Joao Matos
2012-08-31
1
-0
/
+2
*
Reversing the logic since C99 mode is actually not an extension. Also, chang...
Aaron Ballman
2012-08-29
1
-2
/
+2
[next]