summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Tweak incomplete enum types on MSVC ABI targetsDavid Majnemer2015-10-085-6/+8
* Update tests touched by r249656David Majnemer2015-10-0820-32/+33
* Use itostr(), not std::to_string() because of Android.Douglas Katzman2015-10-081-1/+1
* Unbreak 'debug-options' test when builder is DarwinDouglas Katzman2015-10-081-1/+1
* [MSVC Compat] Enable ABI impacting non-conforming behavior independently of -...David Majnemer2015-10-087-29/+46
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-08227-392/+480
* Fix a -Wdeclaration-after-statement warning.Craig Topper2015-10-081-1/+1
* [WinEH] Remove NewMSEH and enable its behavior by defaultReid Kleckner2015-10-0817-885/+253
* When pretty-printing a C++11 literal operator, don't insert whitespace betweenRichard Smith2015-10-0813-46/+50
* Don't emit exceptional stackrestore cleanups around inalloca functionsReid Kleckner2015-10-084-34/+16
* Make clang_Cursor_getMangling not mangle if the declaration isn't mangledEhsan Akhgari2015-10-083-1/+12
* [WinEH] Don't use lifetime markers for MS catch parametersReid Kleckner2015-10-072-2/+18
* Fix a shared CMake build by linking with libclangBasic.Benjamin Kramer2015-10-071-0/+1
* ASTMatchers: Keep AllCallbacks in a set instead of a vectorDaniel Jasper2015-10-072-7/+8
* clang-format: Add include sorting capabilities to sublime, emacs andDaniel Jasper2015-10-073-1/+6
* [VFS] Port driver tool chains to VFS.Benjamin Kramer2015-10-0711-147/+251
* clang-format: Fixed missing space between Obj-C for/in and a typecast.Daniel Jasper2015-10-072-1/+15
* [clang-format] Stop alignment sequences on open braces and parens whenDaniel Jasper2015-10-072-8/+58
* clang-format: Hopefully fix code blocks in docs.Daniel Jasper2015-10-072-1/+7
* Silence warning about not being able to find clang-interpreterRichard Barton2015-10-071-11/+15
* Make the test take input from stdin to prevent matching characters in a file ...Richard Barton2015-10-071-4/+4
* Fix crash in codegen on casting to `bool &`.Alexey Bataev2015-10-072-1/+10
* [VFS] Refactor VFSFromYAML a bit.Benjamin Kramer2015-10-071-60/+57
* [VFS] Also drop '.' when adding files to an in-memory FS.Benjamin Kramer2015-10-072-0/+10
* Make clang-format actually respect custom brace wrapping flags.Daniel Jasper2015-10-072-2/+15
* clang-format: Fix false ObjC block detection.Daniel Jasper2015-10-072-0/+7
* clang-format: Understand array reference types.Daniel Jasper2015-10-072-1/+2
* clang-format: Fix false positive in pointer/reference detection.Daniel Jasper2015-10-072-1/+4
* clang/test/CodeGen/exceptions-seh-leave-new.c: Use "opt -instnamer" for branc...NAKAMURA Takumi2015-10-071-1/+1
* [SEH] Fix x64 __exception_code in __except blocksReid Kleckner2015-10-072-8/+36
* Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi...Hans Wennborg2015-10-0619-168/+112
* Revert r249437Ehsan Akhgari2015-10-063-12/+1
* Make clang_Cursor_getMangling don't mangle if the declaration isn't mangledEhsan Akhgari2015-10-063-1/+12
* [Tooling] Don't run a tool invocation without a FileManager.Benjamin Kramer2015-10-061-1/+3
* [Tooling] Reuse FileManager in ASTUnit.Benjamin Kramer2015-10-063-18/+14
* [VFS] Put the incoming name in the file status to make InMemoryFS behave more...Benjamin Kramer2015-10-062-1/+14
* [Tooling] Remove dead code.Benjamin Kramer2015-10-061-9/+1
* ToolingTests: Tweak getAnyTarget() to match "x86_64".NAKAMURA Takumi2015-10-061-3/+5
* BasicTests: Suppress InMemoryFileSystemTest.WindowsPath on win32 while invest...NAKAMURA Takumi2015-10-061-0/+2
* clang-format: Add empty line before code-blocks in Docs.Daniel Jasper2015-10-062-1/+7
* clang-format: Make IncludeCategories configurable in .clang-format file.Daniel Jasper2015-10-065-32/+104
* Adds a way for tools to deduce the target config from a compiler name.Manuel Klimek2015-10-064-0/+130
* [VFS] Port SimpleFormatContext to InMemoryFileSystem.Benjamin Kramer2015-10-061-6/+6
* [VFS] Port applyAllReplacements to InMemoryFileSystem.Benjamin Kramer2015-10-061-8/+7
* [VFS] Transition clang-format to use an in-memory FS.Benjamin Kramer2015-10-065-17/+54
* Remove duplicated default arguments. NFC.Benjamin Kramer2015-10-051-10/+8
* Fix the MSVC build.Rafael Espindola2015-10-051-4/+4
* Revert r107690 (for PR7417) and add a testcase that it breaks. The approach ofRichard Smith2015-10-055-61/+18
* Adding an AST node matcher for NonTypeTemplateParmDecl objects.Aaron Ballman2015-10-053-1/+30
* [sanitizer] Enable lsan for AArch64Adhemerval Zanella2015-10-051-1/+1