index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
[modules] Change module manager visitation order to be a bit more stable when
Richard Smith
2015-07-22
1
-3
/
+8
*
[modules] In C++, stop serializing and deserializing a list of declarations in
Richard Smith
2015-07-21
1
-4
/
+0
*
[modules] Produce an error if -cc1 wants to implicitly build a module and no
Richard Smith
2015-07-21
1
-0
/
+5
*
Attempt to fix greendragon buildbot failures; apparently wc sometimes inserts...
Richard Smith
2015-07-20
1
-2
/
+2
*
[modules] Add (already passing) test for template default argument merging wh...
Richard Smith
2015-07-19
3
-3
/
+14
*
[modules] Don't save uninteresting identifiers, and don't consider identifiers
Richard Smith
2015-07-19
1
-0
/
+6
*
Make the clang module container format selectable from the command line.
Adrian Prantl
2015-07-17
1
-4
/
+7
*
[Sema] Emit a better diagnostic when variable redeclarations disagree
David Majnemer
2015-07-14
1
-2
/
+2
*
Add file missed from r242105.
Richard Smith
2015-07-14
1
-0
/
+3
*
[modules] When diagnosing errors in module map files found by 'extern module'...
Richard Smith
2015-07-14
2
-0
/
+5
*
[Modules] Allow missing header before a missing requirement
Ben Langmuir
2015-07-13
2
-0
/
+15
*
[modules] When checking the include guard for a header, check whether it's
Richard Smith
2015-07-10
6
-0
/
+15
*
[modules] Fix "prefer own module over others" rule when selecting a module fo...
Richard Smith
2015-07-10
1
-2
/
+2
*
[modules] Fix merging support for forward-declared enums with fixed underlyin...
Richard Smith
2015-07-08
2
-0
/
+8
*
[modules] Fix crash when writing an update record for a redeclaration of an e...
Richard Smith
2015-07-08
3
-0
/
+6
*
[modules] When determining the visible module set during template
Richard Smith
2015-07-08
4
-0
/
+22
*
Revert "Revert r241620 and follow-up commits" and move the initialization
Adrian Prantl
2015-07-08
10
-5
/
+26
*
Revert r241620 and follow-up commits while investigating linux buildbot failu...
Adrian Prantl
2015-07-07
10
-26
/
+5
*
Update testcases that use precompiled headers to require a target after
Adrian Prantl
2015-07-07
1
-1
/
+1
*
Wrap clang modules and pch files in an object file container.
Adrian Prantl
2015-07-07
9
-4
/
+25
*
Mark clang/test/Modules/signal.m as REQUIRES:crash-recovery.
NAKAMURA Takumi
2015-07-05
1
-1
/
+1
*
[Modules] Be consistent about finding a module for framework headers
Ben Langmuir
2015-07-02
8
-0
/
+55
*
[modules] Merging support for specializations of a function template. This very
Richard Smith
2015-07-01
2
-0
/
+10
*
[modules] Don't make out-of-line member specializations of an instantiated
Richard Smith
2015-07-01
2
-11
/
+20
*
[modules] Skip trailing attributes when skipping a class definition during pa...
Richard Smith
2015-07-01
1
-0
/
+4
*
[modules] Don't require the 'inline' specifier when merging an inline function;
Richard Smith
2015-07-01
1
-0
/
+6
*
[modules] Before checking whether the controlling macro of a header is defined,
Richard Smith
2015-07-01
5
-0
/
+13
*
[modules] Make sure macros get made visible in the top-level file if we've got
Richard Smith
2015-06-30
3
-0
/
+20
*
Update testcases: DICompileUnits are now created distinct by DIBuilder.
Adrian Prantl
2015-06-30
1
-1
/
+1
*
Relax this test so it also works on platforms that use characters other
Adrian Prantl
2015-06-30
1
-1
/
+1
*
Debug Info: Emit debug info for @import declarations.
Adrian Prantl
2015-06-30
3
-0
/
+13
*
Fix a couple of tests in clang/test to match "x86_thiscallcc" introduced in r...
NAKAMURA Takumi
2015-06-30
1
-1
/
+1
*
Account for calling convention specifiers in function definitions in IR test ...
David Blaikie
2015-06-29
3
-8
/
+8
*
[Modules] Test lock file removed on signal
Ben Langmuir
2015-06-29
3
-0
/
+15
*
[modules] Properly merge visibility of class definitions that got merged while
Richard Smith
2015-06-25
5
-5
/
+19
*
[Modules] Consider -fmodule-feature in module hash and when loading
Ben Langmuir
2015-06-23
2
-1
/
+17
*
Write output file to temp directory. The tests shouldn't assume that
Daniel Jasper
2015-06-23
1
-2
/
+2
*
Tweak clang/test/Modules/modules-with-same-name.m to run with GnuWin32's find...
NAKAMURA Takumi
2015-06-23
1
-3
/
+3
*
[modules] When building a module, if there are multiple matches for a header
Richard Smith
2015-06-22
5
-0
/
+9
*
[modules] Add a flag to disable the feature that permits conflicting redefini...
Richard Smith
2015-06-22
1
-1
/
+6
*
[modules] When determining whether a definition of a class is visible, check ...
Richard Smith
2015-06-20
6
-0
/
+27
*
[modules] Merging support for enums with a local definition prior to the first
Richard Smith
2015-06-18
1
-0
/
+11
*
[modules] Ensure that if we merge the definitions of two enumerations, that
Richard Smith
2015-06-17
1
-0
/
+9
*
[modules] Fix typo in default argument merging.
Richard Smith
2015-06-17
4
-0
/
+6
*
[modules] If we merge a template, also track that its parameters are merged so
Richard Smith
2015-06-17
1
-4
/
+3
*
[modules] Improve diagnostic for a template-id that's invalid because a default
Richard Smith
2015-06-17
2
-6
/
+16
*
[modules] Fix merging of default template arguments onto friend templates.
Richard Smith
2015-06-16
2
-0
/
+12
*
[Hexagon] unused-local-typedef warning test is passing.
Colin LeMahieu
2015-06-16
1
-1
/
+0
*
[modules] Simplify -cc1 interface for enabling implicit module maps.
Richard Smith
2015-06-16
170
-541
/
+541
*
[modules] Re-enable accidentally-disabled test.
Richard Smith
2015-06-15
1
-6
/
+6
[next]