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
*
[Sema] Revert r329346 because of memory sanitizer failures.
Eugene Zelenko
2018-04-05
1
-25
/
+14
*
[Sema] Fix some Clang-tidy modernize and Include What You Use warnings; other...
Eugene Zelenko
2018-04-05
1
-14
/
+25
*
Again reverting an attempt to convert the DeclSpec enums into scoped enums.
Faisal Vali
2018-01-01
1
-41
/
+39
*
[Sema] Fix build with GCC
Benjamin Kramer
2018-01-01
1
-1
/
+1
*
Use 'unsigned int' instead of enum bit-fields to silence some warnings from r...
Faisal Vali
2018-01-01
1
-3
/
+3
*
[NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...
Faisal Vali
2018-01-01
1
-35
/
+37
*
Revert r321614 and r321615
Faisal Vali
2018-01-01
1
-37
/
+35
*
[NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...
Faisal Vali
2018-01-01
1
-35
/
+37
*
[NFC] Modernize enum 'UnqualifiedId::IdKind' into a scoped enum UnqualifiedId...
Faisal Vali
2017-12-30
1
-6
/
+6
*
[NFC] Modernize enum Declarator::TheContext to a type-safe scoped enum.
Faisal Vali
2017-12-29
1
-1
/
+1
*
Remove old concepts parsing code
Hubert Tong
2017-12-07
1
-12
/
+0
*
Recommit "Add _Float16 as a C/C++ source language type"
Sjoerd Meijer
2017-09-08
1
-0
/
+2
*
Revert "Add _Float16 as a C/C++ source language type"
Sjoerd Meijer
2017-09-08
1
-2
/
+0
*
Add _Float16 as a C/C++ source language type
Sjoerd Meijer
2017-09-08
1
-0
/
+2
*
[SystemZ] Add support for IBM z14 processor (2/3)
Ulrich Weigand
2017-07-17
1
-2
/
+4
*
Recommit r289979 [OpenCL] Allow disabling types and declarations associated w...
Yaxun Liu
2016-12-18
1
-1
/
+1
*
Revert r289979 due to regressions
Yaxun Liu
2016-12-16
1
-1
/
+1
*
[OpenCL] Allow disabling types and declarations associated with extensions
Yaxun Liu
2016-12-16
1
-1
/
+1
*
Store decls in prototypes on the declarator instead of in the AST
Reid Kleckner
2016-12-09
1
-2
/
+15
*
Fixes for r287241. Use placement new. Apply clang-format.
Malcolm Parsons
2016-11-17
1
-6
/
+2
*
Use unique_ptr for cached tokens for default arguments in C++.
Malcolm Parsons
2016-11-17
1
-2
/
+8
*
[Sema] Store a SourceRange for multi-token builtin types
Malcolm Parsons
2016-10-21
1
-15
/
+19
*
[GCC] Support for __final specifier
Andrey Bokhanko
2016-07-29
1
-0
/
+2
*
P0217R3: Parsing support and framework for AST representation of C++1z
Richard Smith
2016-07-22
1
-2
/
+34
*
[MSVC] Support for __unaligned qualifier in functions
Andrey Bokhanko
2016-05-26
1
-1
/
+1
*
[MSVC] Implementation of __unaligned as a proper type qualifier
Andrey Bokhanko
2016-05-11
1
-2
/
+4
*
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
[next]