Age | Commit message (Expand) | Author |
2008-11-23 | Genericize the qualtype formating callback to support any diag argument. | Chris Lattner |
2008-11-23 | Add support for sending QualType's directly into diags and convert two | Chris Lattner |
2008-11-22 | Implement a %plural modifier for complex plural forms in diagnostics. Use it ... | Sebastian Redl |
2008-11-22 | Split the DiagnosticInfo class into two disjoint classes: | Chris Lattner |
2008-11-21 | Add the concept of "modifiers" to the clang diagnostic format | Chris Lattner |
2008-11-19 | Allow sending IdentifierInfo*'s into Diagnostics without turning them into st... | Chris Lattner |
2008-11-19 | add direct support for signed and unsigned integer arguments to diagnostics. | Chris Lattner |
2008-11-19 | rewrite FormatDiagnostic to be less gross and a lot more efficient. | Chris Lattner |
2008-11-19 | implement a transparent optimization with the diagnostics stuff: | Chris Lattner |
2008-11-18 | Extend DeclarationName to support C++ overloaded operators, e.g., | Douglas Gregor |
2008-11-18 | This reworks some of the Diagnostic interfaces a bit to change how diagnostics | Chris Lattner |
2008-11-18 | SourceManager::getLineNumber is logically const except for caching. | Chris Lattner |
2008-11-18 | Change the diagnostics interface to take an array of pointers to | Chris Lattner |
2008-11-17 | Eliminate all of the placeholder identifiers used for constructors, | Douglas Gregor |
2008-11-17 | Introduction the DeclarationName class, as a single, general method of | Douglas Gregor |
2008-11-16 | Fix PR3077: tokens that come from macro expansions whose macro was | Chris Lattner |
2008-11-14 | Add a new expression node, CXXOperatorCallExpr, which expresses a | Douglas Gregor |
2008-11-12 | Don't build identifiers for C++ constructors, destructors, or | Douglas Gregor |
2008-11-10 | Some cleanups to the declaration/checking of overloaded operators in C++. Tha... | Douglas Gregor |
2008-11-06 | Parsing, ASTs, and semantic analysis for the declaration of overloaded | Douglas Gregor |
2008-11-06 | Reclaim some bits in IdentifierInfo, for later use as overloaded operator names. | Douglas Gregor |
2008-11-02 | More fallout from r58501: primary fix is some more corrections to make | Eli Friedman |
2008-10-31 | Fix a bug that was introduced in 58501. Ideally I think we should force all t... | Anders Carlsson |
2008-10-31 | Made the mechanism of defining preprocessor defs for maxint, ptrdiff_t, wchar | Sanjiv Gupta |
2008-10-27 | Rename Characteristic_t to CharacteristicKind | Chris Lattner |
2008-10-27 | Fix the definition of __builtin_va_list on PPC, which was set to the V4 ABI, ... | Chris Lattner |
2008-10-26 | CMake: Builds and installs clang binary and libs (no docs yet). It | Oscar Fuentes |
2008-10-17 | fix rdar://6288301: custom warnings don't respect -Werror. | Chris Lattner |
2008-10-16 | Add basic FreeBSD target support, patch by Roman Divacky! | Chris Lattner |
2008-10-06 | Add 'x' constraint character. | Anders Carlsson |
2008-10-06 | Add the 'y' assembler constraint. | Anders Carlsson |
2008-10-05 | miscellaneous cleanups | Chris Lattner |
2008-10-05 | move __FLT_EVAL_METHOD__, __FLT_RADIX__, and __DECIMAL_DIG__ into | Chris Lattner |
2008-10-05 | it helps when I save the file before testing and committing. | Chris Lattner |
2008-10-05 | suck the rest of the FP macros out of the targets into the PP | Chris Lattner |
2008-10-05 | start moving fp macros over | Chris Lattner |
2008-10-05 | move a bunch more integer sizing out of target-specific code into | Chris Lattner |
2008-10-05 | eliminate __USER_LABEL_PREFIX__ from the Targets.cpp file, start moving | Chris Lattner |
2008-10-05 | Implement PR2773, support for __USER_LABEL_PREFIX__ | Chris Lattner |
2008-09-30 | Handle minor version numbers in __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ | Chris Lattner |
2008-09-30 | Add missing include for use of atoi. | Nick Lewycky |
2008-09-30 | The definition of __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ follows | Chris Lattner |
2008-09-30 | define __PASCAL_STRINGS__ whenever -fpascal-strings is enabled. | Chris Lattner |
2008-09-30 | __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ is a darwin-specific #define | Chris Lattner |
2008-09-29 | Make some methods const, add some helpers to FullSourceLoc, | Chris Lattner |
2008-09-29 | whitespace and comment changes, to fix grammar and 80 col violations | Nico Weber |
2008-09-26 | clean up a bunch of fixme's I added, by moving | Chris Lattner |
2008-09-26 | Fix the rest of rdar://6243860 hopefully. This requires changing FileIDInfo | Chris Lattner |
2008-09-23 | Add x86_64 Linux target. | Daniel Dunbar |
2008-09-12 | Add --suppress-system-warnings (on by default, use =0 to disable) | Daniel Dunbar |