Commit History

Author SHA1 Message Date
  Chandler Carruth 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
  Stephen Kelly 425b89a8d0 NFC: Replace asserts with if() in SourceLocation accessors 6 years ago
  Clement Courbet cfbaedac46 [WIP][Sema] Improve static_assert diagnostics for type traits. 6 years ago
  Stephen Kelly 78d4305bef [NestedNameSpecifier] Add missing stream-specific dump methods 6 years ago
  Erik Pilkington e2195ee646 [AST] Fix a crash on invalid. 7 years ago
  Fangrui Song abdbb605f2 Remove trailing space 7 years ago
  Adrian Prantl 647be32c60 Remove \brief commands from doxygen comments. 7 years ago
  Serge Pavlov f816682dc8 Clean up use of C allocation functions 7 years ago
  Serge Pavlov 9fadf2235f Refactor functions PrintTemplateArgumentList 7 years ago
  Eugene Zelenko 125689b7aa [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 7 years ago
  Galina Kistanova 7775bf22db Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 8 years ago
  Benjamin Kramer fd352be22e Retire llvm::alignOf in favor of C++11 alignof. 8 years ago
  Yaron Keren 4aa93d2196 Un-tabify source files, NFC. 9 years ago
  David Majnemer ce09fec7c1 [AST] Use ArrayRef in more interfaces 9 years ago
  Richard Smith 5be817d9f9 P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: 9 years ago
  Yaron Keren dcbc03e446 Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment. 9 years ago
  Yaron Keren db7c3ac534 Constify NestedNameSpecifier::dump and add a no-argument dump function suitable for calling from a debugger. 9 years ago
  Chandler Carruth 9bf4b5f626 [UB] Fix the two ways that we would try to memcpy from a null buffer in 10 years ago
  Alexander Kornienko 8ca7705aa3 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 10 years ago
  Alexander Kornienko ac58acc7f2 Fixed/added namespace ending comments using clang-tidy. NFC 10 years ago
  Nikola Smiljanic 7159053ff3 -ms-extensions: Implement __super scope specifier (PR13236). 11 years ago
  Serge Pavlov 6ce57c7e38 Simplify memory management in NestedNameSpecifierLocBuilder. 11 years ago
  Craig Topper 613c4e1cde [C++11] Use 'nullptr'. AST edition. 11 years ago
  Robert Wilhelm 344472ebed Use pop_back_val() instead of both back() and pop_back(). 12 years ago
  Benjamin Kramer 5eada844fa Streamify getNameForDiagnostic and remove the string versions of PrintTemplateArgumentList. 12 years ago
  Dmitri Gribenko 8441fffda1 Add constness for NestedNameSpecifier::Create parameter 12 years ago
  Richard Smith 47467041f6 Use the right alignment when allocating NestedNameSpecifier objects. 13 years ago
  Daniel Dunbar 42f42c8c58 [AST] NestedNameSpecifier's ctor/dtor are trivial and should be inlined. 13 years ago
  Benjamin Kramer d7a3e2c5f6 Revert my patches which removed Diagnostic.h includes by moving some operator overloads out of line. 13 years ago
  Benjamin Kramer 00bd44d567 Move various diagnostic operator<< overloads out of line and remove includes of Diagnostic.h. 13 years ago