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
/
Sema
Commit message (
Expand
)
Author
Age
Files
Lines
*
MS ABI: Add support for #pragma pointers_to_members
David Majnemer
2014-02-10
5
-11
/
+55
*
Sema: Remove useless MSStructPragmaOn update in Sema::~Sema
David Majnemer
2014-02-10
1
-1
/
+0
*
PR18685: Ignore class template specializations as potential
Kaelyn Uhrain
2014-02-09
1
-0
/
+7
*
Clarify comment. Remove braces from single-statement block.
David Blaikie
2014-02-09
1
-4
/
+4
*
Improve diagnostic for using non-class/namespace/scoped enum in a nested name...
David Blaikie
2014-02-09
1
-14
/
+17
*
PR16519, PR18009: When checking a partial specialization for uses of its own
Richard Smith
2014-02-09
1
-31
/
+94
*
Move the -fms-compatibility using decl check after real access checking
Reid Kleckner
2014-02-08
1
-4
/
+3
*
PR18581: Attempt to complete the type in a VLA declaration before checking
Richard Smith
2014-02-08
1
-0
/
+1
*
Fix lifetime issue causing buildbot failures.
Richard Smith
2014-02-08
1
-2
/
+2
*
PR16638, DR1552: the exception specification on an implicitly-declared
Richard Smith
2014-02-07
1
-3
/
+6
*
Fold together two repeated identical 'if's.
Richard Smith
2014-02-07
1
-7
/
+5
*
Objective-C. Revert patch r193003 for further
Fariborz Jahanian
2014-02-07
1
-21
/
+0
*
MS ABI: Don't be so hasty to judge an inheritance model
David Majnemer
2014-02-07
2
-10
/
+17
*
Temporary fix for PR18473: Don't try to evaluate the initializer for a
Richard Smith
2014-02-06
1
-7
/
+6
*
PR18128: a lambda capture-default is not permitted for a non-local lambda
Richard Smith
2014-02-06
1
-1
/
+18
*
MS ABI: Tweak pointer-to-member mangling/inheritance model selection
David Majnemer
2014-02-06
2
-0
/
+7
*
Allow transformation of VariableArray to ConstantArray.
Serge Pavlov
2014-02-06
1
-1
/
+3
*
DR101, PR12770: If a function is declared in the same context as a
Richard Smith
2014-02-06
2
-13
/
+29
*
Don't consider records with a NULL identifier as a name for typo correction.
Kaelyn Uhrain
2014-02-05
1
-1
/
+1
*
Don't mark decls with mismatching exception specs invalid in MS mode (PR18683)
Hans Wennborg
2014-02-05
1
-7
/
+15
*
Tighten lax vector-conversion rules and enforce them consistently.
John McCall
2014-02-04
2
-103
/
+119
*
Add implicit declarations of allocation functions when looking them up for
Richard Smith
2014-02-04
4
-38
/
+44
*
Tidy up and reduce some comment redundancy.
Richard Smith
2014-02-03
1
-34
/
+29
*
Fix a -Wmicrosoft warning about an unrepresentable enum value
Reid Kleckner
2014-02-03
1
-1
/
+1
*
PR17846, PR17848: don't build a VarTemplateSpecializationDecl for a use of a
Richard Smith
2014-02-03
1
-4
/
+7
*
Fix typo 'uusal'.
Richard Smith
2014-02-03
1
-2
/
+2
*
Implement DR329. We already did the right thing here in C++98 mode, but r104014
Richard Smith
2014-02-03
1
-47
/
+31
*
Sema: Reject templates in all extern "C" contexts.
Benjamin Kramer
2014-02-02
1
-5
/
+6
*
[Sema] Follow-up on r200521 for the -Wnon-literal-null-conversion warning and...
Argyrios Kyrtzidis
2014-02-02
1
-15
/
+1
*
[Sema] For -Wnon-literal-null-conversion warning, look through integer casts,...
Argyrios Kyrtzidis
2014-01-31
1
-1
/
+15
*
[OPENMP] Bug fixes in threadprivate declaration and data sharing attributes p...
Alexey Bataev
2014-01-31
1
-34
/
+53
*
PR14995: Allow a dependent type as the second parameter of operator++ and
Richard Smith
2014-01-30
1
-4
/
+3
*
Don't produce a 'returning reference to local' warning if a lambda returns a
Richard Smith
2014-01-30
1
-0
/
+8
*
Diagnose typedef names for linkage purposes that would change
John McCall
2014-01-30
1
-0
/
+21
*
Sema: Diagnose improper application of inheritance keywords
David Majnemer
2014-01-29
2
-2
/
+76
*
Short-circuit a couple of queries (and avoid corrupting
John McCall
2014-01-29
1
-1
/
+7
*
A new conversion warning for when an Objective-C object literal is implicitly
Richard Trieu
2014-01-28
1
-0
/
+7
*
Objective-C. Fixes a bug where "new" family attribute
Fariborz Jahanian
2014-01-28
1
-1
/
+2
*
Relaxing the alignment requirements for fields in a transparent_union. Emits ...
Aaron Ballman
2014-01-28
1
-1
/
+6
*
Apply the typo correction replacement location fix from r191450 to the
Kaelyn Uhrain
2014-01-28
1
-3
/
+5
*
ObjectiveC. Fixes a bug in recognition of an ivar
Fariborz Jahanian
2014-01-27
1
-9
/
+8
*
Add a new attribute meta-spelling called "GCC" -- it widens into being a GNU ...
Aaron Ballman
2014-01-27
1
-3
/
+3
*
ObjectiveC. When introducing a new property declaration in
Fariborz Jahanian
2014-01-27
1
-0
/
+12
*
PR17052 / DR1560 (+DR1550): In a conditional expression between a glvalue and a
Richard Smith
2014-01-27
2
-43
/
+30
*
Rename getResultLoc() too
Alp Toker
2014-01-25
7
-11
/
+11
*
PR18530: Don't assert when performing error recovery after a missing 'templat...
Richard Smith
2014-01-25
1
-12
/
+7
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
25
-374
/
+342
*
Broaden -Wstring-conversion to catch string literals in logical or expressions.
Richard Trieu
2014-01-25
1
-5
/
+6
*
Adds a getSemanticSpelling function to semantic attribute subclasses which ha...
Aaron Ballman
2014-01-24
1
-0
/
+5
*
Added missing StandardConversionSequence initialization
Ismail Pazarbasi
2014-01-24
1
-0
/
+1
[next]