summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-2935-798/+798
* When merging functions across modules (and in particular, instantiations ofRichard Smith2014-05-292-4/+47
* [ASan] Hoist blacklisting globals from init-order checking to Clang.Alexey Samsonov2014-05-291-6/+5
* PR19878: If a pack expansion appears within another pack expansion, correctlyRichard Smith2014-05-291-199/+178
* Thread Safety Analysis: update TIL traversal mechanism to allow arbitraryDeLesley Hutchins2014-05-282-7/+50
* added Intel's BMI intrinsic variants Sanjay Patel2014-05-281-1/+34
* Reverting 209503 - Breaks asan blacklistsWarren Hunt2014-05-281-4/+1
* Debug Info: Fix the source range for IfStmt's ConditionScope.Adrian Prantl2014-05-281-1/+1
* Objective-C. Diagnose use of properties in functions nested in, Fariborz Jahanian2014-05-281-0/+20
* Objective-C. Deprecate use of function definitionsFariborz Jahanian2014-05-281-0/+5
* -pthread does not translate to -lpthread on Android.Evgeniy Stepanov2014-05-281-2/+3
* Consolidate some note diagnosticsAlp Toker2014-05-286-19/+15
* Fix line endings.Nikola Smiljanic2014-05-282-121/+121
* clang-format: Don't break before a case's colon.Daniel Jasper2014-05-281-4/+5
* Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky2014-05-281-0/+6
* clang-format: Format array and dict literals similar to blocks.Daniel Jasper2014-05-281-45/+59
* [OPENMP] Additional checking for local vars in initial values for threadpriva...Alexey Bataev2014-05-281-0/+36
* [OPENMP] Reformatting of parsing code for OpenMP constructs.Alexey Bataev2014-05-281-43/+38
* [OPENMP][C++11] Formatting and make more C++11 compliant of OpenMP sema.Alexey Bataev2014-05-281-256/+249
* Move the logic for testing for namespace std into one location. This check canRichard Trieu2014-05-288-39/+30
* Don't dllimport/export destructor variants implemented by thunks.Hans Wennborg2014-05-282-16/+18
* Retain isImplicit flag for local variable declarations when instantiatingAlexander Kornienko2014-05-272-0/+4
* Add range accessors for captures of a LambdaExpr.James Dennett2014-05-271-0/+12
* Objective-C. Fixes an obscuer crash caused by multiple inclusion ofFariborz Jahanian2014-05-271-0/+3
* Revert small change to EmitDeclRefLValueRenato Golin2014-05-271-9/+8
* Parsing/Sema for OMPCollapseClause.Alexander Musman2014-05-278-2/+74
* [C++11] Use 'nullptr'. StaticAnalyzer edition.Craig Topper2014-05-2765-530/+550
* Rejecting the mutable specifier on a freestanding type declaration, instead o...Aaron Ballman2014-05-261-2/+7
* clang-format: Split up moveStateToNextToken.Daniel Jasper2014-05-262-120/+163
* clang-format: Keep '{' of dict literals on the same line in Allman styleDaniel Jasper2014-05-261-1/+1
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-2642-1722/+1790
* [C++11] Use 'nullptr'.Craig Topper2014-05-264-8/+8
* IRGen: Add more tests for dll attributesNico Rieck2014-05-251-1/+2
* Fix some misplaced spaces around 'override'Hans Wennborg2014-05-241-1/+1
* AArch64/ARM64: rename ARM64 components to AArch64Tim Northover2014-05-249-532/+548
* AArch64/ARM64: update Clang after AArch64 removal.Tim Northover2014-05-247-1858/+32
* CXXInfo memory should be released after calling the destructorYaron Keren2014-05-241-1/+1
* Recompute the injected class name type for a class template specializationRichard Smith2014-05-232-5/+1
* Use comdats to avoid double initialization of weak dataReid Kleckner2014-05-234-23/+45
* [modules] If a referenced-but-not-instantiated class template specializationRichard Smith2014-05-231-18/+1
* Emit used/dllexport inline method definitions in nested classes (PR19743, PR1...Hans Wennborg2014-05-235-11/+40
* Don't suppress warning about dllimport on typedefs etc. in MicrosoftExt modeHans Wennborg2014-05-231-12/+0
* Stopgap fix for finding module for a file mapped in the VFSBen Langmuir2014-05-233-2/+15
* Make dead return statement detection more robust against changes in the CFG.Manuel Klimek2014-05-231-21/+46
* revert "r209526 List the function/method name in the index page of scan-build "Sylvestre Ledru2014-05-231-4/+0
* List the function/method name in the index page of scan-build Sylvestre Ledru2014-05-231-0/+4
* [MS-ABI] Silence warning from r209523Warren Hunt2014-05-231-1/+1
* [MS-ABI] Implements MS-compatible RTTIWarren Hunt2014-05-237-46/+509
* 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-235-0/+110
OpenPOWER on IntegriCloud