1. 80ad52f s/CPlusPlus0x/CPlusPlus11/g by Richard Smith · 12 years ago
  2. d32b94d Remove some remnants of OwningExprResult / OwningStmtResult. by Nico Weber · 12 years ago
  3. d11f435 Simplify. No functionality change. by Nico Weber · 12 years ago
  4. 20af49a Minor cleanup. by Rafael Espindola · 12 years ago
  5. 22aa690 Remove unused arguments and rename to conform to coding standards. by Chad Rosier · 12 years ago
  6. ccbb402 Indent. by Chad Rosier · 12 years ago
  7. 9cab1c9 Remove unnecessary checks. by Chad Rosier · 12 years ago
  8. eb4c01e Fix indent. by Chad Rosier · 12 years ago
  9. 16f90bf Use the MaybeParseMicrosoftAttributes function. by Chad Rosier · 12 years ago
  10. 9096102 Move operator precedence calculation to new header by Daniel Jasper · 12 years ago
  11. ad017fa Revert r170500. It over-zealously converted *ALL* things named Attributes, which is wrong here. by Bill Wendling · 12 years ago
  12. 094dbf9 Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. by Bill Wendling · 12 years ago
  13. b13621d Re-commit r170428 changes with Linux style file endings. by Guy Benyei · 12 years ago
  14. 7f92f2d Revert changes from r170428, as I accidentally changed the line endings of these files to Windows style. by Guy Benyei · 12 years ago
  15. 736104a Add OpenCL images as clang builtin types. by Guy Benyei · 12 years ago
  16. 7d033b2 [parser] Push a semi token for recovery only when it is actually missing. by Argyrios Kyrtzidis · 12 years ago
  17. b707a47 Don't require a space between the two ">" in "vector<id<protocol>>" in objc++11. by Nico Weber · 12 years ago
  18. 001397e fix spello by Nico Weber · 12 years ago
  19. 1b257af Use @import rather than @__experimental_modules_import, since the by Douglas Gregor · 12 years ago
  20. 569cdc8 PR14549. Don't assert if we see an incomplete decltype specifier at the end of the file. by Richard Smith · 12 years ago
  21. 35f3f36 Add a bit on FunctionDecl/ObjCMethodDecl to indicate if there was a body by Argyrios Kyrtzidis · 12 years ago
  22. 15490fd [driver, ms-inline asm] MS-Style inline assembly is controlled by the by Chad Rosier · 12 years ago
  23. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  24. 9852f58 Don't include Type.h in DeclarationName.h. by Benjamin Kramer · 12 years ago
  25. bba91b8 Fix sentence construction-o. by Nico Weber · 12 years ago
  26. 52b501c Implement C++11 [dcl.attr.grammar] p4: If an attribute-specifier-seq appertains to a friend declaration, that declaration shall be a definition. by Michael Han · 12 years ago
  27. f88836d Move PrettyStackTraceParserEntry to ParseAST.cpp by Nico Weber · 12 years ago
  28. 2e39713 Improve diagnostic on C++11 attribute specifiers that appear at wrong syntactic locations around class specifiers. by Michael Han · 12 years ago
  29. 1a5bd5d PR14381: Never skip constexpr function bodies when code-completing. We may need by Richard Smith · 12 years ago
  30. 97f8461 Made the "expected string literal" diagnostic more expressive by Andy Gibbs · 12 years ago
  31. 6f9a445 PR9903: Recover from a member functon declared with the 'typedef' specifier by by Richard Smith · 12 years ago
  32. 5a95d46 ParseTemplate.cpp: Prune obsolete descriptions in ParseSingleDeclarationAfterTemplate(), for now. [-Wdocumentation] by NAKAMURA Takumi · 12 years ago
  33. 384d3fc ParseTemplate.cpp: Doxygen fix in AnnotateTemplateIdToken(). [-Wdocumentation] by NAKAMURA Takumi · 12 years ago
  34. b8a8de3 Accept and pass arguments to __unknown_anytype in argument by John McCall · 12 years ago
  35. e5afdcf Simplify function try/catch scope handling. by David Blaikie · 12 years ago
  36. 3a9fefe Fix more try scoping bugs introduced by r167650. by David Blaikie · 12 years ago
  37. c4027c8 PR14296: function parameter name collisions in function try/catch by David Blaikie · 12 years ago
  38. b578aee PR12713 - crash on invalid due to unmatched parens in decltype by David Blaikie · 12 years ago
  39. f64231e Teach Clang parser to reject C++11 attributes that appertain to declaration specifiers. by Michael Han · 12 years ago
  40. c7be102 Have the parser initialize Sema before it consumes the first by Douglas Gregor · 12 years ago
  41. a60d21d Support interleaving of other pragmas with FP_CONTRACT at the beginning of a by Lang Hames · 12 years ago
  42. 161db02 Thread safety analysis: Fixed ICE caused by double delete when late parsed by DeLesley Hutchins · 12 years ago
  43. cef3a7b Change diagnostics for enums with fixed underlying type so in C++98 mode, we cite C++11. by Eli Friedman · 12 years ago
  44. 919b955 When finding a '(' after '::', emit error with hint to remove '(' and matching by Richard Trieu · 12 years ago
  45. 81939a7 If skipping bodies is enabled outside code-completion, just skip the body directly by Argyrios Kyrtzidis · 12 years ago
  46. 25893e0 Decouple code-completion for the SkipFunctionBodies frontend option and by Argyrios Kyrtzidis · 12 years ago
  47. e1bb329 Fix crash on missing namespace name in namespace alias definition -- PR14085. by Nico Weber · 12 years ago
  48. 2b970e9 Currently the initial value of Tok is dependent an the stack contents by Chris Lattner · 12 years ago
  49. 286d623 Reverted back the changes made in 166868 and in 166869 by Mahesha S · 12 years ago
  50. 68de140 Feature: OpenMP support. by Mahesha S · 12 years ago
  51. 6a65662 Removed an extra blank line. by Mahesha S · 12 years ago
  52. 1e58469 In Parser::ParseDecltypeSpecifier, make sure the end location it returns by Argyrios Kyrtzidis · 12 years ago
  53. 53aec2a 'constexpr' and 'friend' are both declaration specifiers. Teach the parser this, for better error recovery. by Richard Smith · 12 years ago
  54. 860022c When used in a compound expression FP_CONTRACT should proceed all explicit by Lang Hames · 12 years ago
  55. aa9a8ce DR1473: Do not require a space between operator"" and the ud-suffix in a by Richard Smith · 12 years ago
  56. d654f2d DR1528: C++11 doesn't allow repeated cv-qualifiers in declarators after all. by Richard Smith · 12 years ago
  57. ac8ea05 Fixed FunctionTypeLoc range for trailing return type. by Abramo Bagnara · 12 years ago
  58. f4deaef Handle a "#pragma options align" inside a class. by Argyrios Kyrtzidis · 12 years ago
  59. 3ea19c8 Fix a crash-on-invalid when parsing a reference to an invalid auto declaration by David Blaikie · 12 years ago
  60. 8b2bfdd People put pragmas in crazy places; add more handling. PR14046. by Eli Friedman · 12 years ago
  61. 3ef38ee Make sure we allow "#pragma options align=mac68k" in function-local contexts. <rdar://problem/12453134> by Eli Friedman · 12 years ago
  62. 59c0a81 Fixed FunctionTypeLoc source range. by Abramo Bagnara · 12 years ago
  63. 45bed13 Fix scope location when parsing GNU attributes. by Michael Han · 12 years ago
  64. 9595c7e Permanently end the whole "pragma got handled by the parser too early" by Eli Friedman · 12 years ago
  65. 6880f49 Improve C++11 attribute parsing. by Michael Han · 12 years ago
  66. be9af12 Add FP_CONTRACT support for clang. by Lang Hames · 12 years ago
  67. 80bfa3d Fix an edge case of mangling involving the combination of a lambda and typeid. by Eli Friedman · 12 years ago
  68. ea30e2f Add the Microsoft __is_interface_class type trait. Patch by Andy Gibbs! by John McCall · 12 years ago
  69. e402e72 Fix for r163013 regression and further __interface enhancement. by John McCall · 12 years ago
  70. 8b533d9 If the range in a for range statement doesn't have a viable begin/end function, by Richard Smith · 12 years ago
  71. 4b08242 If a comma operator is followed by a token which unambiguously indicates the by Richard Smith · 12 years ago
  72. 03ebd3b objective-C: improve on warnings about misplacement of method by Fariborz Jahanian · 12 years ago
  73. 0860235 objective-C: issue warning when there is no whitespace by Fariborz Jahanian · 12 years ago
  74. f56faa0 Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. by Dmitri Gribenko · 12 years ago
  75. b3cd3c0 Fix some dead stores which the static analyzer warned about. No functionality by Richard Smith · 12 years ago
  76. 3686c71 Recover properly after a parse error in a static_assert declaration. by Richard Smith · 12 years ago
  77. e23fb90 Fix a couple of Doxygen issues pointed out by -Wdocumentation. by Dmitri Gribenko · 12 years ago
  78. b648cf0 Revert "objective-C: warn under a flag if missing argument" by Ted Kremenek · 12 years ago
  79. e62b129 Revert "objective-C: warn if selector has nothing but bare" by Ted Kremenek · 12 years ago
  80. 10d65cd objective-C: warn if selector has nothing but bare by Fariborz Jahanian · 12 years ago
  81. 92faee7 objective-C: warn under a flag if missing argument by Fariborz Jahanian · 12 years ago
  82. 04992c7 Remove unused macro definition by Douglas Gregor · 12 years ago
  83. 568ba87 Revert r163083 per chandlerc's request. by Joao Matos · 12 years ago
  84. 5be92de Implemented parsing and AST support for the MS __leave exception statement. Also a minor fix to __except printing in StmtPrinter.cpp. Thanks to Aaron Ballman for review. by Joao Matos · 12 years ago
  85. 17d35c3 Normalize line endings of r163013 (part 2). by Joao Matos · 12 years ago
  86. 6666ed4 Improved MSVC __interface support by adding first class support for it, instead of aliasing to "struct" which had some incorrect behaviour. Patch by David Robins. by Joao Matos · 12 years ago
  87. d295970 Extend the "__is_pod" hack, which demotes various type trait keywords by Douglas Gregor · 12 years ago
  88. df5faf5 [ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt. by Chad Rosier · 12 years ago
  89. 56d7f23 [ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a by Chad Rosier · 12 years ago
  90. 1ddbd89 Fix a few -Wdocumentation warnings. by Dmitri Gribenko · 12 years ago
  91. 5354e77 Now that ASTMultiPtr is nothing more than a array reference, make it a MutableArrayRef. by Benjamin Kramer · 12 years ago
  92. 4e28d9e Remove ASTOwningVector, it doesn't own anything and provides no value over SmallVector. by Benjamin Kramer · 12 years ago
  93. 3fe198b Rip out remnants of move semantic emulation and smart pointers in Sema. by Benjamin Kramer · 12 years ago
  94. 40b2e19 When disambiguating an expression-statement from a declaraton-statement, if the by Richard Smith · 12 years ago
  95. 70517ca Fix a bunch of -Wdocumentation warnings. by Dmitri Gribenko · 12 years ago
  96. 377da4c Use LLVM_BUILTIN_TRAP instead of lame volatile int traps. by David Blaikie · 12 years ago
  97. e1715b6 Better diagnostics for range-based for loops with bad range types. by Sam Panzer · 12 years ago
  98. d30fb9e Thread-safety analysis: fix scoping issues related to 'this', including an by DeLesley Hutchins · 12 years ago
  99. 78fe3e0 PR13619: Make sure we're not at EOF before looking at NextToken(). by Richard Smith · 12 years ago
  100. 0576681 PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers and by Richard Smith · 12 years ago