aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2014-07-17Always set the C suffix macro, even if it is empty.Joerg Sonnenberger2-6/+97
2014-07-17clang-cl: Flush stdout after writing the /showIncludes outputEhsan Akhgari1-0/+1
2014-07-17[UBSan] Add !nosanitize metadata to the code generated by UBSan.Alexey Samsonov6-20/+66
2014-07-17Provide __SIG_ATOMIC_MAX__ next to __SIG_ATOMIC_WIDTH__.Joerg Sonnenberger2-0/+33
2014-07-17Wrap a comment to 80 columns, no code change.Nico Weber1-1/+2
2014-07-17Objective-C. deprecated attribute is not inherited on methodsFariborz Jahanian2-0/+37
2014-07-17Handle __assume in the VoidExprEvaluatorHal Finkel2-0/+13
2014-07-17Add an __assume side-effects warningHal Finkel4-0/+31
2014-07-17Using a std::string instead of a StringRef because the Default case synthesiz...Aaron Ballman1-6/+6
2014-07-17[OPENMP] Initial parsing and sema analysis of 'mergeable' clause.Alexey Bataev16-8/+102
2014-07-17ARM: Add ACLE memory barrier intrinsic mappingYi Kong2-2/+31
2014-07-17Revert "Handle diagnostic warnings in Frontend diagnostic handler."Alp Toker3-31/+12
2014-07-17Fixing the objc_runtine_name documentation so that the code block is properly...Aaron Ballman1-11/+11
2014-07-17clang-format: Fix parsing of conditional expressions.Daniel Jasper2-1/+6
2014-07-17[OPENMP] Initial support for parsing and sema analysis of 'untied' clause.Alexey Bataev16-7/+97
2014-07-17Upstream an MS inline assembly test from Mozilla's inline assembly codeEhsan Akhgari1-0/+61
2014-07-17Port memory barriers intrinsics to AArch64Yi Kong4-1/+29
2014-07-17IR: update Clang to use polymorphic __fp16 conversion intrinsics.Tim Northover2-137/+144
2014-07-17[mips] Pass the ABI to the integrated assembler and add tests the existing ar...Daniel Sanders2-0/+218
2014-07-17[OPENMP] Parsing/Sema analysis of directive 'master'Alexander Musman26-10/+554
2014-07-17Consistency on the tab/spaceSylvestre Ledru1-18/+18
2014-07-17Fix Bug 14061 - scan-build crashes during postprocessing if BUGFILE no longe...Sylvestre Ledru1-0/+4
2014-07-17[OPENMP] Initial parsing and sema analysis for 'final' clause.Alexey Bataev16-12/+212
2014-07-17Track the difference betweenRichard Smith12-35/+82
2014-07-17Fix FriendDecl source location and range for class templates and function dec...Nikola Smiljanic6-12/+149
2014-07-17MS ABI: Padding injected between empty vbases doesn't up required alignDavid Majnemer2-1/+58
2014-07-16DebugInfo: Forward HandleTagDeclRequiredDefinition through MultiplexConsumer ...David Blaikie5-1/+34
2014-07-16Revert "Stuff"David Blaikie1-2/+1
2014-07-16DebugInfo: Ensure the ASTConsumer "HandleTagDeclRequireDefinition" callback p...David Blaikie1-5/+3
2014-07-16StuffDavid Blaikie1-1/+2
2014-07-16Add basic (noop) CodeGen support for __assumeHal Finkel2-0/+11
2014-07-16When list-initializing an object of class type, if we pick an initializer listRichard Smith3-19/+45
2014-07-16Typically linker options are protected with -Xlinker or -Wl,Arthur Marble3-6/+13
2014-07-16Specifying the diagnostic argument through the attribute table generator inst...Aaron Ballman2-5/+6
2014-07-16Objective-C. Modify text of documentation for objc_runtime_nameFariborz Jahanian1-3/+5
2014-07-16Removing a FIXME from the attribute parsing code by now passing along the sco...Aaron Ballman2-36/+52
2014-07-16Objective-C. Changes per A. Ballman's commentFariborz Jahanian6-18/+89
2014-07-16Remove whitespace from test commit.Arthur Marble1-1/+0
2014-07-16Test commit.Arthur Marble1-0/+1
2014-07-16Add the --target option to clang-cl and use it to fix a test.Reid Kleckner2-2/+2
2014-07-16Don't use -msse2 in test/Driver/cl-options.cHans Wennborg1-1/+0
2014-07-16Simplify memory management in NestedNameSpecifierLocBuilder.Serge Pavlov1-8/+4
2014-07-16[Driver][Mips] If CPU name is not provided to the driver explicitly useSimon Atanasyan2-19/+111
2014-07-16Make clang's rewrite engine a core featureAlp Toker56-153/+91
2014-07-16clang-cl: expand test coverage for "core" optionsHans Wennborg1-2/+9
2014-07-16Objective-C. Introducing __attribute__((objc_runtime_name("runtimename"))Fariborz Jahanian10-114/+372
2014-07-16Expand the wildcard expansion test to also cover '?'Hans Wennborg1-0/+1
2014-07-16clang-cl: make sure we still parse -fms-version= after r213119Hans Wennborg2-1/+7
2014-07-16Revert "clang/test/Driver/crash-report.c: This requires rewriter for -frewrit...Alp Toker45-33/+1
2014-07-16[ASTMatchers] Add a usingDirectiveDecl matcher.Benjamin Kramer2-0/+19