summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This test should no longer be XFAILed; the standard has stabilized, and the t...Aaron Ballman2014-05-301-13/+12
* Setting a heading for the section/allocate attribute so that the attribute do...Aaron Ballman2014-05-301-0/+1
* clang/test/Frontend/Weverything-and-remarks.cpp: Add explicit -target.NAKAMURA Takumi2014-05-301-1/+1
* [OPENMP] Improve debug location codegen for OpenMP runtime library.Alexey Bataev2014-05-302-14/+23
* Fix 'this' capturing Generic lambdas used within default initializers (PR19876) Faisal Vali2014-05-302-2/+31
* PR11410 - Confusing diagnostic when trailing array element tries to call dele...Nikola Smiljanic2014-05-303-3/+22
* PR12214 - Warn on suspicious self-compound-assignments.Nikola Smiljanic2014-05-303-2/+6
* Permit the "if" literal suffix with Microsoft extensions enabled.Peter Collingbourne2014-05-292-2/+11
* Thread Safety Analysis: implement review suggestions from Aaron Ballman.DeLesley Hutchins2014-05-294-27/+38
* Implement AVX1 vbroadcast intrinsics with vector initializersAdam Nemet2014-05-294-9/+40
* Thread Safety Analysis: minor changes to TIL pretty-printing.DeLesley Hutchins2014-05-292-21/+23
* Add documentation for -Rpass*Diego Novillo2014-05-292-0/+71
* Add flags -Rpass-missed and -Rpass-analysis.Diego Novillo2014-05-298-50/+161
* Make the -mno-global-merge option work for arm64/aarch64. rdar://17024719Bob Wilson2014-05-292-0/+16
* Make runlines consistent with other dll attribute testsNico Rieck2014-05-291-4/+4
* Fix some minor typos in testsNico Rieck2014-05-291-2/+2
* Add missing -S to avoid invoking assembler unnecessarily.Diego Novillo2014-05-291-1/+1
* Sema: Functions with dll attributes cannot be deletedNico Rieck2014-05-294-0/+52
* MS ABI: Emit static data members with proper linkageNico Rieck2014-05-293-23/+19
* Sema: Check dll attributes on static data membersNico Rieck2014-05-294-4/+362
* No longer allow the -std options to entirely override the -x language option....Aaron Ballman2014-05-293-13/+15
* Fix spurious remarks when -Weverything is used.Diego Novillo2014-05-292-0/+34
* Parsing/Sema for OMPAlignedClause.Alexander Musman2014-05-2919-15/+612
* Refactoring. Remove Owned method from Sema.Nikola Smiljanic2014-05-2921-724/+585
* Fixing a test case which was failing the MSVC build bots. When -std isn't spe...Aaron Ballman2014-05-291-1/+1
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-2938-812/+806
* When merging functions across modules (and in particular, instantiations ofRichard Smith2014-05-296-4/+78
* Implement a convenience recursive walk method over a cursor and its descendants.Eli Bendersky2014-05-292-29/+21
* [ASan] Hoist blacklisting globals from init-order checking to Clang.Alexey Samsonov2014-05-292-6/+14
* PR19878: If a pack expansion appears within another pack expansion, correctlyRichard Smith2014-05-293-199/+204
* Thread Safety Analysis: update TIL traversal mechanism to allow arbitraryDeLesley Hutchins2014-05-287-358/+594
* added Intel's BMI intrinsic variants Sanjay Patel2014-05-282-2/+120
* Expose CUDA function attributes to the C interface.Eli Bendersky2014-05-285-2/+38
* Reverting 209503 - Breaks asan blacklistsWarren Hunt2014-05-282-10/+1
* Debug Info: Fix the source range for IfStmt's ConditionScope.Adrian Prantl2014-05-282-1/+21
* Move misplaced Documentation note in Attr.tdReid Kleckner2014-05-281-3/+2
* Objective-C. Diagnose use of properties in functions nested in, Fariborz Jahanian2014-05-283-1/+36
* Trim trailing whitespace in cindex.pyEli Bendersky2014-05-281-6/+6
* Objective-C. Deprecate use of function definitionsFariborz Jahanian2014-05-284-0/+35
* [DOC] Documentation for #pragma clang optimize on/offDario Domizioli2014-05-281-0/+79
* -pthread does not translate to -lpthread on Android.Evgeniy Stepanov2014-05-282-2/+78
* Add a PR reference for XFAILed testAlp Toker2014-05-281-0/+2
* Test requires exceptionsAlp Toker2014-05-281-1/+1
* Consolidate some note diagnosticsAlp Toker2014-05-287-34/+21
* Fix line endings.Nikola Smiljanic2014-05-283-124/+124
* Let clang/test/CodeGen/pr19841.cpp tolerant of MS mangler.NAKAMURA Takumi2014-05-281-1/+2
* clang-format: Don't break before a case's colon.Daniel Jasper2014-05-282-4/+12
* Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky2014-05-2855-266/+268
* clang-format: Format array and dict literals similar to blocks.Daniel Jasper2014-05-282-48/+70
* [OPENMP] Additional checking for local vars in initial values for threadpriva...Alexey Bataev2014-05-283-1/+41