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