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
*
Fix a bogus assert I introduced in r194224
Douglas Gregor
2013-11-08
1
-1
/
+1
*
Re-instate contextual conversion to Objective-C pointers in message sends.
Douglas Gregor
2013-11-07
2
-31
/
+96
*
PR17800: When performing pack expansion, we must always rebuild the AST nodes
Richard Smith
2013-11-07
1
-1
/
+5
*
Remove an unnecessary condition that I added hastily: Unsigned numbers are ob...
Faisal Vali
2013-11-07
1
-1
/
+1
*
Add parens for || in && in assert. No functionality change.
Benjamin Kramer
2013-11-07
1
-2
/
+2
*
Fixed bug in return type of __builtin_va_start().
Enea Zaffanella
2013-11-07
1
-0
/
+1
*
Unbreak the Clang -Werror build by removing some unused variables
David Blaikie
2013-11-07
1
-11
/
+6
*
This patch implements capturing of variables within generic lambdas.
Faisal Vali
2013-11-07
6
-57
/
+504
*
[-fms-extensions] Add support for __FUNCDNAME__
David Majnemer
2013-11-06
1
-0
/
+1
*
Fix diagnostic goof in r194161.
Richard Smith
2013-11-06
1
-2
/
+2
*
Add a limit to the length of a sequence of 'operator->' functions we will
Richard Smith
2013-11-06
1
-6
/
+41
*
Simplify: we don't care why constant evaluation might have failed when we're
Richard Smith
2013-11-05
1
-4
/
+2
*
Do not allow functions or kernels called 'main' in OpenCL.
Joey Gouly
2013-11-05
1
-0
/
+7
*
Sema: Improve comment introduced in r193397
David Majnemer
2013-11-05
1
-0
/
+5
*
ObjectiveC. Method implementations should only check for
Fariborz Jahanian
2013-11-05
1
-3
/
+1
*
Issue a diagnostic if an implicitly-defined move assignment operator would move
Richard Smith
2013-11-04
1
-10
/
+99
*
Update a comment to match current core issues list.
Richard Smith
2013-11-04
1
-8
/
+3
*
Implement final resolution of DR1402: implicitly-declared move operators that
Richard Smith
2013-11-04
3
-157
/
+33
*
Sema: Do not allow overloading between methods based on restrict
David Majnemer
2013-11-03
1
-1
/
+6
*
Sema: Disallow inheriting from classes with flexible array members
David Majnemer
2013-11-02
1
-0
/
+12
*
Sema: Remove stray whitespace around Sema::CheckBaseSpecifier
David Majnemer
2013-11-02
1
-3
/
+3
*
Sema: Disallow derived classes with virtual bases from having flexible array ...
David Majnemer
2013-11-02
1
-0
/
+9
*
Sema: Cleanup and simplify anonymous union diagnostics
David Majnemer
2013-11-02
1
-34
/
+23
*
Sema: Flexible array members were introduced in C99, diagnose their use in C++
David Majnemer
2013-11-02
1
-0
/
+6
*
Sema: Properly indent statements in Sema::ActOnLastBitfield
David Majnemer
2013-11-02
1
-6
/
+6
*
Sema: trim trailing whitespace in Sema::ActOnLastBitfield
David Majnemer
2013-11-02
1
-4
/
+4
*
Change the other -Wtautological-compare warnings to not trigger in template
Richard Trieu
2013-11-02
1
-2
/
+4
*
Wraps lazily generated builtins in an extern "C" context
Warren Hunt
2013-11-01
1
-4
/
+14
*
ObjectiveC. Define a new cc1 flag
Fariborz Jahanian
2013-11-01
2
-9
/
+5
*
Disable -Wtautological-compare in template instantiations.
Richard Trieu
2013-11-01
1
-0
/
+4
*
Disable -Wtautological-constant-out-of-range-compare in template instantiations.
Richard Trieu
2013-11-01
1
-0
/
+4
*
Sema: Make helper function static.
Benjamin Kramer
2013-11-01
1
-1
/
+1
*
Store a TypeArgument on an attribute as a TypeSourceInfo*, rather than as a
Richard Smith
2013-10-31
2
-20
/
+23
*
Fix a C struct diagnostic regression introduced by r187504 (PR17762).
Kaelyn Uhrain
2013-10-31
1
-0
/
+5
*
Factor out custom parsing for iboutletcollection and vec_type_hint attributes
Richard Smith
2013-10-31
1
-18
/
+22
*
PR17731: When determining whether a tag and a non-tag were declared in the same
Richard Smith
2013-10-30
1
-2
/
+17
*
Changed tests_typestate to test_typestate for consistency.
Chris Wailes
2013-10-29
1
-7
/
+7
*
ARM: fix AST for __builtin_arm_strex call
Tim Northover
2013-10-29
1
-1
/
+4
*
Sema: Emit a nicer diagnostic when IndirectFieldDecls show up inappropriately...
David Majnemer
2013-10-26
1
-2
/
+2
*
Sema: Correctly build pointer-to-member arguments from a template argument wi...
David Majnemer
2013-10-26
1
-1
/
+2
*
ObjectiveC arc. Warn when an implicitly 'strong' property
Fariborz Jahanian
2013-10-26
1
-0
/
+14
*
Minor performance improvement to not do unnecessary work
Fariborz Jahanian
2013-10-25
1
-6
/
+8
*
ObjectiveC: under -Wunused-property-ivar warn if property's
Fariborz Jahanian
2013-10-25
3
-0
/
+38
*
Add -Wstring-plus-char, which warns when adding char literals to C strings.
Jordan Rose
2013-10-25
1
-4
/
+57
*
Sema: Do not allow lambda expressions to appear inside of constant expressions
David Majnemer
2013-10-25
2
-10
/
+24
*
Consider used attributes in hidden decls.
Rafael Espindola
2013-10-25
1
-0
/
+10
*
Simplify and refactor the uninitialized field warning.
Richard Trieu
2013-10-25
1
-190
/
+90
*
Refactor: Extract specializing the generic lambda call operator during conver...
Faisal Vali
2013-10-24
1
-141
/
+133
*
Fix an instantiation bug with nested generic lambdas and conversion to fptrs.
Faisal Vali
2013-10-24
1
-41
/
+107
*
Parse: Disable delayed template parsing for constexpr functions
David Majnemer
2013-10-23
1
-5
/
+3
[next]