aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-16Convert inline asm source ranges into clang SourceRanges and print them with ...Benjamin Kramer
2011-10-16I fixed this with r142127; these notes now make sense even w/o the caret.Chandler Carruth
2011-10-16Hoist the logic I added to compute the macro name into a helperChandler Carruth
2011-10-16Now that macro expansion notes are real notes and go through the sameChandler Carruth
2011-10-16Fix the original bug in our diagnostic printing that got me started onChandler Carruth
2011-10-16Now that the structure of this is more reasonably laid out, fix a longChandler Carruth
2011-10-16Add a prefix to the existing test to prepare for more tests of otherChandler Carruth
2011-10-16Fold two run lines into a single logical one, and move them down belowChandler Carruth
2011-10-16Rename this test to a more general name in preparation for adding moreChandler Carruth
2011-10-16Enable CREATE_SUBDIRS for a performance win, because there are a lot of files...Bill Wendling
2011-10-16Add proper doxyments to the entry point routine, and remove a dead parameter.Chandler Carruth
2011-10-16Persist the TextDiagnostic object across multiple diagnostics as long asChandler Carruth
2011-10-15Clean up the names of all the TextDiagnostic methods (and even a staticChandler Carruth
2011-10-15Move two functions out of the public interface that shouldn't have everChandler Carruth
2011-10-15Graduate the TextDiagnostic interface to its own header and source file,Chandler Carruth
2011-10-15Move the message printing to a class-static function so that it can beChandler Carruth
2011-10-15Move the diagnostic level printing into a class static helper. This willChandler Carruth
2011-10-15Rationalize the last bit of "arbitrary" state that is carried betweenChandler Carruth
2011-10-15Avoid duplicate unavailbility diagnostics in objc++.Fariborz Jahanian
2011-10-15Place static initializers on linux into the ".text.startup" section, so the l...Benjamin Kramer
2011-10-15obj-c++: allow the getter/setter to return/take parametersFariborz Jahanian
2011-10-15Internals manual: eliminate mention of System libraryPeter Collingbourne
2011-10-15Replace vectors with arrays.Benjamin Kramer
2011-10-15Neither 'Warning' nor 'NonNote' was a good name for this location...Chandler Carruth
2011-10-15Nuke a bunch of FIXMEs that are now fixed. =] Also, remove the now-deadChandler Carruth
2011-10-15Sink the include stack printing into the generic text diagnosticChandler Carruth
2011-10-15Rationalize some of how the locations of prior diagnostics are trackedChandler Carruth
2011-10-15Sink the EmitDiagnosticLoc method down to the generic TextDiagnosticChandler Carruth
2011-10-15Sink the non-caret diagnostic logic down and out of the diagnosticChandler Carruth
2011-10-15Simplify the interface of a helper method in the TextDiagnosticPrinterChandler Carruth
2011-10-15Add an accessor for all of the ranges in a diagnostic as an ArrayRef.Chandler Carruth
2011-10-15Add -Wc++98-compat warning for deduced 'auto' type specifier.Richard Smith
2011-10-15Implement -Wc++98-compat warnings for the parser.Richard Smith
2011-10-15Refactor: remove redundant check for 'final' specifier when parsing class/str...Richard Smith
2011-10-15Testcase for half of r142048.Richard Smith
2011-10-15Convert stray doxygen comments to regular comments. They logically represent...Ted Kremenek
2011-10-15Revert "Move doxygen comments to pair with the actual values."Ted Kremenek
2011-10-15Use of override keywords in C++98 should produce a warning by default.Richard Smith
2011-10-15Rename an ExtWarn to ext_ for consistency.Richard Smith
2011-10-15Don't warn about use of 'final' in ill-formed C++98 code which didn't useRichard Smith
2011-10-15Handle an edge case involving the conditional operator and throw expressions....Eli Friedman
2011-10-15Change 'Emit' to 'EmitCaret' which sums up what it *should* be doing.Chandler Carruth
2011-10-15-Wc++98-compat warnings for the lexer.Richard Smith
2011-10-15Teach the ASTImporter to perform DeclContext lookups in a way thatDouglas Gregor
2011-10-14Add c_alignas and cxx_alignas featuresPeter Collingbourne
2011-10-14Tweak the C++11 status prose a bit. We still need better user guidance on the...Douglas Gregor
2011-10-14Missed tests for half FP supportAnton Korobeynikov
2011-10-14Provide half floating point support as a storage only type.Anton Korobeynikov
2011-10-14Switch the C++11 status table from a developer-centric list to aDouglas Gregor
2011-10-14Attempt to fix Windows buildbot, round 2.Eli Friedman