summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* Fix a few typos in the required feature set for some of the x86Eric Christopher2015-10-091-48/+48
* Skip NonNull sema checks in unevaluated contexts.Eric Fiselier2015-10-092-1/+5
* Expose -f[no]ms-{compatibility,extensions} in clang-cl (PR25114)Hans Wennborg2015-10-082-4/+10
* Use Triple.isAndroid() where possible.Evgeniy Stepanov2015-10-085-23/+17
* [WinEH] Push cleanupendpad scopes around exceptional cleanupsReid Kleckner2015-10-083-47/+61
* [CodeGen] [CodeGen] Attach function attributes to functions created inAkira Hatanaka2015-10-084-28/+40
* Handle sse turning on mmx, but no -mmx not turning off SSE.Eric Christopher2015-10-083-16/+39
* Migrate most feature map inclusion to initFeatureMap for the x86 target soEric Christopher2015-10-082-20/+24
* [CodeGen] Check if the Decl pointer passed is null, and if so, returnAkira Hatanaka2015-10-081-7/+15
* When mapping no_sanitize_* attributes to no_sanitize attributes, handle GNU-s...Aaron Ballman2015-10-084-29/+41
* [clang-cl] Make /EHs turn on C++ EH once againReid Kleckner2015-10-082-12/+6
* Simplify DefaultCPU in ARMTargetInfoRenato Golin2015-10-082-31/+18
* CGStmtOpenMP.cpp: Prune redundant \param. [-Wdocumentation]NAKAMURA Takumi2015-10-081-1/+0
* [VFS] Use VFS instead of virtual files in PPCallbacks test.Benjamin Kramer2015-10-081-4/+6
* [Myriad]: default the Dwarf version to 2Douglas Katzman2015-10-082-0/+4
* [Driver] Use Twine instead of itostr. NFC.Benjamin Kramer2015-10-081-1/+1
* [MSVC Compat] Try to treat an implicit, fixed enum as an unfixed enumDavid Majnemer2015-10-087-11/+21
* [OPENMP 4.1] Codegen for array sections/subscripts in 'reduction' clause.Alexey Bataev2015-10-0816-190/+870
* Update a few more tests in response to the MS ABI enum semanticsDavid Majnemer2015-10-0813-15/+15
* [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
OpenPOWER on IntegriCloud