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