Age | Commit message (Expand) | Author |
2010-04-21 | Sink the _GNU_SOURCE definition down into the target configuration, | Douglas Gregor |
2010-04-20 | change FullSourceLoc to have a *const* SourceManager&, eliminating | Chris Lattner |
2010-04-20 | push some source location information down through the compiler, | Chris Lattner |
2010-04-20 | enhance sourcemgr to detect various UTF BOM's and emit a fatal error | Chris Lattner |
2010-04-20 | Introduce a limit on the depth of the template instantiation backtrace | Douglas Gregor |
2010-04-17 | Add support for '-fgnu-keywords' and '-fasm' to Clang's driver. They are not | Chandler Carruth |
2010-04-15 | clang -cc1: Add a -fno-bitfield-type-align option, for my own testing purposes. | Daniel Dunbar |
2010-04-15 | Tweak spelling (Bitfield -> BitField) | Daniel Dunbar |
2010-04-15 | Add TargetInfo::useBitfieldTypeAlignment(). | Daniel Dunbar |
2010-04-14 | Once we've emitted a fatal diagnostic, keep counting errors but with a | Douglas Gregor |
2010-04-12 | fix PR6814 - Only print [-pedantic] on a diagnostic if -pedantic | Chris Lattner |
2010-04-12 | Fix null dereference in 'WriteSourceLocation' when the FileEntry is null. | Ted Kremenek |
2010-04-11 | add haiku support, patch by Paul Davey! | Chris Lattner |
2010-04-10 | Disable diag::err_file_modified on Win32 completely, until someone cares to fix | Daniel Dunbar |
2010-04-09 | On Windows, disable the modification-time check for files used in | Douglas Gregor |
2010-04-07 | add clang -cc1 level support for "-ferror-limit 42" | Chris Lattner |
2010-04-07 | add capabilities to stop emitting errors after some limit. | Chris Lattner |
2010-04-07 | Instead of counting totally diagnostics, split the count into a count | Chris Lattner |
2010-04-02 | Add option and macro definition for AES instructions. Now produces real | Eric Christopher |
2010-03-31 | Reinstate my CodeModificationHint -> FixItHint renaming patch, without | Douglas Gregor |
2010-03-31 | Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder | Douglas Gregor |
2010-03-31 | Rename CodeModificationHint to FixItHint, since we've been using the | Douglas Gregor |
2010-03-29 | Optimize PartialDiagnostic's memory-allocation behavior by placing a | Douglas Gregor |
2010-03-25 | Teach the diagnostic engine to provide more detailed information about | Douglas Gregor |
2010-03-25 | PS3 needs __PPC__. Should this be in the PPC target? | John Thompson |
2010-03-22 | Fix a thinko and a typo in the delayed-diagnostic code. | Douglas Gregor |
2010-03-22 | Introduce the notion of a single "delayed" diagnostic into the | Douglas Gregor |
2010-03-21 | Keep track of the size/modification time of each file source-location | Douglas Gregor |
2010-03-19 | Fix a longstanding (but previously unknown) bug in the lazy | Douglas Gregor |
2010-03-17 | Check the inode in addition to size and modification time to determine | Douglas Gregor |
2010-03-17 | Use a simple diagnostic (file modified) when we detect that a file has | Douglas Gregor |
2010-03-16 | Teach SourceManager's content cache to keep track of whether its | Douglas Gregor |
2010-03-16 | Update get*LineNumber() and get*ColumnNumber() functions to pass the | Douglas Gregor |
2010-03-16 | Audit all callers of SourceManager::getCharacterData(); update some of | Douglas Gregor |
2010-03-16 | Audit all getBuffer() callers (for both the FullSourceLoc and | Douglas Gregor |
2010-03-16 | Switch another function to StringRef instead of char pointer pairs. | Benjamin Kramer |
2010-03-16 | Let SourceManager::getBufferData return StringRef instead of a pair of two co... | Benjamin Kramer |
2010-03-16 | Introduce optional "Invalid" parameters to routines that invoke the | Douglas Gregor |
2010-03-16 | Use SourceManager's Diagnostic object for all file-reading errors, | Douglas Gregor |
2010-03-16 | Give SourceManager a Diagnostic object with which to report errors, | Douglas Gregor |
2010-03-15 | Add some <cstdio> includes to unbreak the buildbots | Douglas Gregor |
2010-03-15 | Introduce a new BufferResult class to act as the return type of | Douglas Gregor |
2010-03-12 | Reintroduce r98340 and r98341 now without copy/paste errors. | Kovarththanan Rajaratnam |
2010-03-12 | Back out r98340 abd r98341 | Kovarththanan Rajaratnam |
2010-03-12 | fix PR6584: __SSE3__ not defined with -mss3 | Nuno Lopes |
2010-03-12 | Switch parameter order for consistency (no functionality change) | Kovarththanan Rajaratnam |
2010-03-12 | Add keywords using StringRef | Kovarththanan Rajaratnam |
2010-03-10 | Fix -Wsign-compare warning reported by clang++. | Ted Kremenek |
2010-03-06 | add mblaze target support, patch by Wesley Peck! | Chris Lattner |
2010-03-05 | Make sure the raw_string_ostream gets flushed so we don't accidentally return... | Benjamin Kramer |