| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
Now that we've moved to C++14, we no longer need the llvm::make_unique
implementation from STLExtras.h. This patch is a mechanical replacement
of (hopefully) all the llvm::make_unique instances across the monorepo.
Differential revision: https://reviews.llvm.org/D66259
llvm-svn: 368944
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to reflect the new license.
We understand that people may be surprised that we're moving the header
entirely to discuss the new license. We checked this carefully with the
Foundation's lawyer and we believe this is the correct approach.
Essentially, all code in the project is now made available by the LLVM
project under our new license, so you will see that the license headers
include that license only. Some of our contributors have contributed
code under our old license, and accordingly, we have retained a copy of
our old license notice in the top-level files in each project and
repository.
llvm-svn: 351636
|
|
|
|
|
|
|
|
|
| |
This commit relands r331905.
r331904 added SrcMgr::CharacteristicKind to the InclusionDirective
callback, this revision updates instances of it in clang-tools-extra.
llvm-svn: 332023
|
|
|
|
|
|
| |
This reverts commit r331905, since it's dependent on reverted r331905.
llvm-svn: 331931
|
|
|
|
|
|
|
|
|
| |
[revision] added SrcMgr::CharacteristicKind to the InclusionDirective
callback, this revision updates instances of it in clang-tools-extra.
Differential Revision: https://reviews.llvm.org/D46615
llvm-svn: 331905
|
|
|
|
| |
llvm-svn: 314595
|
|
|
|
|
|
|
|
|
|
| |
to Parameters (as opposed to Arguments).
This syncs them up with clang commit r308190
Thanks!
llvm-svn: 308191
|
|
|
|
| |
llvm-svn: 289656
|
|
|
|
| |
llvm-svn: 259424
|
|
|
|
|
|
|
|
|
| |
Breaks the build in GCC 4.7.2 (see
http://lab.llvm.org:8011/builders/perf-x86_64-penryn-O3 for example)
This reverts commit r250824.
llvm-svn: 250862
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary: Replace empty bodies of default constructors and destructors with '= default'.
Reviewers: klimek
Subscribers: alexfh, cfe-commits
Differential Revision: http://reviews.llvm.org/D13889
llvm-svn: 250824
|
|
|
|
|
|
| |
Differential Revision: http://reviews.llvm.org/D9079
llvm-svn: 236976
|
|
|
|
| |
llvm-svn: 236624
|
|
|
|
| |
llvm-svn: 236405
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
The patch is generated using clang-tidy misc-use-override check.
This command was used:
tools/clang/tools/extra/clang-tidy/tool/run-clang-tidy.py \
-checks='-*,misc-use-override' -header-filter='llvm|clang' -j=32 -fix
svn diff | clang-format-diff -i
Reviewers: dblaikie
Reviewed By: dblaikie
Subscribers: cfe-commits
Differential Revision: http://reviews.llvm.org/D8927
llvm-svn: 234681
|
|
|
|
|
|
| |
Also purge dead code found by it. NFC.
llvm-svn: 232948
|
|
|
|
| |
llvm-svn: 230665
|
|
|
|
| |
llvm-svn: 229690
|
|
|
|
| |
llvm-svn: 229187
|
|
|
|
| |
llvm-svn: 228929
|
|
|
|
|
|
| |
private includes that purposefully get included inside blocks.
llvm-svn: 228846
|
|
|
|
| |
llvm-svn: 228845
|
|
|
|
|
|
| |
pair<iterator, bool> as per the C++ standard's associative container concept.
llvm-svn: 222336
|
|
|
|
| |
llvm-svn: 217475
|
|
|
|
|
|
|
|
|
| |
These operator overloads were unneeded (once the const correctness in
PooledStringPtr was corrected) and inefficient (since the strings are
pooled the pointers can just be compared for equality instead of doing
strcmp).
llvm-svn: 211245
|
|
|
|
| |
llvm-svn: 210447
|
|
|
|
|
|
|
|
|
|
| |
always produce as pretty of results as it does in LLVM and Clang, but
I don't mind and the value of having a single canonical ordering is very
high IMO.
Let me know if you spot really serious problems here.
llvm-svn: 198703
|
|
|
|
|
|
| |
3-state enum.
llvm-svn: 196648
|
|
|
|
| |
llvm-svn: 191092
|
|
|
|
| |
llvm-svn: 190950
|
|
|
|
| |
llvm-svn: 189836
|
|
|
|
| |
llvm-svn: 188306
|
|
|
|
|
|
| |
in other function-style macros instances, and add test for it.
llvm-svn: 188036
|
|
|
|
| |
llvm-svn: 187898
|
|
|
|
| |
llvm-svn: 187757
|
|
|
|
|
|
|
| |
http://lab.llvm.org:8011/builders/clang-native-arm-cortex-a9/builds/10248
http://bb.pgr.jp/builders/cmake-clang-i686-mingw32/builds/3327
llvm-svn: 187746
|
|
|
|
|
|
| |
error on header guard in nested include. Fixed a couple of coding standard issues on variable names.
llvm-svn: 187736
|
|
|
|
|
|
| |
comments.
llvm-svn: 187370
|
|
|
|
| |
llvm-svn: 187306
|
|
|
|
|
|
| |
review changes, consisting only of renaming and comment changes.
llvm-svn: 187277
|
|
|
|
|
|
|
|
|
| |
consistency."
This reverts commit r187228. It broke some bots:
http://bb.pgr.jp/builders/cmake-clang-i686-mingw32
llvm-svn: 187235
|
|
llvm-svn: 187228
|