summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* Remove autoconf supportChris Bieneman2016-01-2684-3413/+0
* Do not define GXX_RTTI macro for C.Yunzhong Gao2016-01-262-6/+9
* [MS ABI] Allow a member pointers' converted type to changeDavid Majnemer2016-01-2613-9/+76
* Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.Eugene Zelenko2016-01-268-37/+30
* Class Property: parse property attribute (class).Manman Ren2016-01-267-9/+87
* [OpenMP] Parsing + sema for target parallel directive.Arpith Chacko Jacob2016-01-2638-6/+2219
* Use instance_properties instead of properties. NFC.Manman Ren2016-01-2613-40/+45
* [CUDA] Add -fcuda-allow-variadic-functions.Justin Lebar2016-01-265-9/+26
* [OpenMP] Parsing + sema for defaultmap clause.Arpith Chacko Jacob2016-01-2617-0/+347
* Revert "[Driver] Make sure -fno-math-builtin option is being passed by the dr...Chad Rosier2016-01-263-6/+3
* [Driver] Make sure -fno-math-builtin option is being passed by the driver.Chad Rosier2016-01-263-3/+6
* [Driver] Update FIXME comment now that PR4941 has been addressed.Chad Rosier2016-01-261-1/+1
* [OPENMP 4.5] Allow arrays in 'reduction' clause.Alexey Bataev2016-01-2615-137/+363
* AMDGPU: Add amdgcn cube builtinsMatt Arsenault2016-01-262-0/+28
* Recommit: R258773 [OpenCL] Pipe builtin functionsXiuli Pan2016-01-268-1/+511
* Fix -Wnull-conversion for long macros.Richard Trieu2016-01-265-45/+77
* Recommit the test for r258720 using -###Ehsan Akhgari2016-01-261-8/+30
* Revert "[OpenCL] Pipe builtin functions"David Majnemer2016-01-268-510/+1
* [OpenCL] Pipe builtin functionsXiuli Pan2016-01-268-1/+510
* Revert the test for r258720 temporarilyEhsan Akhgari2016-01-261-15/+0
* [Sema] Remove stray semicolons.David Majnemer2016-01-261-2/+2
* [Sema] Incomplete types are OK for covariant returnsDavid Majnemer2016-01-262-12/+25
* [MS Compat] Don't crash if __GetExceptionInfo is in global scopeDavid Majnemer2016-01-263-4/+13
* Fix use of constexpr std::pair that's not in C++11.Evgeniy Stepanov2016-01-251-1/+1
* [cfi] Cross-DSO CFI diagnostic mode (clang part)Evgeniy Stepanov2016-01-259-56/+270
* [CUDA] Add -target to cuda-constructor-alias.cu test so it doesn't fail on Mac.Justin Lebar2016-01-251-1/+1
* Update comments to match the implementation.Manman Ren2016-01-251-0/+1
* [CUDA] Don't generate aliases for static extern "C" functions.Justin Lebar2016-01-252-0/+21
* [CUDA] Disable ctor/dtor aliases in device code.Justin Lebar2016-01-252-3/+18
* Move ObjCPropertyDecl to before ObjCContainerDecl.Manman Ren2016-01-251-191/+191
* [MSVC Compat] Only warn for unknown clang-cl argumentsEhsan Akhgari2016-01-258-7/+40
* LTO via the gold plugin needs to be told about debugger tuning.Paul Robinson2016-01-252-0/+20
* Pass --wrap=pthread_create to linker for -fsplit-stack.Rafael Espindola2016-01-252-0/+20
* Fix printing of types in initializers with suppressed tags.Benjamin Kramer2016-01-252-1/+14
* [Sema] Improve constnessDaniel Marjamaki2016-01-251-9/+9
* Allow capture typedefs/type aliases for VLAs in lambdas/captured statements c...Alexey Bataev2016-01-252-7/+21
* Fixed processing of GNU extensions to C99 designated initializersAlexey Bataev2016-01-252-6/+17
* [PGO] Windows buildbot failure fix. [NFC]Betul Buyukkurt2016-01-241-2/+3
* Clang changes for value profilingBetul Buyukkurt2016-01-234-6/+109
* [CUDA] Disallow variadic functions other than printf in device code.Justin Lebar2016-01-233-13/+37
* [CUDA] Make printf work.Justin Lebar2016-01-237-0/+197
* [CUDA] Reject the alias attribute in CUDA device code.Justin Lebar2016-01-233-0/+15
* [CUDA] Use Triple::isNVPTX() instead of enumerating nvptx && nvptx64.Justin Lebar2016-01-231-4/+2
* Improving documentation for the isMoveAssignmentOperator AST matcher.Aaron Ballman2016-01-232-10/+14
* SemaOpenMP.cpp: Fix a warning in r258543. [-Wunused-variable]NAKAMURA Takumi2016-01-231-0/+1
* [cfi] Do not emit bit set entry for available_externally vtables.Evgeniy Stepanov2016-01-232-1/+16
* [analyzer] SATestBuild.py: Remove html and log when producing reference results.Devin Coughlin2016-01-231-7/+29
* [analyzer] Fixup r258572 Utility to match function calls.Anna Zaks2016-01-231-1/+1
* Module Debugging: Canonicalize the file names used as PCH module namesAdrian Prantl2016-01-224-8/+13
* Properly encode the < entity; it was missing the semicolon. Regenerating t...Aaron Ballman2016-01-222-521/+521
OpenPOWER on IntegriCloud