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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[-cxx-abi microsoft] Implement local manglings accurately
David Majnemer
2014-03-05
2
-6
/
+8
*
Adjust logic for 'objc_protocol_requires_explicit_implementation' for inherit...
Ted Kremenek
2014-03-05
1
-4
/
+38
*
[OPENMP] allow clause 'private' on directive 'omp simd'
Alexey Bataev
2014-03-05
2
-10
/
+65
*
[OPENMP] emit error message for clause 'if(1 0)'
Alexey Bataev
2014-03-05
1
-0
/
+3
*
[AST] A "Class<P>" type should not have '*' when printed out.
Argyrios Kyrtzidis
2014-03-05
2
-1
/
+12
*
[OPNEMP] Fixed instantiation of 'if' clause
Alexey Bataev
2014-03-05
1
-5
/
+13
*
Merge using-decl-pr17575.cpp into existing test case.
Peter Collingbourne
2014-03-05
2
-11
/
+6
*
Add a test case for PR17575.
Peter Collingbourne
2014-03-05
1
-0
/
+11
*
[-Wunreachable-code] Don't warn about dead code guarded by a "configuration v...
Ted Kremenek
2014-03-05
1
-1
/
+24
*
Headers: Provide an ABI compatible max_align_t when _MSC_VER is defined
David Majnemer
2014-03-04
1
-0
/
+5
*
Support relative paths in VFSFromYAML
Ben Langmuir
2014-03-04
1
-0
/
+11
*
TokenKinds: _Atomic isn't a keyword in MS mode
David Majnemer
2014-03-04
1
-0
/
+1
*
[-Wunreachable-code] handle cases where a dead 'return' may have a valid pred...
Ted Kremenek
2014-03-04
1
-0
/
+23
*
Add a test case for r202888, which boiled down to -gline-tables-only
Reid Kleckner
2014-03-04
1
-1
/
+7
*
Add tests for newly-resolved core issues <= 370.
Richard Smith
2014-03-04
4
-2
/
+81
*
[Mips] Check all MIPS toolchains to find the one that best meets command
Simon Atanasyan
2014-03-04
16
-0
/
+28
*
Objective-C IRGen. Fix up the hueristics for determining
Fariborz Jahanian
2014-03-04
1
-0
/
+64
*
Tests for LLVM MS inline asm change r202865
Reid Kleckner
2014-03-04
1
-0
/
+25
*
Give %itanium_abi_triple to the test to appease targeting msvc.
NAKAMURA Takumi
2014-03-04
1
-1
/
+1
*
MS ABI: Reorganize some tests
David Majnemer
2014-03-04
2
-90
/
+91
*
MS ABI: Mangle variable templates properly
David Majnemer
2014-03-04
1
-0
/
+8
*
DebugInfo: Make test (introduced in r202769) resilient to platforms that defa...
David Blaikie
2014-03-04
1
-1
/
+1
*
DebugInfo: Improvements/corrections to conservative emission of types in expl...
David Blaikie
2014-03-04
1
-6
/
+14
*
Add triple to test. On Mac OS it was failing to generate debug info which ma...
Pete Cooper
2014-03-04
1
-1
/
+1
*
Fix typo that resulted in names at TU scope getting lost sometimes after a
Richard Smith
2014-03-04
1
-0
/
+8
*
DebugInfo: Emit only the declaration of a class template that has an explicit...
David Blaikie
2014-03-03
1
-0
/
+72
*
Objective-C. Fixes a regression when figuring out linkage
Fariborz Jahanian
2014-03-03
1
-0
/
+24
*
Improve diagnostics for malformed constructor declarations (where lookup for
Richard Smith
2014-03-03
1
-1
/
+17
*
Schedule discriminator pass.
Diego Novillo
2014-03-03
1
-1
/
+2
*
Re-fix previous commit.
Jordan Rose
2014-03-03
1
-1
/
+1
*
Remove absolute path from r202733.
Jordan Rose
2014-03-03
1
-1
/
+1
*
[libclang] Have clang_getCursorSpelling() return the string for a CXCursor_Ob...
Argyrios Kyrtzidis
2014-03-03
2
-81
/
+88
*
Serialized diagnostic severity levels should be stable.
Jordan Rose
2014-03-03
2
-0
/
+20
*
Update tests for addition of patch level to LLVM version
Tom Stellard
2014-03-03
1
-9
/
+9
*
AArch64: convert NEON tests to use CHECK-LABEL.
Tim Northover
2014-03-03
13
-2636
/
+2636
*
Revert "Preprocessor: Add __ALIGNOF_MAX_ALIGN_T__"
David Majnemer
2014-03-02
1
-27
/
+0
*
Normalize line endings
David Majnemer
2014-03-02
9
-234
/
+234
*
Add a PPC inline asm constraint type for single CR bits
Hal Finkel
2014-03-02
1
-0
/
+26
*
Add [extern_c] attribute for modules, allowing a C module to be imported with...
Richard Smith
2014-03-02
6
-0
/
+77
*
Fixed an assertion failure related to bitfield lowering.
Warren Hunt
2014-03-01
1
-0
/
+13
*
If a module A exports a macro M, and a module B imports that macro and #undef's
Richard Smith
2014-03-01
8
-8
/
+163
*
[analyzer] Fix for PR18394.
Anton Yartsev
2014-02-28
1
-0
/
+16
*
Reapply fixed "Honour 'use-external-names' in FileManager"
Ben Langmuir
2014-02-28
4
-0
/
+47
*
Tests for lexing of digit separators versus UCNs.
Richard Smith
2014-02-28
1
-0
/
+20
*
Fix a minor bug in lexing pp-numbers with digit separators: if a pp-number co...
Richard Smith
2014-02-28
1
-0
/
+2
*
When completing Objective-C instance method invocations, perform a contextual...
Anders Carlsson
2014-02-28
1
-0
/
+46
*
Don't suggest non-static methods as corrections when they obviously
Kaelyn Uhrain
2014-02-28
1
-0
/
+9
*
Adding a test case to ensure that type attributes applied to the decl-specifi...
Aaron Ballman
2014-02-28
1
-1
/
+5
*
CFG: Also apply the filter to the first block in a FilteredCFGBlockIterator.
Benjamin Kramer
2014-02-28
1
-0
/
+7
*
Add a testcase for r202437.
Bob Wilson
2014-02-28
2
-0
/
+20
[next]