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] Fix some more cases where we used to reject a conflict between two
Richard Smith
2015-11-17
2
-0
/
+31
*
[modules] Allow "redefinition" of typedef of anon tag from unimported submodule
Ben Langmuir
2015-11-14
4
-0
/
+17
*
Fix auto-link for text-based dynamic library SDKs.
Juergen Ributzka
2015-11-13
3
-0
/
+19
*
[modules] When a declaration has non-trivial visibility, check whether it's
Richard Smith
2015-11-13
1
-0
/
+7
*
[modules] Follow the C++ standard's rule for linkage of enumerators: they have
Richard Smith
2015-11-13
3
-5
/
+8
*
Avoid duplicated diagnostic when lookup for a nested-name-specifier fails due...
Richard Smith
2015-11-12
1
-1
/
+1
*
[modules] Simplify and generalize the existing rule for finding hidden
Richard Smith
2015-11-12
9
-21
/
+67
*
Revert r240335.
Richard Smith
2015-11-12
2
-3
/
+6
*
Allow use of private headers in different sub-modules.
Manuel Klimek
2015-11-05
3
-0
/
+53
*
[modules] Don't merge an anonymous enum definition into a named enum definition.
Richard Smith
2015-11-05
1
-1
/
+16
*
[modules] If we're given a module file, via -fmodule-file=, for a module, but
Richard Smith
2015-11-05
1
-0
/
+4
*
[modules] Generalize the workaround for multiple ambiguous definitions of
Richard Smith
2015-11-04
3
-1
/
+9
*
Introduce module file extensions to piggy-back data onto module files.
Douglas Gregor
2015-11-03
3
-0
/
+49
*
[modules] Rationalize the behavior of Decl::declarationReplaces, and in
Richard Smith
2015-11-03
6
-0
/
+30
*
Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.
Douglas Gregor
2015-11-03
1
-1
/
+1
*
Support watchOS and tvOS driver options
Tim Northover
2015-10-30
1
-0
/
+0
*
Fix missing builtin identifier infos with PCH+modules
Ben Langmuir
2015-10-28
3
-0
/
+11
*
Fixup this testcase after r251120.
Adrian Prantl
2015-10-23
1
-3
/
+5
*
Module Debugging: Emit module debug info for types inside of Objective-C
Adrian Prantl
2015-10-23
3
-0
/
+15
*
[modules] libstdc++ defines some static inline functions in its internal
Richard Smith
2015-10-21
6
-0
/
+28
*
[modules] Allow the error when explicitly loading an incompatible module file
Richard Smith
2015-10-16
1
-3
/
+2
*
[modules] Allow the error on importing a C++ module within an extern "C"
Richard Smith
2015-10-13
1
-6
/
+8
*
[modules] Fix merging of __va_list_tag's implicit special member functions.
Richard Smith
2015-10-13
5
-0
/
+26
*
Update tests touched by r249656
David Majnemer
2015-10-08
1
-1
/
+1
*
Stop messing with the 'g' group of options in CompilerInvocation.
Douglas Katzman
2015-10-08
8
-12
/
+12
*
Module Debugging: Emit (ObjC) function declarations in the module scope
Adrian Prantl
2015-10-04
1
-0
/
+2
*
Module debugging: Don't emit forward declarations in module scopes.
Adrian Prantl
2015-10-02
2
-0
/
+4
*
Break long lines for readability.
Adrian Prantl
2015-10-02
1
-2
/
+7
*
Module debugging: Also emit Objective-C interfaces forward declarations
Adrian Prantl
2015-10-01
2
-1
/
+8
*
Module debugging: Emit Objective-C interfaces in their module scope when
Adrian Prantl
2015-10-01
1
-1
/
+8
*
Module Debugging: Emit submodules as nested DW_TAG_modules.
Adrian Prantl
2015-09-24
2
-5
/
+22
*
Module Debugging: Use the clang module signature as the module's dwo_id
Adrian Prantl
2015-09-22
3
-5
/
+13
*
Add a belated testcase for the skeleton CU behavior in r248062.
Adrian Prantl
2015-09-21
1
-2
/
+20
*
Debug Info: When building a module, emit skeleton CUs for imported modules.
Adrian Prantl
2015-09-21
1
-0
/
+15
*
clang/test/Modules/DebugInfoSubmodules.c REQUIRES asserts due to -debug-only.
NAKAMURA Takumi
2015-09-21
1
-0
/
+1
*
Module debugging: Support submodules in the PCM/PCH debug info.
Adrian Prantl
2015-09-20
4
-0
/
+32
*
[Modules] More descriptive diagnostics for misplaced import directive
Serge Pavlov
2015-09-19
11
-12
/
+49
*
[modules] Fix a corner case in the macro override rules: properly handle over...
Richard Smith
2015-09-16
1
-1
/
+5
*
[modules] Make sure we make hidden UsingShadowDecls visible to redeclaration
Richard Smith
2015-09-15
3
-0
/
+8
*
[modules] A using-declaration doesn't introduce a new entity, just a new name
Richard Smith
2015-09-15
2
-2
/
+100
*
Revert "Always_inline codegen rewrite" and 2 follow-ups.
Evgeniy Stepanov
2015-09-14
1
-2
/
+2
*
Update cxx-irgen.cpp test to allow signext in alwaysinline functions.
Samuel Antao
2015-09-14
1
-1
/
+1
*
Always_inline codegen rewrite.
Evgeniy Stepanov
2015-09-12
1
-2
/
+2
*
Revert "Specify target triple in alwaysinline tests."
Evgeniy Stepanov
2015-09-11
1
-2
/
+2
*
Add new test file missing from r247486.
Richard Smith
2015-09-11
1
-0
/
+6
*
[modules] When picking one of two template declarations as a lookup result,
Richard Smith
2015-09-11
3
-0
/
+9
*
Always_inline codegen rewrite.
Evgeniy Stepanov
2015-09-11
1
-2
/
+2
*
Fix a typo and make this test stricter.
Adrian Prantl
2015-09-11
1
-2
/
+5
*
Use Itanium C++ ABI triple for new modules+debug test
Reid Kleckner
2015-09-11
1
-1
/
+4
*
Module Debugging: Emit forward declarations for types that are defined in
Adrian Prantl
2015-09-11
2
-0
/
+98
[next]