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
/
ParseDeclCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Using for attributes voted into C++17.
Richard Smith
2016-06-24
1
-0
/
+27
*
Re-commit r273548, reverted in r273589, with a fix to not produce
Richard Smith
2016-06-23
1
-3
/
+4
*
Revert r273548, "Rearrange condition handling so that semantic checks on a co...
Peter Collingbourne
2016-06-23
1
-4
/
+3
*
Rearrange condition handling so that semantic checks on a condition variable
Richard Smith
2016-06-23
1
-3
/
+4
*
[Parser] Handle __pragma(pack, etc. after type definitions
David Majnemer
2016-06-14
1
-0
/
+7
*
Clang support for __is_assignable intrinsic
David Majnemer
2016-05-23
1
-0
/
+1
*
[Concepts] Pass requires-clause to ActOnTemplateParameterList; NFC
Hubert Tong
2016-04-29
1
-1
/
+1
*
Remove redundant null-check; NFC
Hubert Tong
2016-04-13
1
-1
/
+1
*
[OPENMP 4.0] Initial support for '#pragma omp declare simd' directive.
Alexey Bataev
2016-03-30
1
-1
/
+2
*
clang-cl: support __cdecl-on-struct anachronism
Reid Kleckner
2016-03-21
1
-0
/
+9
*
Implement support for [[maybe_unused]] in C++1z that is based off existing su...
Aaron Ballman
2016-03-09
1
-0
/
+2
*
Silence duplicate diagnostics because parsing of a standards-based attribute ...
Aaron Ballman
2016-03-08
1
-0
/
+2
*
Implement support for [[nodiscard]] in C++1z that is based off existing suppo...
Aaron Ballman
2016-03-07
1
-1
/
+2
*
[OPENMP 4.0] Initial support for 'omp declare reduction' construct.
Alexey Bataev
2016-03-03
1
-1
/
+1
*
Include RecordDecls from anonymous unions in the AST.
Nico Weber
2016-01-28
1
-3
/
+8
*
Fix infinite loop when ::new or ::delete are found in member initializer list...
Alexey Bataev
2016-01-20
1
-12
/
+14
*
OpaquePtr: Use nullptr construction for ParsedType OpaquePtr typedef
David Blaikie
2016-01-15
1
-15
/
+14
*
OpaquePtr: Use nullptr construction for TemplateTy OpaquePtr typedef
David Blaikie
2016-01-15
1
-5
/
+4
*
OpaquePtr: Use nullptr construction for DeclGroupPtrTy OpaquePtr typedef
David Blaikie
2016-01-15
1
-23
/
+23
*
Properly track the end location of an exception specification.
Aaron Ballman
2016-01-12
1
-1
/
+2
*
[Sema] ArrayRef-ize ActOnBaseSpecifiers. NFC
Craig Topper
2015-12-27
1
-1
/
+1
*
Revert r256399 "[Sema] ArrayRef-ize ActOnBaseSpecifiers. NFC"
Craig Topper
2015-12-25
1
-1
/
+1
*
[Sema] ArrayRef-ize ActOnTemplateParameterList. NFC
Craig Topper
2015-12-24
1
-2
/
+2
*
[Sema] ArrayRef-ize ActOnBaseSpecifiers. NFC
Craig Topper
2015-12-24
1
-1
/
+1
*
Some minor correction based on David Blaikie post-commit code review for r255...
Ekaterina Romanova
2015-12-24
1
-1
/
+1
*
Do not generate DW_TAG_imported_module for anonymous namespaces (even nested)...
Ekaterina Romanova
2015-12-10
1
-14
/
+19
*
[MS] Fix for bug 25013 - #pragma vtordisp is unknown inside functions, by Den...
Alexey Bataev
2015-11-20
1
-0
/
+5
*
[modules] When a #include is mapped to a module import and appears somewhere
Richard Smith
2015-11-17
1
-4
/
+4
*
Merge some similar diagnostics using %select.
Craig Topper
2015-11-14
1
-4
/
+4
*
Fix 80 column violation. NFC.
Craig Topper
2015-11-14
1
-2
/
+2
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi...
Hans Wennborg
2015-10-06
1
-7
/
+6
*
SourceRanges are small and trivially copyable, don't them by reference.
Craig Topper
2015-10-04
1
-1
/
+1
*
[Modules] More descriptive diagnostics for misplaced import directive
Serge Pavlov
2015-09-19
1
-3
/
+5
*
Delay emitting members of dllexport classes until the class is fully parsed (...
Hans Wennborg
2015-08-15
1
-1
/
+1
*
Outline function Parser::ParseCXXClassMemberDeclarationWithPragmas(), NFC.
Alexey Bataev
2015-07-31
1
-123
/
+122
*
[MS Compat] Allow _Atomic(Type) and 'struct _Atomic' to coexist
David Majnemer
2015-07-22
1
-0
/
+38
*
Fix crash-on-invalid: don't look ahead past an unknown token, it might be EOF.
Richard Smith
2015-07-21
1
-1
/
+2
*
Ignore the "novtable" declspec when not using the Microsoft C++ ABI.
Bob Wilson
2015-07-20
1
-1
/
+1
*
Classes inside lambdas are local not nested.
Serge Pavlov
2015-07-14
1
-10
/
+4
*
Revert "parser: wordsmith diagnostic message" and "parser: diagnose empty att...
David Majnemer
2015-07-08
1
-3
/
+1
*
DR1909: Diagnose all invalid cases of a class member sharing its name with th...
Richard Smith
2015-07-06
1
-4
/
+5
*
[modules] Skip trailing attributes when skipping a class definition during pa...
Richard Smith
2015-07-01
1
-0
/
+5
*
Unbreak the Visual C++ 2013 build after r241032.
Yaron Keren
2015-06-30
1
-1
/
+1
*
Rework parsing of pure-specifiers. Perform the grammar matching and
Richard Smith
2015-06-30
1
-34
/
+61
*
Instantiation of local class members.
Serge Pavlov
2015-06-29
1
-3
/
+6
*
[clang] Refactoring of conditions so they use isOneOf() instead of multiple i...
Daniel Marjamaki
2015-06-18
1
-71
/
+69
*
parser: diagnose empty attribute blocks
Saleem Abdulrasool
2015-06-16
1
-1
/
+3
*
parser: improve diagnostics for MS attributes
Saleem Abdulrasool
2015-06-15
1
-6
/
+8
*
[modules] Fix assert/crash when parsing and merging a definition of a class w...
Richard Smith
2015-06-11
1
-2
/
+3
*
Refactored some common functionality into MaybeParseMicrosoftDeclSpecs; NFC.
Aaron Ballman
2015-05-20
1
-4
/
+1
[prev]
[next]