| Commit message (Expand) | Author | Age | Files | Lines |
| * | DataFlowSanitizer; Clang changes. | Peter Collingbourne | 2013-08-07 | 1 | -0/+1 |
| * | Support for Thread Safety Analysis in C | David Blaikie | 2013-07-29 | 1 | -0/+1 |
| * | Reduce stack frame size by avoiding a large token vector on an error path. | Bob Wilson | 2013-07-27 | 1 | -1/+1 |
| * | Fix GNU ObjC ABI for a message returning a struct. | Eli Friedman | 2013-07-26 | 1 | -0/+1 |
| * | Rename feature test for lambda init-captures from cxx_generalized_capture to | Richard Smith | 2013-07-24 | 1 | -2/+2 |
| * | Update documentation to match current C++1y feature set. | Richard Smith | 2013-07-24 | 1 | -2/+2 |
| * | Add new diagnostic messages when too many arguments are presented to a | Richard Trieu | 2013-07-23 | 1 | -16/+191 |
| * | Generalize hack allowing 'const' in __has_attribute (etc) to allow any token | Richard Smith | 2013-07-09 | 1 | -3/+1 |
| * | Match MSVC's handling of commas during macro argument expansion | Reid Kleckner | 2013-06-26 | 1 | -1/+6 |
| * | This patch adds new private headers to the module map. Private | Lawrence Crowl | 2013-06-20 | 1 | -1/+2 |
| * | C++1y: provide full 'auto' return type deduction for lambda expressions. This | Richard Smith | 2013-05-12 | 1 | -1/+1 |
| * | C++1y: Update __cplusplus to temporary value 201305L to allow detection of pr... | Richard Smith | 2013-05-07 | 1 | -1/+13 |
| * | [Preprocessor] For the MacroExpands preprocessor callback, also pass the Macr... | Argyrios Kyrtzidis | 2013-05-03 | 1 | -4/+5 |
| * | Only evaluate __has_feature(c_thread_local) and __has_feature(cxx_thread_loca... | Douglas Gregor | 2013-05-02 | 1 | -2/+4 |
| * | C++11 support is now feature-complete. | Richard Smith | 2013-04-19 | 1 | -1/+3 |
| * | [modules] Re-enable the "ambiguous expansion of macro" warning. | Argyrios Kyrtzidis | 2013-03-27 | 1 | -11/+10 |
| * | [Preprocessor/Modules] Separate the macro directives kinds into their own Mac... | Argyrios Kyrtzidis | 2013-03-26 | 1 | -112/+8 |
| * | [PCH/Modules] De/Serialize MacroInfos separately than MacroDirectives. | Argyrios Kyrtzidis | 2013-03-22 | 1 | -6/+14 |
| * | [preprocessor] Use MacroDirective in the preprocessor callbacks to make avail... | Argyrios Kyrtzidis | 2013-02-24 | 1 | -9/+13 |
| * | [libclang] Fix assertion hit when code-completing inside a function macro wit... | Argyrios Kyrtzidis | 2013-02-22 | 1 | -2/+4 |
| * | [preprocessor] Split the MacroInfo class into two separate concepts, MacroInf... | Argyrios Kyrtzidis | 2013-02-20 | 1 | -47/+48 |
| * | Reinstate r173952, this time limiting it to exactly the form | Douglas Gregor | 2013-01-30 | 1 | -1/+4 |
| * | Revert "[preprocessor] Don't warn about "disabled expansion of recursive macro"" | Argyrios Kyrtzidis | 2013-01-30 | 1 | -4/+1 |
| * | [preprocessor] Don't warn about "disabled expansion of recursive macro" | Argyrios Kyrtzidis | 2013-01-30 | 1 | -1/+4 |
| * | [PCH] Temporarily disable the "ambiguous macro" warning that is currently bog... | Argyrios Kyrtzidis | 2013-01-23 | 1 | -0/+4 |
| * | [PCH/Modules] Revert r172843, it caused a module to fail building. | Argyrios Kyrtzidis | 2013-01-19 | 1 | -5/+9 |
| * | [PCH/Modules] Re-apply r172620 and r172629, now with 100% less infinite loops! | Argyrios Kyrtzidis | 2013-01-18 | 1 | -9/+5 |
| * | [ubsan] Add support for -fsanitize-blacklist | Will Dietz | 2013-01-18 | 1 | -3/+3 |
| * | Revert Clang r172620 and r172629, which caused a hang when building | Douglas Gregor | 2013-01-18 | 1 | -5/+9 |
| * | No longer crashing with an assert when __has_include or __has_include_next is... | Aaron Ballman | 2013-01-16 | 1 | -0/+6 |
| * | [PCH/Modules] Change how macro [re]definitions are de/serialized. | Argyrios Kyrtzidis | 2013-01-16 | 1 | -9/+5 |
| * | Typo correction; no functional change. | Aaron Ballman | 2013-01-15 | 1 | -1/+1 |
| * | Constify argument of Preprocessor::getMacroInfoHistory and propagate to | Dmitri Gribenko | 2013-01-14 | 1 | -1/+1 |
| * | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 1 | -1/+1 |
| * | Make __has_include a bit more resilient in the presence of macros. <rdar://p... | Eli Friedman | 2013-01-09 | 1 | -2/+8 |
| * | Add __has_feature support to detect if clang supports the explicit "atomic" k... | Ted Kremenek | 2013-01-04 | 1 | -0/+1 |
| * | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith | 2013-01-02 | 1 | -35/+35 |
| * | [libclang] Fix crash when code-completing a macro invocation that | Argyrios Kyrtzidis | 2012-12-22 | 1 | -0/+4 |
| * | [libclang] Follow-up to r170824, provide the correct number of arguments for | Argyrios Kyrtzidis | 2012-12-21 | 1 | -0/+11 |
| * | [libclang] Make sure we can code-complete inside a macro argument even though | Argyrios Kyrtzidis | 2012-12-21 | 1 | -14/+26 |
| * | Add __has_feature(memory_sanitizer). | Evgeniy Stepanov | 2012-12-20 | 1 | -0/+1 |
| * | tsan: add __has_feature(thread_sanitizer) | Dmitry Vyukov | 2012-12-17 | 1 | -0/+1 |
| * | [preprocessor] For errors at a function macro invocation, also include | Argyrios Kyrtzidis | 2012-12-14 | 1 | -0/+8 |
| * | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -5/+5 |
| * | Remove obsolete comment missed by r162937 | Andy Gibbs | 2012-11-28 | 1 | -4/+0 |
| * | Clean up code according to coding standards | Andy Gibbs | 2012-11-17 | 1 | -3/+2 |
| * | Prevent premature macro expansion in __has_builtin, __has_feature, | Andy Gibbs | 2012-11-17 | 1 | -3/+3 |
| * | Made the "expected string literal" diagnostic more expressive | Andy Gibbs | 2012-11-17 | 1 | -1/+2 |
| * | Refactored duplicate string literal lexing code within Preprocessor, into a | Andy Gibbs | 2012-11-17 | 1 | -60/+36 |
| * | Fix handling of invalid uses of the __has_warning builtin macro | Andy Gibbs | 2012-11-17 | 1 | -2/+6 |