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
*
Wrap to 80 columns, no behavior change.
Nico Weber
2015-01-04
1
-4
/
+5
*
Diagnose function template definitions inside functions
Reid Kleckner
2014-12-15
1
-1
/
+1
*
Parse: Concatenated string literals should be verified in inline asm
David Majnemer
2014-12-11
1
-16
/
+13
*
Fix crash when using __if_exists in C mode
Nico Rieck
2014-11-24
1
-2
/
+3
*
[OPENMP] Codegen for threadprivate variables
Alexey Bataev
2014-11-11
1
-2
/
+1
*
Remove a couple typedefs for things in the clang namespace with the same name...
Craig Topper
2014-10-31
1
-2
/
+2
*
Pass around CorrectionCandidateCallbacks as unique_ptrs so
Kaelyn Takata
2014-10-27
1
-4
/
+4
*
Reland r219810 "Fix late template parsing leak with incremental processing"
Reid Kleckner
2014-10-22
1
-1
/
+11
*
Remove unused StmtVector& parameters from declaration parsing functions.
Rafael Espindola
2014-10-22
1
-8
/
+4
*
Revert "Fix late template parsing leak with incremental processing"
Reid Kleckner
2014-10-15
1
-11
/
+1
*
Fix late template parsing leak with incremental processing
Reid Kleckner
2014-10-15
1
-1
/
+11
*
-ms-extensions: Implement __super scope specifier (PR13236).
Nikola Smiljanic
2014-09-26
1
-5
/
+7
*
Revert r197496, as it broke REVERTIBLE_TYPE_TRAITs from PCH files.
Nico Weber
2014-09-23
1
-21
/
+3
*
Parse: Replace polymorphic functor objects with lambdas and llvm::function_ref.
Benjamin Kramer
2014-09-03
1
-7
/
+0
*
-fms-extensions: Implement half of #pragma init_seg
Reid Kleckner
2014-07-22
1
-1
/
+1
*
[C++11] Use 'nullptr'. Parser edition.
Craig Topper
2014-05-21
1
-31
/
+34
*
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
[next]