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
/
test
/
Parser
Commit message (
Expand
)
Author
Age
Files
Lines
*
Continue parsing an expression list even after an error is encountered.
Kaelyn Takata
2014-07-14
1
-0
/
+6
*
Giving this test a triple to satisfy the build bots.
Aaron Ballman
2014-07-06
1
-1
/
+1
*
The MicrosoftExtensions.c test file should not rely on -x objective-c++. Remo...
Aaron Ballman
2014-07-06
2
-66
/
+53
*
This test case does not require -Wno-missing-declarations or -x objective-c++.
Aaron Ballman
2014-07-06
1
-1
/
+1
*
Move InterlockedBitTestAndSet into its own test file
Ehsan Akhgari
2014-07-06
2
-11
/
+13
*
Fix the MicrosoftExtensions.c target
Ehsan Akhgari
2014-07-06
1
-0
/
+1
*
Enable the InterlockedBitTestAndSet test
Ehsan Akhgari
2014-07-06
1
-3
/
+0
*
Add support for nested blocks in Microsoft inline assembly
Ehsan Akhgari
2014-07-06
2
-0
/
+20
*
Don't allow dllimport variables in constant initializers
Hans Wennborg
2014-06-25
1
-1
/
+1
*
Fix parsing nested __if_exists blocks
Reid Kleckner
2014-06-25
1
-2
/
+16
*
Add a missing test for the __if_exists extension
Reid Kleckner
2014-06-25
1
-0
/
+10
*
Split tests for __if_exists out into their own file
Reid Kleckner
2014-06-25
2
-97
/
+93
*
Provide a better diagnostic when braces are put before the identifier.
Richard Trieu
2014-06-24
2
-0
/
+232
*
Fix PR20081: Parsing templates in the presence of -x cuda -std=c++11
Eli Bendersky
2014-06-20
2
-1
/
+22
*
Fix PR20069: bad loop pragma arguments crash FE
Eli Bendersky
2014-06-19
1
-12
/
+28
*
[C++1z] Implement N4051: 'typename' is permitted instead of 'class' when decl...
Richard Smith
2014-06-16
1
-0
/
+6
*
[PPC64LE] Run some existing Altivec tests on powerpc64le as well
Bill Schmidt
2014-06-13
3
-0
/
+5
*
Add loop unroll pragma support
Eli Bendersky
2014-06-11
1
-4
/
+22
*
PR19993: don't assert/crash if a static data member is initialized by '= dele...
Richard Smith
2014-06-11
1
-0
/
+4
*
*Really* fix DOS newlines introduced in r210330
Reid Kleckner
2014-06-10
1
-132
/
+132
*
Adding a new #pragma for the vectorize and interleave optimization hints.
Aaron Ballman
2014-06-06
1
-0
/
+132
*
Preprocessor: make C++ operator names as macro identifiers a compatible exten...
Alp Toker
2014-05-31
1
-0
/
+3
*
Add a PR reference for XFAILed test
Alp Toker
2014-05-28
1
-0
/
+2
*
Implemented support for "pragma clang optimize on/off", based on attribute 'o...
Dario Domizioli
2014-05-23
1
-0
/
+28
*
Improved recovery of switch statement
Serge Pavlov
2014-05-21
1
-0
/
+50
*
Preprocessor: support defined() with operator names for MS compatibility
Alp Toker
2014-05-21
1
-1
/
+1
*
Replace completely bogus ambiguous-compound-literal-in-C++ code with something
Richard Smith
2014-05-15
1
-1
/
+3
*
PR19748: Make sure we don't lose colon protection after the parenthesized typ...
Richard Smith
2014-05-15
1
-0
/
+11
*
Revised wording for diagnostics in r208299
Ismail Pazarbasi
2014-05-09
1
-3
/
+3
*
Suggest fix-it ':' when '=' used in for-range-declaration
Ismail Pazarbasi
2014-05-08
1
-1
/
+33
*
Fix PR 19630, don't crash when file ends with whitespace.
Richard Trieu
2014-05-02
1
-0
/
+13
*
Handle -fdelayed-template-parsing of out-of-line definitions of
Hans Wennborg
2014-05-02
1
-0
/
+58
*
Print detailed vector type information on diagnostics.
Benjamin Kramer
2014-04-25
3
-5
/
+5
*
[Parser] Remove "add -fmodules" from the "use of '@import' when modules are d...
Argyrios Kyrtzidis
2014-04-17
1
-1
/
+1
*
Fixing a typo, updating the diagnostic wording and logic based on post-commit...
Aaron Ballman
2014-04-15
2
-2
/
+2
*
Properly diagnose Microsoft __declspec attributes which have optional argumen...
Aaron Ballman
2014-04-14
1
-0
/
+6
*
Properly diagnose standard C++ attributes which have optional argument lists ...
Aaron Ballman
2014-04-14
2
-2
/
+8
*
Improve error recovery around colon.
Serge Pavlov
2014-04-13
1
-0
/
+67
*
PR19339: Disambiguate lambdas with init-captures from designated initializers
Richard Smith
2014-04-13
1
-1
/
+9
*
Driver: add target definition for Windows on ARM
Saleem Abdulrasool
2014-04-04
1
-0
/
+10
*
Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...
David Blaikie
2014-04-02
1
-1
/
+1
*
Unify __declspec attribute argument parsing with the common attribute argumen...
Aaron Ballman
2014-03-31
1
-3
/
+3
*
Introduced an attribute syntax-neutral method for parsing attribute arguments...
Aaron Ballman
2014-03-31
1
-8
/
+9
*
Sema: Implement DR317
David Majnemer
2014-03-30
1
-1
/
+1
*
Objective-C. Improve diagnostic error for '@import'
Fariborz Jahanian
2014-03-26
1
-1
/
+3
*
Fix a typo in r204164 that made *all* keywords available in OpenCL mode.
Richard Smith
2014-03-18
1
-0
/
+8
*
Implement the MS extension __identifier properly: take a token and strip it of
Richard Smith
2014-03-15
1
-0
/
+23
*
Fix crash if delayed template parsing meets an erroneous trailing return type.
Richard Smith
2014-03-12
1
-0
/
+2
*
Allow GNU-style attributes on lambda expressions.
Aaron Ballman
2014-03-12
1
-1
/
+7
*
Improving test coverage for lambda expressions with attribute specifiers.
Aaron Ballman
2014-03-11
1
-1
/
+12
[next]