1. 6887614 Turn off __has_feature(is_empty) and __has_feature(is_pod) if the by Douglas Gregor · 13 years ago
  2. 0752403 The lock operand to an @synchronized statement is also by John McCall · 13 years ago
  3. 5cee119 Add support for C++0x unicode string and character literals, from Craig Topper! by Douglas Gregor · 13 years ago
  4. 990567c Clean up the analysis of the collection operand to ObjC by John McCall · 13 years ago
  5. b00d37e Fix a stray instantiation comment in Parse. by Chandler Carruth · 13 years ago
  6. 6421162 Rename getInstantiationLineNumber to getExpansionLineNumber in both by Chandler Carruth · 13 years ago
  7. 4027853 Mechanically rename SourceManager::getInstantiationLoc and by Chandler Carruth · 13 years ago
  8. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  9. e23af2a PR10392: "#pragma GCC visibility" must not expand macros in its arguments. by Joerg Sonnenberger · 13 years ago
  10. cf6b0a2 PR10359: Template declarations which define classes are not permitted to also contain declarators. Previously we would accept code like this: by Richard Smith · 13 years ago
  11. 9e5bb85 Move the rest of the preprocessor terminology from 'instantiate' and by Chandler Carruth · 13 years ago
  12. 433db06 Convert terminology in the Lexer from 'instantiate' and variants to by Chandler Carruth · 13 years ago
  13. 90ebed0 Add 'mutable' to the function declarator chunk, to be used when by Douglas Gregor · 13 years ago
  14. 3c7fddd Remove a no-op break after a return, and correct one of the most by Chandler Carruth · 13 years ago
  15. bb39902 Minor style cleanup. by Chandler Carruth · 13 years ago
  16. 7a75960 Move SourceManager::isAt[Start/End]OfMacroInstantiation functions to the Lexer, since they depend on it now. by Argyrios Kyrtzidis · 13 years ago
  17. b73377e Make the Preprocessor more memory efficient and improve macro instantiation diagnostics. by Argyrios Kyrtzidis · 13 years ago
  18. bca01b4 Properly implement the scope restriction on the NRVO for by Douglas Gregor · 13 years ago
  19. 5d98994 Build up statistics about the work done for analysis based warnings. by Chandler Carruth · 13 years ago
  20. 57c1300 Properly protect colons when parsing a nested-name-specifier as part by John McCall · 13 years ago
  21. c261c76 Some documentation fixes for the parser, from John Freeman by Douglas Gregor · 13 years ago
  22. 3fd1ba0 Clean up and refactor ParseFunctionDeclarator to reduce code by Douglas Gregor · 13 years ago
  23. cd92a65 Start switching the AST stats printing to use llvm::errs() instead of by Chandler Carruth · 13 years ago
  24. 0a85183 [ARC] When casting from a pointer to an objective-c object with known ownership, if the by Argyrios Kyrtzidis · 13 years ago
  25. 707f101 -Remove Sema::ActOnCastOfParenListExpr and move most of its functionality to by Argyrios Kyrtzidis · 13 years ago
  26. 31862ba [ARC] When casting from a pointer to an objective-c object with known ownership, if the by Argyrios Kyrtzidis · 13 years ago
  27. 17b6399 Introduce Declarator::ObjCCatchContext, this will result in correct error for 'auto' in obj-c catch. by Argyrios Kyrtzidis · 13 years ago
  28. 31fd2b7 For code such as: by Richard Trieu · 13 years ago
  29. c89edf5 Fix AST representations of alias-declarations which define tag types. Inside classes, the tag types need to have an associated access specifier, and inside function definitions, they need to be included in the declarations of the DeclStmt. These issues manifested as assertions during template instantiation, and also in a WIP constexpr patch. by Richard Smith · 13 years ago
  30. 0b8c98f Introduce Declarator::CXXNewContext and remove 'AutoAllowedInTypeName' parameter by Argyrios Kyrtzidis · 13 years ago
  31. 555f57e When deciding how to parse "= something" as part of a member by Douglas Gregor · 13 years ago
  32. b5303aa Allow the fixit for missing ':' in the ?: ternary operator if it is pointing by Argyrios Kyrtzidis · 13 years ago
  33. 25a7676 Introduce DelayedCleanupPool useful for simplifying clean-up of certain resources that, while their by Argyrios Kyrtzidis · 13 years ago
  34. e3d49b4 Handle decltype keyword in Parser::isDeclarationSpecifier. by Francois Pichet · 13 years ago
  35. 19bd77c Remove dead variables. by Benjamin Kramer · 13 years ago
  36. b64915a Only accept __bridge_retain in system headers, as Doug suggested. by John McCall · 13 years ago
  37. 1816442 As a hopefully temporary workaround for a header mistake, treat by John McCall · 13 years ago
  38. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  39. 63f04ab Remove the Fix-it for missing statement in switches by David Majnemer · 13 years ago
  40. 0e1e69c Improve the diagnostics generated for switch statements missing expressions by David Majnemer · 13 years ago
  41. 56dde4a Correct the spelling of instantiation by David Majnemer · 13 years ago
  42. c2cdd53 Don't assert on initialized typedef declarations in classes: by Richard Smith · 13 years ago
  43. 7a614d8 Implement support for C++11 in-class initialization of non-static data members. by Richard Smith · 13 years ago
  44. 926df6c Implement Objective-C Related Result Type semantics. by Douglas Gregor · 13 years ago
  45. 45937ae Restore 'atomic' as an attribute of objc properties. by Fariborz Jahanian · 13 years ago
  46. b92003b Remove 'atomic' as a property attribute keyword. by Fariborz Jahanian · 13 years ago
  47. dbef1bb Parse C++0x generalized initializers. by Sebastian Redl · 13 years ago
  48. 61eee0c Add support for builtin astype: by Tanya Lattner · 13 years ago
  49. 9910df0 Silence sign compare warning. by Benjamin Kramer · 13 years ago
  50. f858bd8 Add a fix-it and better error recovery for improperly nested namespaces. This will give a better error message for cases such as "namespace foo::bar::baz {}" and a suggested fix-it of "namespace foo { namespace bar { namespace baz {} } }" by Richard Trieu · 13 years ago
  51. 563a645 Add support for Microsoft __if_exists, __if_not_exists extension at class scope. by Francois Pichet · 13 years ago
  52. ca63c20 Implement a new type node, UnaryTransformType, designed to represent a by Sean Hunt · 13 years ago
  53. cd10dec Implement explicit specialization of explicitly-defaulted constructors. by Sean Hunt · 13 years ago
  54. db5d44b Implement __underlying_type for libc++. by Sean Hunt · 13 years ago
  55. feb375d Implement the __is_trivially_copyable type trait by Sean Hunt · 13 years ago
  56. e4246a6 Properly parse the 'default' and 'delete' keywords. by Sean Hunt · 13 years ago
  57. 6a24747 In Microsoft mode, allow pure specifier (=0) on inline functions declared at class scope. by Francois Pichet · 13 years ago
  58. 023df37 Rename "hasTrivialConstructor" to "hasTrivialDefaultConstructor" and by Sean Hunt · 13 years ago
  59. 373197b Don't fail at parsing __declspec(property(get=get_func_name)). Just skip everything inside property() for now while we wait for the BoostPro people to provide a complete patch. by Francois Pichet · 13 years ago
  60. f986038 Add support for _if_exists and __if_not_exists at namespace/global scope. by Francois Pichet · 13 years ago
  61. bb85f8e Per Richard's suggestion, rename DefLoc to DefaultLoc where it appears. by Sean Hunt · 13 years ago
  62. 1e86269 Add support for Microsoft __if_exists and __if_not_exists construct inside function definition. by Francois Pichet · 13 years ago
  63. fe2695e Do defaulted constructors properly. by Sean Hunt · 13 years ago
  64. 5f802e5 Revert r130912 in order to approach defaulted functions from the other by Sean Hunt · 13 years ago
  65. 536e9c1 Slight tweak to alias template error handling: don't guess that a template-id in an alias declaration was meant to be a specialization. Use a generic, but more accurate, diagnostic. by Richard Smith · 13 years ago
  66. 3e4c6c4 Implement support for C++0x alias templates. by Richard Smith · 13 years ago
  67. ad7ec12 Implement some framework for defaulted constructors. by Sean Hunt · 13 years ago
  68. a6e09bb Remove unused but set variable. by Benjamin Kramer · 13 years ago
  69. eccce7e Fix a double free when parsing malformed code. Fixes rdar://9173693. by Argyrios Kyrtzidis · 13 years ago
  70. 0f4be74 When parsing a template friend declaration we dropped the template by Chandler Carruth · 13 years ago
  71. f41e33c Fixed source range for extern linkage specification without braces. by Abramo Bagnara · 13 years ago
  72. 98fa94d Remove the type traits UTT_IsLvalueExpr and UTT_IsRvalueExpr. by Chandler Carruth · 13 years ago
  73. b467cda White-list yet more type trait names, since they're used as by Douglas Gregor · 13 years ago
  74. 877222e libstdc++ 4.2 also uses __is_same as a struct name, which conflicts with our new type trait __is_same by Douglas Gregor · 13 years ago
  75. bfad915 libstdc++ 4.4 uses __is_signed as an identifier, while Clang treats it by Douglas Gregor · 13 years ago
  76. d7f02df SEH was crashing under -fms-extensions. by Francois Pichet · 13 years ago
  77. 338d7f7 Upgrade Microsoft's __int8, __int16, __int32 and __int64 types from builtin defines to real types. by Francois Pichet · 13 years ago
  78. 28bbe4b Parsing/AST support for Structured Exception Handling by John Wiegley · 13 years ago
  79. 21ff2e5 Implementation of Embarcadero array type traits by John Wiegley · 13 years ago
  80. 20c0da7 t/clang/type-traits by John Wiegley · 13 years ago
  81. 5ecdd78 Introduce a new parser annotation token for primary expressions. When by Douglas Gregor · 13 years ago
  82. d0719b1 Clean out some cruft I introduced when adding Sema::ClassifyName() by Douglas Gregor · 13 years ago
  83. d9d75e5 Simplify the parser's handling of Sema::ClassifyName() for types, by by Douglas Gregor · 13 years ago
  84. b7d98d3 If a null statement was preceded by an empty macro keep its instantiation source location by Argyrios Kyrtzidis · 13 years ago
  85. 3b88735 Extend Sema::ClassifyName() to support C++, ironing out a few issues by Douglas Gregor · 13 years ago
  86. 62c9258 Recognize gcc's ms_struct pragma (and ignore for now). This is wip. by Fariborz Jahanian · 13 years ago
  87. ec385cf When Sema::ClassifyName() finds an invalid ivar reference, return an by Douglas Gregor · 13 years ago
  88. 81542fd Remove some more hard CR-LF lines. These were particularly weird as they were by Chandler Carruth · 13 years ago
  89. 5526220 t/clang/expr-traits by John Wiegley · 13 years ago
  90. d941fa4 Make the invalid declarator recovery when parsing members work the same as when parsing global decls. It's still rather broken (skipping much too far when the declarator belongs to a function definition), but at least not so broken as to mismatch braces. Tested by the removal of the fixme in the template test case. by Sebastian Redl · 13 years ago
  91. a5d318a Downgrade unnecessary "typename" from error to warning in Microsoft mode. by Francois Pichet · 13 years ago
  92. 312eadb Implement a new identifier-classification scheme where Sema by Douglas Gregor · 13 years ago
  93. 3840281 Add support for '__is_literal_type' spelling of the existing by Chandler Carruth · 13 years ago
  94. 4a47e8d Remove unnecessary const away cast in LateTemplateParserCallback. by Francois Pichet · 13 years ago
  95. b7e9589 Implement basic __is_trivial type-trait support, enough to close PR9472. by Chandler Carruth · 13 years ago
  96. 4e61ddd Sort the type traits in a few places where they weren't previously by Chandler Carruth · 13 years ago
  97. b6b2b18 Fix an assertion when code-completing, rdar://9288730 & http://llvm.org/PR9728. by Argyrios Kyrtzidis · 13 years ago
  98. d4a0caf Correctly emit a diagnostic for multiple templated function definitions in -flate-template-parsing mode. by Francois Pichet · 13 years ago
  99. 8387e2a Add -fdelayed-template-parsing option. Using this option all templated function definitions are parsed at the end of the translation unit only if it is required by an actual instantiation. As such all the symbols of the TU are available during name lookup. by Francois Pichet · 13 years ago
  100. 64089ce Fixes an instance method meta-data generation bug in by Fariborz Jahanian · 13 years ago