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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sema] Tweak incomplete enum types on MSVC ABI targets
David Majnemer
2015-10-08
5
-6
/
+8
*
Update tests touched by r249656
David Majnemer
2015-10-08
20
-32
/
+33
*
Use itostr(), not std::to_string() because of Android.
Douglas Katzman
2015-10-08
1
-1
/
+1
*
Unbreak 'debug-options' test when builder is Darwin
Douglas Katzman
2015-10-08
1
-1
/
+1
*
[MSVC Compat] Enable ABI impacting non-conforming behavior independently of -...
David Majnemer
2015-10-08
7
-29
/
+46
*
Stop messing with the 'g' group of options in CompilerInvocation.
Douglas Katzman
2015-10-08
227
-392
/
+480
*
Fix a -Wdeclaration-after-statement warning.
Craig Topper
2015-10-08
1
-1
/
+1
*
[WinEH] Remove NewMSEH and enable its behavior by default
Reid Kleckner
2015-10-08
17
-885
/
+253
*
When pretty-printing a C++11 literal operator, don't insert whitespace between
Richard Smith
2015-10-08
13
-46
/
+50
*
Don't emit exceptional stackrestore cleanups around inalloca functions
Reid Kleckner
2015-10-08
4
-34
/
+16
*
Make clang_Cursor_getMangling not mangle if the declaration isn't mangled
Ehsan Akhgari
2015-10-08
3
-1
/
+12
*
[WinEH] Don't use lifetime markers for MS catch parameters
Reid Kleckner
2015-10-07
2
-2
/
+18
*
Fix a shared CMake build by linking with libclangBasic.
Benjamin Kramer
2015-10-07
1
-0
/
+1
*
ASTMatchers: Keep AllCallbacks in a set instead of a vector
Daniel Jasper
2015-10-07
2
-7
/
+8
*
clang-format: Add include sorting capabilities to sublime, emacs and
Daniel Jasper
2015-10-07
3
-1
/
+6
*
[VFS] Port driver tool chains to VFS.
Benjamin Kramer
2015-10-07
11
-147
/
+251
*
clang-format: Fixed missing space between Obj-C for/in and a typecast.
Daniel Jasper
2015-10-07
2
-1
/
+15
*
[clang-format] Stop alignment sequences on open braces and parens when
Daniel Jasper
2015-10-07
2
-8
/
+58
*
clang-format: Hopefully fix code blocks in docs.
Daniel Jasper
2015-10-07
2
-1
/
+7
*
Silence warning about not being able to find clang-interpreter
Richard Barton
2015-10-07
1
-11
/
+15
*
Make the test take input from stdin to prevent matching characters in a file ...
Richard Barton
2015-10-07
1
-4
/
+4
*
Fix crash in codegen on casting to `bool &`.
Alexey Bataev
2015-10-07
2
-1
/
+10
*
[VFS] Refactor VFSFromYAML a bit.
Benjamin Kramer
2015-10-07
1
-60
/
+57
*
[VFS] Also drop '.' when adding files to an in-memory FS.
Benjamin Kramer
2015-10-07
2
-0
/
+10
*
Make clang-format actually respect custom brace wrapping flags.
Daniel Jasper
2015-10-07
2
-2
/
+15
*
clang-format: Fix false ObjC block detection.
Daniel Jasper
2015-10-07
2
-0
/
+7
*
clang-format: Understand array reference types.
Daniel Jasper
2015-10-07
2
-1
/
+2
*
clang-format: Fix false positive in pointer/reference detection.
Daniel Jasper
2015-10-07
2
-1
/
+4
*
clang/test/CodeGen/exceptions-seh-leave-new.c: Use "opt -instnamer" for branc...
NAKAMURA Takumi
2015-10-07
1
-1
/
+1
*
[SEH] Fix x64 __exception_code in __except blocks
Reid Kleckner
2015-10-07
2
-8
/
+36
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi...
Hans Wennborg
2015-10-06
19
-168
/
+112
*
Revert r249437
Ehsan Akhgari
2015-10-06
3
-12
/
+1
*
Make clang_Cursor_getMangling don't mangle if the declaration isn't mangled
Ehsan Akhgari
2015-10-06
3
-1
/
+12
*
[Tooling] Don't run a tool invocation without a FileManager.
Benjamin Kramer
2015-10-06
1
-1
/
+3
*
[Tooling] Reuse FileManager in ASTUnit.
Benjamin Kramer
2015-10-06
3
-18
/
+14
*
[VFS] Put the incoming name in the file status to make InMemoryFS behave more...
Benjamin Kramer
2015-10-06
2
-1
/
+14
*
[Tooling] Remove dead code.
Benjamin Kramer
2015-10-06
1
-9
/
+1
*
ToolingTests: Tweak getAnyTarget() to match "x86_64".
NAKAMURA Takumi
2015-10-06
1
-3
/
+5
*
BasicTests: Suppress InMemoryFileSystemTest.WindowsPath on win32 while invest...
NAKAMURA Takumi
2015-10-06
1
-0
/
+2
*
clang-format: Add empty line before code-blocks in Docs.
Daniel Jasper
2015-10-06
2
-1
/
+7
*
clang-format: Make IncludeCategories configurable in .clang-format file.
Daniel Jasper
2015-10-06
5
-32
/
+104
*
Adds a way for tools to deduce the target config from a compiler name.
Manuel Klimek
2015-10-06
4
-0
/
+130
*
[VFS] Port SimpleFormatContext to InMemoryFileSystem.
Benjamin Kramer
2015-10-06
1
-6
/
+6
*
[VFS] Port applyAllReplacements to InMemoryFileSystem.
Benjamin Kramer
2015-10-06
1
-8
/
+7
*
[VFS] Transition clang-format to use an in-memory FS.
Benjamin Kramer
2015-10-06
5
-17
/
+54
*
Remove duplicated default arguments. NFC.
Benjamin Kramer
2015-10-05
1
-10
/
+8
*
Fix the MSVC build.
Rafael Espindola
2015-10-05
1
-4
/
+4
*
Revert r107690 (for PR7417) and add a testcase that it breaks. The approach of
Richard Smith
2015-10-05
5
-61
/
+18
*
Adding an AST node matcher for NonTypeTemplateParmDecl objects.
Aaron Ballman
2015-10-05
3
-1
/
+30
*
[sanitizer] Enable lsan for AArch64
Adhemerval Zanella
2015-10-05
1
-1
/
+1
[next]