summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix GCC version comparison wrt. equal patch suffices (and squash two typos)Gabor Greif2012-04-181-2/+3
* Adds a FixedCompilationDatabase to be able to specify tool parametersManuel Klimek2012-04-185-9/+170
* Fix bad typo reported by I-Jui Sung.Ted Kremenek2012-04-181-1/+1
* As per John McCall comment:Francois Pichet2012-04-181-4/+4
* fix display of source lines with null charactersSeth Cantrell2012-04-182-2/+5
* Nicer display of unprintable source, and fix caret display for non-ascii textSeth Cantrell2012-04-186-166/+480
* Calling setVisibility directly only makes (some) sense when the visibility isRafael Espindola2012-04-182-4/+3
* PR12569: Instantiate exception specifications of explicit instantiationsRichard Smith2012-04-174-11/+84
* Revert "Nicer display of unprintable source, and fix caret display for non-as...Seth Cantrell2012-04-177-481/+167
* add missing parameter index to diagMatt Beaumont-Gay2012-04-171-1/+1
* fix display of source lines with null charactersSeth Cantrell2012-04-172-2/+5
* Nicer display of unprintable source, and fix caret display for non-ascii textSeth Cantrell2012-04-176-165/+476
* Simplify calls to mergeVisibility* by passing in the LinkageInfo. NoRafael Espindola2012-04-171-3/+2
* objective-c modern translation. Correct rewriting ofFariborz Jahanian2012-04-172-34/+64
* Typo fix.Sirish Pande2012-04-171-4/+4
* Switches the JSONCompilationDatabase to use the YAML parser.Manuel Klimek2012-04-172-44/+54
* Fix to avoid warning. Also add header, and lincense information.Sirish Pande2012-04-171-0/+16
* Emulate a MSVC bug where the creation of pointer-to-member to protected membe...Francois Pichet2012-04-172-1/+33
* fix a typoGabor Greif2012-04-171-1/+1
* Convert vperm2f128 and vperm2i128 intrinsics back to using llvm intrinsics. U...Craig Topper2012-04-176-32/+15
* Attempt to fix test.Eli Friedman2012-04-171-1/+1
* 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
* Link to a tiny patch to libstdc++-4.7 to work around the <chrono> issuesRichard Smith2012-04-172-2/+16
* Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it.Richard Smith2012-04-1721-541/+872
* Make sure EmitMoveFromReturnSlot is passing the correct alignment toChad Rosier2012-04-172-1/+9
* Typo.Eric Christopher2012-04-161-1/+1
* Modern objective-c translator:'self' used insideFariborz Jahanian2012-04-162-4/+11
* [libclang] Make sure that when we have multiple @class references in the same...Argyrios Kyrtzidis2012-04-162-1/+28
* modern objective-c translator: translation of implicitFariborz Jahanian2012-04-1615-23/+47
* [analyzer] Fix a false alarm in SelfInitChecker (radar://11235991).Anna Zaks2012-04-162-9/+77
* [analyzer] +commentsAnna Zaks2012-04-161-0/+2
* [analyzer] Fixup for a test case.Anna Zaks2012-04-161-1/+1
* objective-c modern translator: buildit objc boolFariborz Jahanian2012-04-1612-37/+39
* [libclang] Spelling range for a objc category should the category name range,...Argyrios Kyrtzidis2012-04-162-0/+22
* Remove support for -fast-math metadata for the moment.Duncan Sands2012-04-162-12/+0
* Per Richard's comments on r154794, add the checks necessary to handle constan...Eli Friedman2012-04-162-2/+19
* Revert r154749 for now at John McCall's request.Rafael Espindola2012-04-162-31/+19
* Implement the last part of C++ [class.mem]p2, delaying the parsing ofDouglas Gregor2012-04-1620-78/+451
* Use ordering and the explicit visibility bit instead of modifyingRafael Espindola2012-04-161-44/+36
* Readd lost "undef BUILTIN" to fix the build.David Blaikie2012-04-161-0/+2
* Generate fpmath metadata when -ffast-math. Note that no optimizations are hookedDuncan Sands2012-04-162-1/+14
* Hexagon V5(Floating Point) support.Sirish Pande2012-04-165-843/+1624
* Remove unused method.Rafael Espindola2012-04-161-3/+0
* 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-1620-91/+551
* Add note to hacking.html that running the test harness directly from the comm...Eli Friedman2012-04-161-2/+10
* Make constant evaluation for pointer comparisons work correctly for some unco...Eli Friedman2012-04-163-6/+29
* use DEFAULT_SYSROOTSebastian Pop2012-04-167-15/+32