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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modules: add command line option fmodules-disable-diagnostic-validation
Manman Ren
2016-07-26
4
-0
/
+18
*
[modules] Teach the ASTWriter to ignore mutations coming from the ASTReader.
Vassil Vassilev
2016-07-22
6
-0
/
+31
*
Add regression test for PR27699.
Vassil Vassilev
2016-07-22
5
-0
/
+19
*
Disable a flaky test on Windows that uses "echo >>"
Reid Kleckner
2016-07-21
1
-0
/
+5
*
Reroll "Include unreferenced nested types in member list only for CodeView"
Adrian McCarthy
2016-07-21
1
-1
/
+1
*
Revert "Include unreferenced nested types in member list only for CodeView"
Adrian McCarthy
2016-07-21
1
-5
/
+1
*
Include unreferenced nested types in member list only for CodeView
Adrian McCarthy
2016-07-21
1
-1
/
+5
*
[modules] Don't emit initializers for VarDecls within a module eagerly whenever
Richard Smith
2016-07-20
8
-8
/
+53
*
Revert r275481, r275490. This broke modules bootstrap.
Richard Smith
2016-07-15
6
-44
/
+0
*
Push alias-declarations and alias-template declarations into scope even if
Richard Smith
2016-07-15
1
-0
/
+7
*
Add test inputs missed by r275481.
Richard Smith
2016-07-14
5
-0
/
+8
*
[modules] Don't pass interesting decls to the consumer for a module file that's
Richard Smith
2016-07-14
1
-0
/
+36
*
Restructure the propagation of -fPIC/-fPIE.
Rafael Espindola
2016-06-23
1
-1
/
+1
*
[modules] Allow emission of update records for predefined __va_list_tag.
Vassil Vassilev
2016-06-20
3
-0
/
+19
*
Redirect unused output in test to /dev/null
Richard Trieu
2016-06-09
1
-3
/
+3
*
PCH + module: make sure we write out macros associated with builtin identifiers.
Manman Ren
2016-05-31
4
-0
/
+22
*
[modules] Ask the canonical decl whether the constructor was defaulted.
Vassil Vassilev
2016-05-24
5
-0
/
+54
*
PR27754: CXXRecordDecl::data() needs to perform an update even if it's called
Richard Smith
2016-05-17
6
-0
/
+22
*
Modules: set SystemHeader to true if we are building a system module.
Manman Ren
2016-05-17
5
-0
/
+33
*
[Modules] Use vfs for (recursive) directory iteration
Bruno Cardoso Lopes
2016-05-16
1
-0
/
+13
*
[ModuleMap][CrashReproducer] Collect headers from inner frameworks
Bruno Cardoso Lopes
2016-05-13
7
-0
/
+58
*
[CrashReproducer] Always use realpath for destination
Bruno Cardoso Lopes
2016-05-06
1
-9
/
+1
*
[modules] Enforce the rules that an explicit or partial specialization must be
Richard Smith
2016-05-05
4
-6
/
+126
*
Fix CodeCompletion & TypoCorrection when combining a PCH with Modules
Ben Langmuir
2016-05-04
3
-0
/
+16
*
[modules][debuginfo] Only include imported modules when targeting LLDB
David Blaikie
2016-05-03
4
-5
/
+17
*
Adding a test for a compiler crash that was fixed in r248069.
Douglas Yung
2016-05-03
3
-0
/
+13
*
Method Pool in modules: we make sure that if a module contains an entry for
Manman Ren
2016-04-29
6
-0
/
+43
*
Reland r267691 fixing PR27535.
Vassil Vassilev
2016-04-28
4
-0
/
+77
*
[modules] When diagnosing a missing module import, suggest adding a #include if
Richard Smith
2016-04-27
18
-0
/
+72
*
Revert r267691, it caused PR27535.
Nico Weber
2016-04-27
4
-77
/
+0
*
[modules] Fix Decl's Used invariant.
Vassil Vassilev
2016-04-27
4
-0
/
+77
*
PR27513: When determining which declaration to put into an exported lookup
Richard Smith
2016-04-26
12
-0
/
+40
*
Module debugging: Also correctly handle typedef'd foward-declared members.
Adrian Prantl
2016-04-26
3
-5
/
+21
*
Module debugging: Add testcase for member classes of class template specializ...
Adrian Prantl
2016-04-26
2
-1
/
+18
*
Module debugging: Use the definition to determine module-defined types.
Adrian Prantl
2016-04-26
1
-0
/
+9
*
Module Debugging: Fix the condition for determining whether a template
Adrian Prantl
2016-04-25
3
-18
/
+119
*
DebugInfo: Adapt to loss of DITypeRef in LLVM r267296
Duncan P. N. Exon Smith
2016-04-23
2
-34
/
+29
*
Module Debugging: Emit the canonical debug info for Objective-C classes
Adrian Prantl
2016-04-20
3
-3
/
+24
*
DebugInfo: Make DICompositeTypes distinct most of the time
Duncan P. N. Exon Smith
2016-04-17
3
-6
/
+6
*
Update to match LLVM changes for PR27284.
Adrian Prantl
2016-04-15
3
-27
/
+25
*
Fix off-by-one error in worst-case number of offsets needed for an AST record.
Richard Smith
2016-04-14
1
-0
/
+5
*
[CrashReproducer] Add test to run the reproducer script + modules
Bruno Cardoso Lopes
2016-04-13
1
-0
/
+57
*
[CrashReproducer] Setup 'use-external-names' in YAML files.
Bruno Cardoso Lopes
2016-04-13
3
-3
/
+10
*
[modules] Extend r266113 to cope with submodules.
Richard Smith
2016-04-12
1
-1
/
+1
*
[modules] When an incompatible module file is explicitly provided for a module,
Richard Smith
2016-04-12
1
-1
/
+4
*
PR25501: Delay loading visible updates for a declaration until after we've
Richard Smith
2016-04-08
7
-0
/
+25
*
[modules] Handle merged fields in designated initializers.
Richard Smith
2016-04-08
2
-0
/
+12
*
[modules] Add a comment to explain why -E leaves some #includes in the prepro...
Richard Smith
2016-04-08
1
-1
/
+3
*
[modules] Don't write @import in -E output if the current language mode doesn't
Richard Smith
2016-04-08
1
-0
/
+22
*
Replace Sema-level implementation of -fassume-sane-operator-new with a
Richard Smith
2016-04-07
1
-0
/
+3
[next]