summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [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-301-1/+15
* PR11410 - Confusing diagnostic when trailing array element tries to call dele...Nikola Smiljanic2014-05-301-3/+8
* PR12214 - Warn on suspicious self-compound-assignments.Nikola Smiljanic2014-05-301-1/+2
* Permit the "if" literal suffix with Microsoft extensions enabled.Peter Collingbourne2014-05-291-2/+7
* Thread Safety Analysis: implement review suggestions from Aaron Ballman.DeLesley Hutchins2014-05-291-1/+1
* Implement AVX1 vbroadcast intrinsics with vector initializersAdam Nemet2014-05-291-3/+6
* Add flags -Rpass-missed and -Rpass-analysis.Diego Novillo2014-05-293-44/+115
* Make the -mno-global-merge option work for arm64/aarch64. rdar://17024719Bob Wilson2014-05-291-0/+8
* Sema: Functions with dll attributes cannot be deletedNico Rieck2014-05-291-0/+15
* MS ABI: Emit static data members with proper linkageNico Rieck2014-05-291-2/+7
* Sema: Check dll attributes on static data membersNico Rieck2014-05-291-4/+20
* No longer allow the -std options to entirely override the -x language option....Aaron Ballman2014-05-291-11/+5
* Fix spurious remarks when -Weverything is used.Diego Novillo2014-05-291-0/+6
* Parsing/Sema for OMPAlignedClause.Alexander Musman2014-05-299-7/+209
* Refactoring. Remove Owned method from Sema.Nikola Smiljanic2014-05-2920-718/+583
* 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