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
*
Rewrite NRVO determination. Track NRVO candidates on the parser Scope and app...
Nick Lewycky
2014-05-03
1
-2
/
+1
*
Cut off parsing early during code completion
Alp Toker
2014-05-02
1
-2
/
+1
*
[MS-ABI] Add support for #pragma section and related pragmas
Warren Hunt
2014-04-08
1
-0
/
+3
*
Fix crash if delayed template parsing meets an erroneous trailing return type.
Richard Smith
2014-03-12
1
-24
/
+4
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
1
-1
/
+1
*
argument -> parameter terminology fixes for FunctionTypeInfo
Alp Toker
2014-02-26
1
-4
/
+4
*
Fix crash when both ExpectAndConsume and ConsumeAnyToken emit diagnostics
Alp Toker
2014-02-23
1
-10
/
+12
*
Hide pragma handler classes in ParsePragma.cpp
Reid Kleckner
2014-02-20
1
-89
/
+2
*
PR18870: Parse language linkage specifiers properly if the string-literal is
Richard Smith
2014-02-17
1
-2
/
+1
*
MS ABI: Implement #pragma vtordisp() and clang-cl /vdN
Reid Kleckner
2014-02-12
1
-0
/
+7
*
MS ABI: Add support for #pragma pointers_to_members
David Majnemer
2014-02-10
1
-0
/
+7
*
Add a new attribute meta-spelling called "GCC" -- it widens into being a GNU ...
Aaron Ballman
2014-01-27
1
-1
/
+1
*
Introduce and use Decl::getAsFunction() to simplify templated function checks
Alp Toker
2014-01-22
1
-6
/
+1
*
Remove some hard-coded specialness for thread-safety attributes from the pars...
Aaron Ballman
2014-01-20
1
-1
/
+1
*
Fix for PR9812: warn about bool instead of _Bool.
Erik Verbruggen
2014-01-15
1
-3
/
+8
*
Rename language option MicrosoftMode to MSVCCompat
Alp Toker
2014-01-14
1
-1
/
+1
*
Rename getTokenSimpleSpelling() to getPunctuatorSpelling()
Alp Toker
2014-01-06
1
-2
/
+2
*
Tweak the parse recovery in r198540
Alp Toker
2014-01-05
1
-3
/
+8
*
Fix bungled parse recovery in K&R function declarations
Alp Toker
2014-01-05
1
-6
/
+3
*
Parse: Token consumption modernization and loop de-nesting
Alp Toker
2014-01-05
1
-2
/
+1
*
Using the quoted version of an attribute name for consistency with other attr...
Aaron Ballman
2014-01-02
1
-1
/
+1
*
ExpectAndConsume: Diagnose errors automatically
Alp Toker
2014-01-01
1
-45
/
+44
*
Support and use token kinds as diagnostic arguments
Alp Toker
2013-12-24
1
-17
/
+12
*
Fix OpenMP recovery with trailing tokens following the pragma
Alp Toker
2013-12-18
1
-0
/
+2
*
Revert "[OPENMP] Fix for parsing OpenMP directives with extra braces, bracket...
Alp Toker
2013-12-18
1
-38
/
+22
*
[OPENMP] Fix for parsing OpenMP directives with extra braces, brackets and pa...
Alexey Bataev
2013-12-18
1
-22
/
+38
*
Fix indentation from r197490 plus some typos
Alp Toker
2013-12-17
1
-2
/
+2
*
Simplify RevertibleTypeTraits as a form of contextual keyword
Alp Toker
2013-12-17
1
-3
/
+21
*
Parse: Avoid crashing on unterminated top-level asm strings
Justin Bogner
2013-12-10
1
-6
/
+5
*
Remove redundant check.
Richard Smith
2013-12-04
1
-4
/
+1
*
Fix several crash-on-invalids when using template-ids that aren't
Richard Smith
2013-12-04
1
-1
/
+4
*
Emit an extension warning when changing system header tokens
Alp Toker
2013-12-03
1
-0
/
+11
*
[Parser] Unbreak parsing with incremental parsing enabled and add a unit-test...
Argyrios Kyrtzidis
2013-11-24
1
-3
/
+1
*
Generate a marker token when entering or leaving a submodule when building a
Richard Smith
2013-11-23
1
-8
/
+25
*
PR9547: If we're parsing a simple-declaration that contains a tag definition,
Richard Smith
2013-11-19
1
-0
/
+6
*
Make helper function static.
Benjamin Kramer
2013-11-18
1
-1
/
+1
*
Replaced bool parameters in SkipUntil function with single bit-based parameter.
Alexey Bataev
2013-11-18
1
-18
/
+32
*
When we hit a #include directive that maps to a module import, emit a token
Richard Smith
2013-11-15
1
-4
/
+15
*
Support return type deduction for templates in -fdelayed-template-parsing (mi...
Faisal Vali
2013-11-01
1
-1
/
+22
*
Parse: Disable delayed template parsing for constexpr functions
David Majnemer
2013-10-23
1
-3
/
+3
*
Revert r193073 and the attempt to fix it in r193170.
Chandler Carruth
2013-10-22
1
-9
/
+0
*
Fix to PR8880 (clang dies processing a for loop).
Serge Pavlov
2013-10-21
1
-0
/
+9
*
[-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'f...
David Majnemer
2013-10-18
1
-0
/
+1
*
Tidy up and improve error recovery for C++11 attributes in bad places. Based on
Richard Smith
2013-10-15
1
-3
/
+9
*
Parser: support Microsoft syntax for 'typename typedef'
David Majnemer
2013-09-03
1
-1
/
+18
*
Revert "Implement a rudimentary form of generic lambdas."
Manuel Klimek
2013-08-22
1
-0
/
+1
*
Implement a rudimentary form of generic lambdas.
Faisal Vali
2013-08-22
1
-1
/
+0
*
PR9992: Serialize and deserialize the token sequence for a function template in
Richard Smith
2013-08-07
1
-14
/
+5
*
Started implementing variable templates. Top level declarations should be ful...
Larisse Voufo
2013-08-06
1
-2
/
+4
*
Avoid recursions when the parser finds out that it has too many brackets.
Rafael Espindola
2013-07-25
1
-1
/
+11
[next]