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
/
Parser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing space
Fangrui Song
2018-07-30
1
-34
/
+34
*
[NFC] Rename clang::AttributeList to clang::ParsedAttr
Erich Keane
2018-07-13
1
-1
/
+1
*
AttributeList de-listifying:
Erich Keane
2018-07-12
1
-14
/
+8
*
[Modules][ObjC] Warn on the use of '@import' in framework headers
Bruno Cardoso Lopes
2018-06-27
1
-0
/
+12
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-8
/
+8
*
Parse A::template B as an identifier rather than as a template-id with no
Richard Smith
2018-04-27
1
-1
/
+1
*
Revert rC330794 and some dependent tiny bug fixes
Faisal Vali
2018-04-26
1
-3
/
+3
*
[c++2a] [concepts] Add rudimentary parsing support for template concept decla...
Faisal Vali
2018-04-25
1
-3
/
+3
*
Revert r329684 (and follow-ups 329693, 329714). See discussion on https://rev...
Nico Weber
2018-04-10
1
-43
/
+1
*
-ftime-report switch support in Clang.
Andrew V. Tischenko
2018-04-10
1
-1
/
+43
*
[Parser] Remove hard-coded bracket depth limit
Jan Korous
2018-03-16
1
-1
/
+1
*
Fix a couple of cases where we would fail to correctly parse deduced class te...
Richard Smith
2018-02-28
1
-2
/
+2
*
Allow the NS, CF, and ObjC attributes to be used with -fdouble-square-bracket...
Aaron Ballman
2018-02-12
1
-1
/
+1
*
Again reverting an attempt to convert the DeclSpec enums into scoped enums.
Faisal Vali
2018-01-01
1
-1
/
+1
*
[NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...
Faisal Vali
2018-01-01
1
-1
/
+1
*
Revert r321614 and r321615
Faisal Vali
2018-01-01
1
-1
/
+1
*
[NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...
Faisal Vali
2018-01-01
1
-1
/
+1
*
[NFC] Modernize enum DeclSpecContext into a scoped enum.
Faisal Vali
2017-12-31
1
-3
/
+4
*
[NFC] Modernize enum Declarator::TheContext to a type-safe scoped enum.
Faisal Vali
2017-12-29
1
-8
/
+8
*
Add a fixit for attributes incorrectly placed prior to 'struct/class/enum' ke...
Faisal Vali
2017-12-25
1
-1
/
+25
*
[Modules TS] Added module re-export support.
Hamza Sood
2017-11-21
1
-6
/
+8
*
[code completion] Complete ObjC methods in @implementation without leading
Alex Lorenz
2017-10-24
1
-3
/
+9
*
[Modules TS] Diagnose attempts to enter module implementation units without t...
Richard Smith
2017-10-10
1
-2
/
+2
*
Fixed a crash on replaying Preamble's PP conditional stack.
Ilya Biryukov
2017-08-21
1
-2
/
+0
*
Place implictly declared functions at block scope
Momchil Velikov
2017-08-10
1
-4
/
+7
*
Fix invalid warnings for header guards in preambles
Erik Verbruggen
2017-07-05
1
-0
/
+2
*
[modules ts] Declarations from a module interface unit are only visible outside
Richard Smith
2017-07-05
1
-0
/
+2
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-03
1
-0
/
+2
*
Fix the location of "missing ';'" suggestions after annotation tokens.
Richard Smith
2017-05-18
1
-15
/
+7
*
P0629R0: Switch to latest proposal for distinguishing module interface from i...
Richard Smith
2017-04-21
1
-39
/
+28
*
Add support for editor placeholders to Clang
Alex Lorenz
2017-04-19
1
-0
/
+6
*
Add #pragma clang attribute
Alex Lorenz
2017-04-18
1
-0
/
+4
*
Revert r300539 - Add #pragma clang attribute
Alex Lorenz
2017-04-18
1
-4
/
+0
*
Add #pragma clang attribute
Alex Lorenz
2017-04-18
1
-0
/
+4
*
[Parser][ObjC++] Improve diagnostics and recovery when C++ keywords are used
Alex Lorenz
2017-04-11
1
-0
/
+15
*
Add #pragma clang fp
Adam Nemet
2017-04-04
1
-0
/
+3
*
Publish one more parser RAII for external use.
Vassil Vassilev
2017-03-27
1
-20
/
+0
*
Publish RAIIObjectsForParser.h for external usage.
Vassil Vassilev
2017-03-23
1
-1
/
+1
*
Introduce an 'external_source_symbol' attribute that describes the origin
Alex Lorenz
2017-03-01
1
-0
/
+2
*
P0091R3: Implement basic parsing support for C++17 deduction-guides.
Richard Smith
2017-02-07
1
-2
/
+4
*
PR0091R3: Implement parsing support for using templates as types.
Richard Smith
2017-01-26
1
-1
/
+2
*
PR13403 (+duplicates): implement C++ DR1310 (http://wg21.link/cwg1310).
Richard Smith
2017-01-19
1
-0
/
+1
*
Remove redundant passing around of a "ContainsAutoType" flag.
Richard Smith
2017-01-12
1
-1
/
+1
*
Remove dead code.
Richard Smith
2017-01-10
1
-5
/
+0
*
Remove a couple of parameters that are always false.
Richard Smith
2017-01-10
1
-21
/
+14
*
Recommit r289979 [OpenCL] Allow disabling types and declarations associated w...
Yaxun Liu
2016-12-18
1
-0
/
+2
*
Revert r289979 due to regressions
Yaxun Liu
2016-12-16
1
-2
/
+0
*
[OpenCL] Allow disabling types and declarations associated with extensions
Yaxun Liu
2016-12-16
1
-0
/
+2
*
[modules] Use the "redundant #include" diagnostic rather than the "module
Richard Smith
2016-12-06
1
-6
/
+21
*
[SemaObjC] Be more strict while parsing type arguments and protocols
Bruno Cardoso Lopes
2016-09-13
1
-0
/
+4
[next]