summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Improve the printing of ranges when macros are involved.Richard Trieu2015-09-242-30/+88
* [analyzer] Discard malloc-overflow bug-report when a known size is malloc'ed.Devin Coughlin2015-09-231-33/+101
* [darwin] [builtins] Stop generating cc_kext_ios5 and move iOS architectures o...Chris Bieneman2015-09-231-5/+3
* Forbid qualifiers on ObjC generic parameters and arguments, butJohn McCall2015-09-234-23/+124
* Remove warning on over-wide bit-field of boolean type; there's no risk thatRichard Smith2015-09-231-3/+8
* [CUDA] Added CUDA installation detector class.Artem Belevich2015-09-232-1/+77
* [analyzer] Improve localizability checks for iOS / OS X.Devin Coughlin2015-09-232-97/+707
* PR14858: Initial support for proper sizeof... handling within alias templates.Richard Smith2015-09-238-54/+161
* Remove wrong implication that value-dependent implies instantiation-dependent,Richard Smith2015-09-231-0/+2
* Support linking against OpenMP runtime on NetBSD.Joerg Sonnenberger2015-09-231-0/+1
* Push OpenMP linker flags after linker input on Darwin. Don't add anyJoerg Sonnenberger2015-09-231-2/+4
* Reverted r248408 "[CUDA] Added CUDA installation detector class."Artem Belevich2015-09-232-77/+1
* [CUDA] Added CUDA installation detector class.Artem Belevich2015-09-232-1/+77
* [CUDA] __global__ functions should always be visible externally.Artem Belevich2015-09-232-9/+6
* [Lex] A source-file new-line in a raw string literal results in a new-lineDavid Majnemer2015-09-231-4/+17
* [Sema] Don't create an invalid source range for overlong initializer lists.Benjamin Kramer2015-09-231-2/+4
* Refactor library decision for -fopenmp support from Darwin into aJoerg Sonnenberger2015-09-231-17/+23
* Add -fplugin=name.so option to the driverJohn Brawn2015-09-231-0/+7
* [DeclPrinter] Don't crash when printing a using decl with a special nameBenjamin Kramer2015-09-231-1/+1
* Fix bad iterator access.Daniel Jasper2015-09-231-1/+2
* [ARM] Fix crash "-target arm -mcpu=generic", without "-march="Vladimir Sukharev2015-09-233-12/+18
* clang-format: Add initial #include sorting capabilities.Daniel Jasper2015-09-233-3/+235
* Revert "[analyzer] Improve localizability checks for iOS / OS X."Devin Coughlin2015-09-232-707/+97
* [analyzer] Improve localizability checks for iOS / OS X.Devin Coughlin2015-09-222-97/+707
* Module Debugging: Use the clang module signature as the module's dwo_idAdrian Prantl2015-09-224-2/+12
* Serialization: Let ASTWriter return the signature of the written module.Adrian Prantl2015-09-221-15/+22
* [analyzer] Make realloc(ptr, 0) handling equivalent to malloc(0).Devin Coughlin2015-09-221-13/+25
* [analyzer] Create one state for a range switch case instead of multiple.Devin Coughlin2015-09-225-77/+250
* Analyzer: Teach analyzer how to handle TypeTraitExprIsmail Pazarbasi2015-09-223-2/+8
* [CUDA] Allow parsing of host and device code simultaneously.Artem Belevich2015-09-228-44/+90
* Augmented CudaHostAction to carry device-side triple.Artem Belevich2015-09-222-10/+11
* [CUDA] Fixes minor cuda-related issues in the driverArtem Belevich2015-09-221-13/+20
* [CUDA] Add appropriate host/device attribute to builtins.Artem Belevich2015-09-222-1/+13
* [CUDA] Allow function overloads in CUDA based on host/device attributes.Artem Belevich2015-09-225-1/+194
* [CUDA] Add implicit __attribute__((used)) to all __global__ functions.Artem Belevich2015-09-221-0/+4
* [tooling] Provide the compile commands of the JSON database in the order that...Argyrios Kyrtzidis2015-09-221-7/+4
* [mips] Added support for using the command line options -Wa,-msoft-float and ...Daniel Sanders2015-09-221-0/+6
* clang-format: Fix alignConsecutiveAssignments.Daniel Jasper2015-09-221-34/+44
* ms Intrin.h: Fix __movsw's and __stosw's inline asm.Nico Weber2015-09-221-2/+2
* clang-format: Remove ChromiumStyle.MacroBlockBegin.Nico Weber2015-09-211-2/+0
* Remove attributes minsize and optsize, which conflict with optnone.Akira Hatanaka2015-09-211-4/+2
* Debug Info: When building a module, emit skeleton CUs for imported modules.Adrian Prantl2015-09-212-9/+15
* Revert "[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.def"James Molloy2015-09-211-5/+5
* Fix assertion in inline assembler IR genAlexander Musman2015-09-211-0/+15
* [X86] Make f16c intrinsics accessible through emmintrin.h, per Intel docsMichael Kuperstein2015-09-212-2/+4
* [ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.defArtyom Skrobov2015-09-211-5/+5
* [X86] Fix some non-reserved parameter names in intrinsic headersMichael Kuperstein2015-09-212-26/+26
* clang-format: Fix merging short case labels with comments.Daniel Jasper2015-09-211-1/+2
* Pass SourceLocation by value instead of by const reference since its just a 3...Craig Topper2015-09-211-2/+2
* Don't pass StringRefs around by const reference. Pass by value instead per co...Craig Topper2015-09-211-1/+1