summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Adds a FixedCompilationDatabase to be able to specify tool parametersManuel Klimek2012-04-181-0/+27
* As per John McCall comment:Francois Pichet2012-04-181-4/+4
* fix display of source lines with null charactersSeth Cantrell2012-04-181-2/+5
* Nicer display of unprintable source, and fix caret display for non-ascii textSeth Cantrell2012-04-181-159/+439
* Calling setVisibility directly only makes (some) sense when the visibility isRafael Espindola2012-04-181-3/+3
* PR12569: Instantiate exception specifications of explicit instantiationsRichard Smith2012-04-172-3/+15
* Revert "Nicer display of unprintable source, and fix caret display for non-as...Seth Cantrell2012-04-171-440/+160
* fix display of source lines with null charactersSeth Cantrell2012-04-171-2/+5
* Nicer display of unprintable source, and fix caret display for non-ascii textSeth Cantrell2012-04-171-158/+435
* Simplify calls to mergeVisibility* by passing in the LinkageInfo. NoRafael Espindola2012-04-171-3/+2
* objective-c modern translation. Correct rewriting ofFariborz Jahanian2012-04-171-34/+19
* Switches the JSONCompilationDatabase to use the YAML parser.Manuel Klimek2012-04-171-36/+45
* Emulate a MSVC bug where the creation of pointer-to-member to protected membe...Francois Pichet2012-04-171-0/+7
* fix a typoGabor Greif2012-04-171-1/+1
* Convert vperm2f128 and vperm2i128 intrinsics back to using llvm intrinsics. U...Craig Topper2012-04-172-28/+4
* Change ExprEngine::shouldInlineDecl() to be defensive in checking if the CFG ...Ted Kremenek2012-04-171-0/+5
* Fix case where the alignment is overaligned, per Eli's suggestion.Chad Rosier2012-04-171-1/+4
* Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it.Richard Smith2012-04-1712-519/+678
* Make sure EmitMoveFromReturnSlot is passing the correct alignment toChad Rosier2012-04-171-1/+1
* Typo.Eric Christopher2012-04-161-1/+1
* Modern objective-c translator:'self' used insideFariborz Jahanian2012-04-161-4/+8
* modern objective-c translator: translation of implicitFariborz Jahanian2012-04-161-15/+12
* [analyzer] Fix a false alarm in SelfInitChecker (radar://11235991).Anna Zaks2012-04-161-5/+20
* objective-c modern translator: buildit objc boolFariborz Jahanian2012-04-164-18/+8
* Remove support for -fast-math metadata for the moment.Duncan Sands2012-04-161-4/+0
* Per Richard's comments on r154794, add the checks necessary to handle constan...Eli Friedman2012-04-161-2/+13
* Revert r154749 for now at John McCall's request.Rafael Espindola2012-04-161-19/+19
* Implement the last part of C++ [class.mem]p2, delaying the parsing ofDouglas Gregor2012-04-169-60/+359
* Use ordering and the explicit visibility bit instead of modifyingRafael Espindola2012-04-161-44/+36
* Generate fpmath metadata when -ffast-math. Note that no optimizations are hookedDuncan Sands2012-04-161-1/+6
* Hexagon V5(Floating Point) support.Sirish Pande2012-04-163-157/+766
* Adjust for LLVM name tweaks requested by Chandler.Duncan Sands2012-04-162-9/+9
* Add another constructor to LVFlags and use it to simplify the code a bit.Rafael Espindola2012-04-161-18/+10
* Implement C++11 [expr.prim.general]p3, which permits the use of 'this'Douglas Gregor2012-04-1614-80/+387
* Make constant evaluation for pointer comparisons work correctly for some unco...Eli Friedman2012-04-161-6/+18
* use DEFAULT_SYSROOTSebastian Pop2012-04-163-9/+13
* The result of the Microsoft __uuidof operator must be considered a global lva...Francois Pichet2012-04-161-0/+6
* Propagate alignment on lvalues through EmitLValueForField. PR12395.Eli Friedman2012-04-167-79/+93
* Implement the all_lookups_iterator for PCH as a follow-up to r153970. ThisNick Lewycky2012-04-163-69/+77
* Change _mm256_permute4x64_epi64 and _mm256_permute4x64_pd to use builtin_shuf...Craig Topper2012-04-151-2/+6
* Correct indentationDavid Blaikie2012-04-151-22/+22
* Use MDBuilder to help with metadata creation.Duncan Sands2012-04-153-43/+14
* Use forward declarations for ASTDeclContextNameLookupTable and add a missing ...Benjamin Kramer2012-04-154-11/+10
* Actually, this tree isn't necessarily binary.Benjamin Kramer2012-04-151-2/+2
* Recursively delete rewrite rope nodes when tearing down the tree.Benjamin Kramer2012-04-151-0/+5
* PR12226: don't generate wrong code if a braced string literal is used toRichard Smith2012-04-154-20/+23
* objective-c modern translator: Make metadataFariborz Jahanian2012-04-141-7/+2
* Consider visibility attributes last, so that they take precedence.Rafael Espindola2012-04-141-21/+21
* Replace manual delete[] with OwningArrayPtr.Benjamin Kramer2012-04-141-6/+4
* Don't leak vtable thunks.Benjamin Kramer2012-04-141-0/+1