summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* CXXInfo memory should be released after calling the destructorYaron Keren2014-05-241-1/+1
* This test doesn't need -O2 -disable-llvm-optznsHans Wennborg2014-05-231-1/+1
* Recommit r209532 with -ffreestanding.Akira Hatanaka2014-05-231-0/+13
* Remove test while I investigate why the test is breaking the bots.Akira Hatanaka2014-05-231-14/+0
* Recompute the injected class name type for a class template specializationRichard Smith2014-05-232-5/+1
* XFAIL test which is breaking some of the build bots.Akira Hatanaka2014-05-231-0/+1
* Use comdats to avoid double initialization of weak dataReid Kleckner2014-05-238-51/+78
* [modules] If a referenced-but-not-instantiated class template specializationRichard Smith2014-05-234-18/+12
* Emit used/dllexport inline method definitions in nested classes (PR19743, PR1...Hans Wennborg2014-05-2310-13/+61
* Don't suppress warning about dllimport on typedefs etc. in MicrosoftExt modeHans Wennborg2014-05-233-31/+1
* Sema: Add more tests for dll attributes on inline functionsNico Rieck2014-05-234-2/+76
* Fix broken FileCheck prefixNico Rieck2014-05-231-1/+1
* Fix typoNico Rieck2014-05-231-1/+1
* Stopgap fix for finding module for a file mapped in the VFSBen Langmuir2014-05-2312-4/+123
* Add the hasRangeInit() matcher for range-based for loop.Manuel Klimek2014-05-232-0/+17
* Test case for r209489.Akira Hatanaka2014-05-231-0/+13
* Make dead return statement detection more robust against changes in the CFG.Manuel Klimek2014-05-231-21/+46
* Make the ParentVector default to size 2.Manuel Klimek2014-05-231-1/+1
* revert "r209526 List the function/method name in the index page of scan-build "Sylvestre Ledru2014-05-232-17/+3
* List the function/method name in the index page of scan-build Sylvestre Ledru2014-05-232-3/+17
* [MS-ABI] Silence warning from r209523Warren Hunt2014-05-231-1/+1
* Replace system() by native perl callsSylvestre Ledru2014-05-232-12/+14
* [MS-ABI] Implements MS-compatible RTTIWarren Hunt2014-05-239-47/+656
* [test] Force a triple in the pragma optimize test due to expected mangled names.Dario Domizioli2014-05-231-1/+1
* PR19352 - getLocation() points to the wrong position for FriendDeclsNikola Smiljanic2014-05-231-1/+3
* Implemented support for "pragma clang optimize on/off", based on attribute 'o...Dario Domizioli2014-05-2314-1/+319
* Fix '-main-file-name <name>' so that it is used for the ModuleID.Robert Lytton2014-05-232-1/+10
* Clean DiagRanges. Fix a possible problem introduced in r209468.Alexander Kornienko2014-05-231-0/+1
* Fix a bug in xmmintrin.h.Akira Hatanaka2014-05-231-1/+1
* Don't set unnamed_addr in CreateRuntimeVariable.Rafael Espindola2014-05-223-10/+4
* Avoid allocating extra memory to handle the lazy definition data pointer forRichard Smith2014-05-224-14/+35
* Don't reduce the stack protector level given -fstack-protector.Rafael Espindola2014-05-222-3/+7
* Use error_code::success() instead of make_error_code(llvm::errc::success).Alexander Kornienko2014-05-221-1/+1
* Unify the name of compiler-rt builtins library on Linux.Alexey Samsonov2014-05-223-7/+8
* If a class template specialization from one module has its definitionRichard Smith2014-05-225-0/+34
* Don't warn about undefined inline functions if they're dllexport/importHans Wennborg2014-05-222-1/+14
* Remove limits on the number of fix-it hints and ranges in the DiagnosticsEngine.Alexander Kornienko2014-05-227-89/+37
* Improved location for non-constant initializers diagnostics.Abramo Bagnara2014-05-224-28/+55
* Forgot to add updated datalayout testMatt Arsenault2014-05-221-1/+1
* Update R600 datalayoutMatt Arsenault2014-05-221-1/+1
* An inline function redeclaration does not drop the dllimport attributeHans Wennborg2014-05-223-16/+11
* clang-format: Add basic test for -style=none.Daniel Jasper2014-05-221-0/+6
* clang-format: Introduce DisableFormat that prevents formatting.Daniel Jasper2014-05-223-1/+24
* clang-format: Don't use Allman brace breaking for ObjC blocks.Daniel Jasper2014-05-222-1/+12
* clang-format: Fix corner case in AllowShortBlocksOnASingleLine.Daniel Jasper2014-05-222-2/+6
* MachO: look for nearby tools on all MachO platforms.Tim Northover2014-05-221-8/+8
* Revert "TMP"Tim Northover2014-05-221-8/+8
* MachO: perform ARM ABI detection even for non-Darwin triples.Tim Northover2014-05-222-1/+2
* TMPTim Northover2014-05-221-8/+8
* Use stack protector strong by default on OpenBSD.Rafael Espindola2014-05-222-2/+2
OpenPOWER on IntegriCloud