| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
llvm-svn: 374064
|
|
|
|
| |
llvm-svn: 373558
|
|
|
|
| |
llvm-svn: 373550
|
|
|
|
| |
llvm-svn: 373438
|
|
|
|
| |
llvm-svn: 373419
|
|
|
|
| |
llvm-svn: 372597
|
|
|
|
| |
llvm-svn: 372581
|
|
|
|
| |
llvm-svn: 371851
|
|
|
|
|
|
|
|
| |
This reverts commit abc7e2b6004cd693cf3b6dedbc7908e099c7ac6a.
The commit was incomplete. I'll revert and reland the full commit,
so that the correct change is a single commit.
llvm-svn: 371850
|
|
|
|
| |
llvm-svn: 371849
|
|
|
|
| |
llvm-svn: 371847
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
This patch introduces the skeleton of the constexpr interpreter,
capable of evaluating a simple constexpr functions consisting of
if statements. The interpreter is described in more detail in the
RFC. Further patches will add more features.
Reviewers: Bigcheese, jfb, rsmith
Subscribers: bruno, uenoku, ldionne, Tyker, thegameg, tschuett, dexonsmith, mgorny, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D64146
llvm-svn: 371834
|
|
|
|
| |
llvm-svn: 371670
|
|
|
|
| |
llvm-svn: 371191
|
|
|
|
| |
llvm-svn: 371119
|
|
|
|
|
|
|
|
|
| |
Breaks BUILD_SHARED_LIBS build, introduces cycles in library dependency
graphs. (clangInterp depends on clangAST which depends on clangInterp)
This reverts r370839, which is an yet another recommit of D64146.
llvm-svn: 370874
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
This patch introduces the skeleton of the constexpr interpreter,
capable of evaluating a simple constexpr functions consisting of
if statements. The interpreter is described in more detail in the
RFC. Further patches will add more features.
Reviewers: Bigcheese, jfb, rsmith
Subscribers: bruno, uenoku, ldionne, Tyker, thegameg, tschuett, dexonsmith, mgorny, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D64146
llvm-svn: 370839
|
|
|
|
|
|
| |
This reverts r370636 (git commit 8327fed9475a14c3376b4860c75370c730e08f33)
llvm-svn: 370642
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
This patch introduces the skeleton of the constexpr interpreter,
capable of evaluating a simple constexpr functions consisting of
if statements. The interpreter is described in more detail in the
RFC. Further patches will add more features.
Reviewers: Bigcheese, jfb, rsmith
Subscribers: bruno, uenoku, ldionne, Tyker, thegameg, tschuett, dexonsmith, mgorny, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D64146
llvm-svn: 370636
|
|
|
|
|
|
| |
This reverts r370584 (git commit afcb3de117265a69d21e5673356e925a454d7d02)
llvm-svn: 370588
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
This patch introduces the skeleton of the constexpr interpreter,
capable of evaluating a simple constexpr functions consisting of
if statements. The interpreter is described in more detail in the
RFC. Further patches will add more features.
Reviewers: Bigcheese, jfb, rsmith
Subscribers: bruno, uenoku, ldionne, Tyker, thegameg, tschuett, dexonsmith, mgorny, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D64146
llvm-svn: 370584
|
|
|
|
| |
llvm-svn: 369948
|
|
|
|
| |
llvm-svn: 369682
|
|
|
|
| |
llvm-svn: 369678
|
|
|
|
| |
llvm-svn: 369608
|
|
|
|
| |
llvm-svn: 369594
|
|
|
|
| |
llvm-svn: 368468
|
|
|
|
| |
llvm-svn: 368467
|
|
|
|
| |
llvm-svn: 368098
|
|
|
|
| |
llvm-svn: 368096
|
|
|
|
| |
llvm-svn: 367890
|
|
|
|
| |
llvm-svn: 367868
|
|
|
|
| |
llvm-svn: 367844
|
|
|
|
| |
llvm-svn: 367341
|
|
|
|
|
|
|
|
|
| |
r362702 added a test that requires clang-tidy to be linked
into libclang, so add that to the gn build.
Differential Revision: https://reviews.llvm.org/D65462
llvm-svn: 367340
|
|
|
|
| |
llvm-svn: 365633
|
|
|
|
| |
llvm-svn: 365361
|
|
|
|
| |
llvm-svn: 365276
|
|
|
|
| |
llvm-svn: 365185
|
|
|
|
| |
llvm-svn: 365166
|
|
|
|
| |
llvm-svn: 364908
|
|
|
|
|
|
|
|
|
|
|
| |
- Merge r364427 (GSYM lib) more: It was missing the new unit test
(as pointed out by llvm/utils/gn/build/sync_source_lists_from_cmake.py),
and it had some superfluous deps not present in the cmake build.
- Merge r364474 (clang DependencyScanning lib) more: The deps didn't
quite match cmake.
llvm-svn: 364501
|
|
|
|
| |
llvm-svn: 364491
|
|
|
|
| |
llvm-svn: 364409
|
|
|
|
|
|
| |
We can't link Analysis/plugins without -fPIC
llvm-svn: 364016
|
|
|
|
| |
llvm-svn: 363960
|
|
|
|
| |
llvm-svn: 363864
|
|
|
|
| |
llvm-svn: 363863
|
|
|
|
| |
llvm-svn: 363862
|
|
|
|
|
|
|
| |
This reverts commit "gn build: Merge r363626" because r363626
was reverted in r363649.
llvm-svn: 363672
|