1. 20387ef Reverts r183466: "Perform dynamic alignment computations..." by Manuel Klimek · 11 years ago
  2. 86875b1 Perform dynamic alignment computations so that the data in TypeLocs is by Eli Friedman · 11 years ago
  3. c640058 OpenMP threadprivate directive parsing and semantic analysis by Alexey Bataev · 11 years ago
  4. 51d8c52 PR14922: when printing an attribute, use the real syntax of the attribute (GNU, C++11, MS Declspec) instead of hardcoded GNU syntax. by Michael Han · 12 years ago
  5. 0ec56b7 From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources. by Axel Naumann · 12 years ago
  6. a55d32d Pull ScopeInfo implementation into its own file. by Jordan Rose · 12 years ago
  7. 4b5e48d [ms-inline asm] Extract AsmStmt handling into a separate file, so as to not by Chad Rosier · 12 years ago
  8. 7bac4b2 CMake: Add the new dependency from libSema to LLVM's libs. by Benjamin Kramer · 12 years ago
  9. 11abf2a clang/lib: [CMake] Update tblgen'd dependencies. by NAKAMURA Takumi · 12 years ago
  10. 866abce clang/lib: [CMake] Reformat, alphabetize lists. by NAKAMURA Takumi · 12 years ago
  11. a5ef44f Enable comment parsing and semantic analysis to emit diagnostics. A few by Dmitri Gribenko · 12 years ago
  12. 8d3ba23 Implement AST classes for comments, a real parser for Doxygen comments and a by Dmitri Gribenko · 12 years ago
  13. b0d8671 Remove a goofy CMake hack and use the standard CMake facilities to by Chandler Carruth · 12 years ago
  14. f95d412 Fix a big layering violation introduced by r158771. by Chandler Carruth · 12 years ago
  15. e3bbfca Fix cmake build. by Rafael Espindola · 12 years ago
  16. 534986f Add an AttributedStmt type to represent a statement with C++11 attributes by Richard Smith · 12 years ago
  17. e53ac8a Refactor Clang sema attribute handling. by Michael Han · 12 years ago
  18. 00fd5dd CMake: Fix build to add clangEdit to USED_LIBS. by NAKAMURA Takumi · 12 years ago
  19. 5b9cc5d Represent C++ direct initializers as ParenListExprs before semantic analysis by Sebastian Redl · 12 years ago
  20. e2a7ad0 Factor C++11 lambda expressions implementation into a separate by Douglas Gregor · 12 years ago
  21. 7b9ff0c Instantiate dependent attributes when instantiating templates. by DeLesley Hutchins · 13 years ago
  22. 3ff53b3 Update the CMake build for r146959's new files. by Chandler Carruth · 13 years ago
  23. 3c3b7f9 Restore r142914 and r142915, now with missing file and apparent by John McCall · 13 years ago
  24. 327a50f Revert r142914 and r142915, due to possibly missing file. by NAKAMURA Takumi · 13 years ago
  25. 8628862 Pull the pseudo-object stuff into its own file. by John McCall · 13 years ago
  26. d8d3ced Rename SemaCXXCast.cpp to SemaCast.cpp. by John McCall · 13 years ago
  27. e003cfc Update CMake build. by Benjamin Kramer · 13 years ago
  28. f3546ee Refactor the */& mismatch fixit generation out of SemaOverload and provide a simple conversion checking function. by Anna Zaks · 13 years ago
  29. 2b1ad8b Move all of Sema's member-access-related checking out of SemaExpr.cpp by Douglas Gregor · 13 years ago
  30. fb44de9 Store a parameter index and function prototype depth in every by John McCall · 13 years ago
  31. 2923380 Teach DelayedDiagnostic to copy its string, rather than hope that the by Douglas Gregor · 13 years ago
  32. 886e160 CMake: LLVM_NO_RTTI must be obsolete now! by NAKAMURA Takumi · 13 years ago
  33. c463335 Move the work-in-progress implementation of variadic templates to its own file in Sema. No functionality change. by Douglas Gregor · 14 years ago
  34. 560a921 Revert "CMake: Update to use standard CMake dependency tracking facilities instead" by Michael J. Spencer · 14 years ago
  35. 5a7f349 CMake: Update to use standard CMake dependency tracking facilities instead by Michael J. Spencer · 14 years ago
  36. bfae8bd Clean up some of the CMake dependencies by Douglas Gregor · 14 years ago
  37. f312b1e One who seeks knowledge learns something new every day. by John McCall · 14 years ago
  38. 1951085 Another step in the process of making the parser depend on Sema: by John McCall · 14 years ago
  39. 2390b62 Update CMake build system for ARM NEON generation. by Douglas Gregor · 14 years ago
  40. ee6e4b4 Update CMake build for new attribute changes. by Sean Hunt · 14 years ago
  41. 9a55591 Convert DeclNodes to use TableGen. by Sean Hunt · 14 years ago
  42. 71b1d0e Unbreak CMake build. by Douglas Gregor · 14 years ago
  43. dbdbaaf Refactor CFG-based warnings in Sema to be run by a worked object called AnalysisBasedWarnings. by Ted Kremenek · 14 years ago
  44. 34836f2 Update CMake build. by Ted Kremenek · 14 years ago
  45. f3e27bf Try to make cmake happy by Anton Korobeynikov · 15 years ago
  46. dced226 Test exception spec compatibility on return type and parameters. by Sebastian Redl · 15 years ago
  47. a8f32e0 Refactor the code that walks a C++ inheritance hierarchy, searching by Douglas Gregor · 15 years ago
  48. 81b747b Initial implementation of a code-completion interface in Clang. In by Douglas Gregor · 15 years ago
  49. 43959a9 Refactor the instantiation of statements into a generic tree transformation. by Douglas Gregor · 15 years ago
  50. b98b199 Refactor the template-instantiation logic for expressions into a by Douglas Gregor · 15 years ago
  51. 6cbb28d Rename file in preparation of properly implementing C-style casts in C++. by Sebastian Redl · 15 years ago
  52. b3b7364 Lexically order files in CMakeLists.txt files. by Ted Kremenek · 15 years ago
  53. 0b9247f When performing template argument deduction, ensure that multiple by Douglas Gregor · 15 years ago
  54. b70ccad Move statement instantiation into its own file. No functionality change by Douglas Gregor · 15 years ago
  55. 5af280c move jump scope checking and related code out into its own file, SemaDecl.cpp is by Chris Lattner · 15 years ago
  56. 5758be2 Update CMake by Douglas Gregor · 15 years ago
  57. aa6af22 Move template instantiation for expressions into a separate file by Douglas Gregor · 15 years ago
  58. 8dbc269 Refactor instantiation of declarations within a template into a much by Douglas Gregor · 15 years ago
  59. a393e9e Build system changes to use TableGen to generate the various by Douglas Gregor · 15 years ago
  60. 99ebf65 Implement the basic approach for instantiating types, with a lot of FIXME'd by Douglas Gregor · 15 years ago
  61. 5a0c351 move attribute(packed) sema support out of SemaDecl into a new SemaAttr.cpp file. by Chris Lattner · 15 years ago
  62. eb11cd0 Refactor name lookup. by Douglas Gregor · 16 years ago
  63. 72c3f31 Representation of template type parameters and non-type template by Douglas Gregor · 16 years ago
  64. f1d9360 Fix cmake build, patch from Jjgod Jiang. by Daniel Dunbar · 16 years ago
  65. d2f4e5e CMake: Builds and installs clang binary and libs (no docs yet). It by Oscar Fuentes · 16 years ago