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
/
Parse
/
ParseDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a layering oddity by passing Sema to DeclSpec::Finish instead of Diagnost...
Craig Topper
2015-11-15
1
-2
/
+2
*
Move diagnostics from Parse to Sema to remove Sema's dependency on ParserDiag...
Craig Topper
2015-11-14
1
-0
/
+1
*
Merge some similar diagnostics using %select.
Craig Topper
2015-11-14
1
-4
/
+5
*
Fix spelling error in comment.
Craig Topper
2015-11-14
1
-1
/
+1
*
Add support for GCC's '__auto_type' extension, per the GCC manual:
Richard Smith
2015-11-11
1
-0
/
+6
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi...
Hans Wennborg
2015-10-06
1
-10
/
+3
*
Add -f[no-]declspec to control recognition of __declspec as a keyword
Saleem Abdulrasool
2015-10-04
1
-3
/
+1
*
[Modules] More descriptive diagnostics for misplaced import directive
Serge Pavlov
2015-09-19
1
-1
/
+2
*
Modify DeclaratorChuck::getFunction to be passed an Exception Specification S...
Nathan Wilson
2015-08-26
1
-1
/
+1
*
[OPENMP] Fix for http://llvm.org/PR24430: clang hangs on invalid input with o...
Alexey Bataev
2015-08-12
1
-0
/
+8
*
[MS Compat] Allow _Atomic(Type) and 'struct _Atomic' to coexist
David Majnemer
2015-07-22
1
-0
/
+12
*
Ignore the "novtable" declspec when not using the Microsoft C++ ABI.
Bob Wilson
2015-07-20
1
-1
/
+1
*
Support alternate attribute spelling __enable_if__
Ulrich Weigand
2015-07-13
1
-1
/
+2
*
Implement the Objective-C __kindof type qualifier.
Douglas Gregor
2015-07-07
1
-0
/
+19
*
C++ support for Objective-C lightweight generics.
Douglas Gregor
2015-07-07
1
-16
/
+24
*
Substitute type arguments into uses of Objective-C interface members.
Douglas Gregor
2015-07-07
1
-30
/
+2
*
Handle Objective-C type arguments.
Douglas Gregor
2015-07-07
1
-10
/
+40
*
[CONCEPTS] Parsing of concept keyword
Hubert Tong
2015-06-30
1
-0
/
+8
*
[Parse] Allow 'constexpr' in condition declarations
Meador Inge
2015-06-25
1
-1
/
+1
*
Replace __double_underscored type nullability qualifiers with _Uppercase_unde...
Douglas Gregor
2015-06-24
1
-15
/
+15
*
Handle 'instancetype' in ParseDeclarationSpecifiers.
Douglas Gregor
2015-06-19
1
-0
/
+13
*
Introduce type nullability specifiers for C/C++.
Douglas Gregor
2015-06-19
1
-0
/
+45
*
[clang] Refactoring of conditions so they use isOneOf() instead of multiple i...
Daniel Marjamaki
2015-06-18
1
-19
/
+18
*
__declspec is not a core Clang language extension. Instead, require -fms-exte...
Aaron Ballman
2015-05-26
1
-0
/
+3
*
Refactored some common functionality into MaybeParseMicrosoftDeclSpecs; NFC.
Aaron Ballman
2015-05-20
1
-54
/
+55
*
[modules] Suport for merging a parsed enum definition into an existing import...
Richard Smith
2015-05-07
1
-1
/
+23
*
Batch up access-related diagnostics on enum constants until the whole enum is...
Jordan Rose
2015-04-30
1
-2
/
+11
*
[MS ABI] Correctly associate align attrs before the class-key
David Majnemer
2015-04-19
1
-0
/
+42
*
[parser] Push _Atomic locs through DeclaratorChunk.
Benjamin Kramer
2015-03-29
1
-1
/
+2
*
Diagnose ref-qualifiers occuring after virt-specifier-seq and generate fixit ...
Ehsan Akhgari
2015-03-25
1
-8
/
+17
*
Diagnose declspecs occuring after virt-specifier-seq and generate fixit hints
Ehsan Akhgari
2015-03-25
1
-1
/
+1
*
Revert "Diagnose declspecs occuring after virt-specifier-seq and generate fix...
Ehsan Akhgari
2015-03-24
1
-1
/
+1
*
Revert "Diagnose ref-qualifiers occuring after virt-specifier-seq and generat...
Ehsan Akhgari
2015-03-24
1
-17
/
+8
*
Diagnose ref-qualifiers occuring after virt-specifier-seq and generate fixit ...
Ehsan Akhgari
2015-03-24
1
-8
/
+17
*
Diagnose declspecs occuring after virt-specifier-seq and generate fixit hints
Ehsan Akhgari
2015-03-24
1
-1
/
+1
*
Use Sema's PrintingPolicy when diagnosing DeclSpecs.
Benjamin Kramer
2015-03-12
1
-1
/
+2
*
Simplify boolean expressions in clang with clang-tidy
David Blaikie
2015-03-09
1
-1
/
+1
*
Wrap to 80 columns. No behavior change.
Nico Weber
2015-02-18
1
-9
/
+11
*
Don't crash on `struct ::, struct ::` (and the same for enums).
Nico Weber
2015-02-15
1
-2
/
+5
*
Initial support for C++ parameter completion
Francisco Lopes da Silva
2015-01-21
1
-1
/
+5
*
Fix crash-on-invalid and name lookup when recovering from ~X::X() typo.
Richard Smith
2015-01-15
1
-1
/
+10
*
Parse: Switch to using EOF tokens for late parsed attributes
David Majnemer
2015-01-13
1
-12
/
+15
*
Parse: Don't crash if missing an initializer expression
David Majnemer
2015-01-13
1
-1
/
+2
*
Parse: Further simplify ParseLexedMethodDeclaration
David Majnemer
2015-01-13
1
-8
/
+0
*
[PowerPC]To provide better compatibility with gcc I added the __bool keyword ...
Bill Seurer
2015-01-12
1
-0
/
+5
*
Parse: Get rid of tok::cxx_defaultarg_end, use EOF instead
David Majnemer
2015-01-12
1
-1
/
+2
*
Parse: __attribute__((keyword)) shouldn't error
David Majnemer
2015-01-03
1
-3
/
+4
*
Parse: Don't crash when 'typename' shows up in an attribute
David Majnemer
2014-12-28
1
-1
/
+2
*
PR21969: Improve diagnostics for a conversion function that has any pieces of a
Richard Smith
2014-12-19
1
-1
/
+1
*
Correct delayed typos in the operand to typeof expressions.
Kaelyn Takata
2014-12-19
1
-2
/
+2
[next]