1. 26b75c0 Improve diagnostics for UCNs referring to control characters and members of the by Richard Smith · 13 years ago
  2. 9c1dda7 User-defined literals are done. by Richard Smith · 13 years ago
  3. 49d5174 When checking the encoding of an 8-bit string literal, don't just check the by Richard Smith · 13 years ago
  4. b453ad3 Add support for cooked forms of user-defined-integer-literal and by Richard Smith · 13 years ago
  5. 2fb4ae3 Implement C++11 [lex.ext]p10 for string and character literals: a ud-suffix not by Richard Smith · 13 years ago
  6. dd66be7 User-defined literal support for character literals. by Richard Smith · 13 years ago
  7. e816c71 Add -Wc++11-compat warning for string and character literals followed by by Richard Smith · 13 years ago
  8. ebcb57a Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, by Ted Kremenek · 13 years ago
  9. 99831e4 User-defined literals: reject string and character UDLs in all places where the by Richard Smith · 13 years ago
  10. c6c5452 [preprocessor] Enhance PreprocessingRecord to keep track of locations of conditional directives. by Argyrios Kyrtzidis · 13 years ago
  11. bb66066 [preprocessor] Enhance the preprocessor callbacks: by Argyrios Kyrtzidis · 13 years ago
  12. 5cc2c6e Lexing support for user-defined literals. Currently these lex as the same token by Richard Smith · 13 years ago
  13. ec92bc7 Add a pile of tests for unrestricted unions, and advertise support for them. by Richard Smith · 13 years ago
  14. 7eb7d99 Remove unused variable. by Benjamin Kramer · 13 years ago
  15. 4c55c54 Adding support for #pragma include_alias in MS compatibility mode. This implements PR 10705. by Aaron Ballman · 13 years ago
  16. 32ad2ee Change @import to @__experimental_modules_import. We are not ready to commit to a particular syntax for modules, by Ted Kremenek · 13 years ago
  17. 8a5e7fd Implement double underscore names support in __has_attribute by Jean-Daniel Dupas · 13 years ago
  18. 10285d9 Revert r151800, which was committed without review and has correctness issues. by Richard Smith · 13 years ago
  19. 7abe166 Implements support for #pragma include_alias in ms compatibility mode. Fixes PR10705. by Aaron Ballman · 13 years ago
  20. 07a4b04 Move suport for redefining operator keywords from -fms-extensions to -fms-compatibility. by Nico Weber · 13 years ago
  21. f4fb07e Allow operator keywords to be #defined in ms-ext mode. by Nico Weber · 13 years ago
  22. d1dc3aa Initializer lists are now supported. by Sebastian Redl · 13 years ago
  23. 5297d71 Accept __has_feature(__feature__) as a synonym for __has_feature(feature) (and by Richard Smith · 13 years ago
  24. e1d4330 Don't record nested macro expansions in the preprocessing record, by Argyrios Kyrtzidis · 13 years ago
  25. 4ca8ac2 Implement a new type trait __is_trivially_constructible(T, Args...) by Douglas Gregor · 13 years ago
  26. 25d0a0f Provide the __is_trivially_assignable type trait, which provides by Douglas Gregor · 13 years ago
  27. 7c07e96 Clang now supports lambda expressions. by Douglas Gregor · 13 years ago
  28. c93dc78 Basic: import IntrusiveRefCntPtr<> into clang namespace by Dylan Noblesmith · 13 years ago
  29. b5216aa Advertize support for constexpr. by Richard Smith · 13 years ago
  30. 9135930 Implement warning for non-wide string literals with an unexpected encoding. Downgrade error for non-wide character literals with an unexpected encoding to a warning for compatibility with gcc and older versions of clang. <rdar://problem/10837678>. by Eli Friedman · 13 years ago
  31. 66b0eba Fixing hex floating literal support so that it handles 0x.2p2 properly. by Aaron Ballman · 13 years ago
  32. d7a3e2c Revert my patches which removed Diagnostic.h includes by moving some operator overloads out of line. by Benjamin Kramer · 13 years ago
  33. b534a9e Hex literals without a significand no longer crash the lexer. Fixes bug 7910 by Aaron Ballman · 13 years ago
  34. 5bbc385 Move instantiateTemplateAttribute into the sema namespace, make helpers static. by Benjamin Kramer · 13 years ago
  35. f7ccbad Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 13 years ago
  36. 6f42b62 Basic: import OwningPtr<> into clang namespace by Dylan Noblesmith · 13 years ago
  37. 8fe83e1 Move a method from IdentifierTable.h out of line and remove the SmallString include. by Benjamin Kramer · 13 years ago
  38. fdd1560 Remove Diagnostic.h include from Preprocessor.h. by Benjamin Kramer · 13 years ago
  39. a83f4d2 Change Lexer::makeFileCharRange() to have it accept a CharSourceRange by Argyrios Kyrtzidis · 13 years ago
  40. 2f04f18 Back out my heinous hack that tricked the module generation mechanism by Douglas Gregor · 13 years ago
  41. 34a2c42 Per discussion on cfe-dev, remove '#error' and '#warning' from diagnostic text. by Ted Kremenek · 13 years ago
  42. f83a615 objc2: add __has_feature(objc_default_synthesize_properties). // rdar://10770497 by Fariborz Jahanian · 13 years ago
  43. 2831092 fix a crash on: by Chris Lattner · 13 years ago
  44. dc58aa7 Thread a TargetInfo through to the module map; we'll need it for by Douglas Gregor · 13 years ago
  45. c5b2e58 Implement code completion support for module import declarations, e.g., by Douglas Gregor · 13 years ago
  46. e434ec7 Rework HeaderSearch's interface for getting a module from a name and by Douglas Gregor · 13 years ago
  47. a1f1fad Introduce module attributes into the module map grammar, along with a by Douglas Gregor · 13 years ago
  48. 5d5051f Only mark an IdentifierInfo as having changed since deserialization by Douglas Gregor · 13 years ago
  49. 7f6cf97 Improve Lexer::getImmediateMacroName to take into account inner macros by Argyrios Kyrtzidis · 13 years ago
  50. d9806c9 Enhance Lexer::makeFileCharRange to check for ranges inside a macro argument by Argyrios Kyrtzidis · 13 years ago
  51. e64d903 Introduce Lexer::getSourceText() that returns a string for the source by Argyrios Kyrtzidis · 13 years ago
  52. 11b652d Introduce Lexer::makeFileCharRange() that accepts a token source range by Argyrios Kyrtzidis · 13 years ago
  53. 69bda4c For Lexer's isAt[Start/End]OfMacroExpansion add an out parameter for the macro by Argyrios Kyrtzidis · 13 years ago
  54. c2a8d6c Refactor: Pull getImmediateMacroName() out of DiagnosticRenderer and by Anna Zaks · 13 years ago
  55. 5393e21 stop claiming unicode escape sequences are too long in strings, because they never are by Seth Cantrell · 13 years ago
  56. be77352 Improves support for Unicode in character literals by Seth Cantrell · 13 years ago
  57. 7530c03 Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it) by David Blaikie · 13 years ago
  58. 7a7ee30 Some improvements to the handling of C11 atomic types: by David Chisnall · 13 years ago
  59. ae9f85b Two variables had been added for an assert, but their values were by Chandler Carruth · 13 years ago
  60. a8c6fea When inferring a module for a framework, first determine whether that by Douglas Gregor · 13 years ago
  61. 3a110f7 Don't infer a submodule for a framework's private header, at least for now. by Douglas Gregor · 13 years ago
  62. a150fa3 Revert previous commit. Something has gone wonky with my local configuration by Douglas Gregor · 13 years ago
  63. d30630f When inferring a module map for a framework, add the 'private' by Douglas Gregor · 13 years ago
  64. 303aae9 When inferring a submodule ID during module creation, look up the by Douglas Gregor · 13 years ago
  65. ce52bb3 Fix a memory leak of PragmaNamespaces, rdar://10611796. by Argyrios Kyrtzidis · 13 years ago
  66. b8c879a When loading an AST file, set SourceManager::MainFileID to the main file of the AST file, by Argyrios Kyrtzidis · 13 years ago
  67. c634f50 If we already have a definition for a top-level module that we deserialized from a module file, don't bother parsing a new definition by Douglas Gregor · 13 years ago
  68. b7a7819 Store the submodules of a module in source order, as they are stored by Douglas Gregor · 13 years ago
  69. bd507c5 Add __has_feature(modules) to indicate when modules are available (in by Douglas Gregor · 13 years ago
  70. d6aba06 Don't treat 'import' as a contextual keyword when we're in a caching lexer, or when modules are disabled. by Douglas Gregor · 13 years ago
  71. 7fde651 Add __has_feature(objc_modules) by Douglas Gregor · 13 years ago
  72. 1ac13c3 Re-uglify #public and #private to #__public_macro and #__private_macro. by Douglas Gregor · 13 years ago
  73. c13a34b Eliminate the uglified keyword __import_module__ for importing by Douglas Gregor · 13 years ago
  74. 94ad28b Under -fmodules, accept #public <macroname> and #private <macroname> by Douglas Gregor · 13 years ago
  75. 5948ae1 Introduce a non-uglified syntax for module imports in Objective-C: by Douglas Gregor · 13 years ago
  76. 752c74d Add a "Modules" language option, which subsumes the previous by Douglas Gregor · 13 years ago
  77. 1e8a067 Added a missing case for -Wdisabled-macro-expansion. by Abramo Bagnara · 13 years ago
  78. 163ada8 Added -Wdisabled-macro-expansion warning. by Abramo Bagnara · 13 years ago
  79. 51f564f Implement support for module requirements, which indicate the language by Douglas Gregor · 13 years ago
  80. ffbe9b9 Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" so this patch is surprisingly small. by Benjamin Kramer · 13 years ago
  81. 224bfee Remove spurious, but now legal, typename by Douglas Gregor · 13 years ago
  82. 585ec93 When building a module with an umbrella header, warn about any headers by Douglas Gregor · 13 years ago
  83. 1770e0d remove unneeded config.h includes by Dylan Noblesmith · 13 years ago
  84. 04a94bc In Lexer::getCharAndSizeSlow[NoWarn] if we come up against by Argyrios Kyrtzidis · 13 years ago
  85. f132dca In Lexer::getCharAndSizeSlow[NoWarn] make sure we don't go over the end of the buffer by Argyrios Kyrtzidis · 13 years ago
  86. 3ff53b3 Update the CMake build for r146959's new files. by Chandler Carruth · 13 years ago
  87. 99ba9e3 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 13 years ago
  88. 305dc3e Detect when mapping a #include/#import over to a submodule ends up by Douglas Gregor · 13 years ago
  89. 373cb78 [PCH] Fix bug where we failed to update an identifier for a single token by Argyrios Kyrtzidis · 13 years ago
  90. a3ca4d6 Don't allow #include (and its friends #import, #include_next and by Richard Smith · 13 years ago
  91. 3cee31e Set umbrella directory correctly when we infer a framework module by Douglas Gregor · 13 years ago
  92. d83d2e7 Don't mark include guard macros as implicitly private. This isn't by Douglas Gregor · 13 years ago
  93. efda0e8 When performing subframework header lookup, don't search for by Douglas Gregor · 13 years ago
  94. 6a1db48 Implement the notion of umbrella directories, which implicity cover by Douglas Gregor · 13 years ago
  95. cb381ea Move a free function from the Frontend library into the Lex library as by Chandler Carruth · 13 years ago
  96. 77d029f Implement umbrella directories for modules, which are similar to by Douglas Gregor · 13 years ago
  97. 489ad43 Tweak the syntax of umbrella headers, so that "umbrella" is treated as by Douglas Gregor · 13 years ago
  98. 10694ce Within the module representation, generalize the notion of an umbrella by Douglas Gregor · 13 years ago
  99. 5e3f922 Keep track of import dependencies between submodules within the module by Douglas Gregor · 13 years ago
  100. 52b1ed3 Convert paths to native format before constructing a by Douglas Gregor · 13 years ago