Commit Graph

18 Commits

Author SHA1 Message Date
James Y Knight 5d71fc5d7b Adjust documentation for git migration.
This fixes most references to the paths:
 llvm.org/svn/
 llvm.org/git/
 llvm.org/viewvc/
 github.com/llvm-mirror/
 github.com/llvm-project/
 reviews.llvm.org/diffusion/

to instead point to https://github.com/llvm/llvm-project.

This is *not* a trivial substitution, because additionally, all the
checkout instructions had to be migrated to instruct users on how to
use the monorepo layout, setting LLVM_ENABLE_PROJECTS instead of
checking out various projects into various subdirectories.

I've attempted to not change any scripts here, only documentation. The
scripts will have to be addressed separately.

Additionally, I've deleted one document which appeared to be outdated
and unneeded:
  lldb/docs/building-with-debug-llvm.txt

Differential Revision: https://reviews.llvm.org/D57330

llvm-svn: 352514
2019-01-29 16:37:27 +00:00
Gor Nishanov df4e9ba44a NFC: Add .vscode to .gitignore
llvm-svn: 348209
2018-12-03 22:51:07 +00:00
Aaron Ballman 971a89ce4c Revert an inadvertent change from r348020.
llvm-svn: 348026
2018-11-30 19:32:35 +00:00
Aaron Ballman cd5115b74d Reverting r347949-r347951 because they broke the test bots.
http://lab.llvm.org:8011/builders/clang-cmake-armv8-lld/builds/440/steps/ninja%20check%202/logs/FAIL%3A%20Clang%3A%3Aosobject-retain-release.cpp

llvm-svn: 348020
2018-11-30 18:52:51 +00:00
George Karpenkov 2b39006433 [NFC] Add tags file to .gitignore
Differential Revision: https://reviews.llvm.org/D50109

llvm-svn: 340479
2018-08-22 23:23:17 +00:00
Eric Christopher 65de644e81 Add the clang debug info test directory to .gitignore as it's managed separately.
llvm-svn: 259138
2016-01-29 01:35:55 +00:00
Evgeniy Stepanov b03ef6a861 Revert r242365.
r242365 removed two unrelated files by accident.

llvm-svn: 242366
2015-07-16 00:32:26 +00:00
Naomi Musgrave ce6c2dfed9 updated tests for correct commit, concerning D11198
Summary: Updating missed changes in revision D11198

Reviewers: eugenis, kcc

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D11251

llvm-svn: 242365
2015-07-16 00:25:46 +00:00
Sean Silva eb32eac612 [.gitignore] ignore vim swap files harder
This matches the patterns for vim swap files in llvm/.gitignore

llvm-svn: 239875
2015-06-17 02:21:35 +00:00
Alexander Kornienko 63adddde6f Reverted unintendedly-committed file.
llvm-svn: 174076
2013-01-31 19:05:31 +00:00
Alexander Kornienko 2a6036687b Micro-change: moved a brace for better readability
llvm-svn: 174075
2013-01-31 19:03:16 +00:00
Sean Silva cd61d28c4a analyzer: add initial Sphinx configuration
This is just the output of sphinx-quickstart. Now all that is needed
to begin converting the analyzer docs to reST is the server-side setup.

The analyzer folks have asked me to keep this segregated from the other
clang docs since the analyzer is a logically separate project (and has
its own separate web page) even though it resides in the clang tree.

llvm-svn: 171425
2013-01-02 23:07:22 +00:00
Sean Silva 99b51c48cc docs: Initial Sphinx setup for Clang.
I don't think this will be visible just yet on <clang.llvm.org/docs/>
since I don't think that the necessary server-side setup has taken
place.

Don't shoot me over the theme. I don't want to duplicate LLVM's theme
into the clang repo at the moment, so I just used one of Sphinx's
default themes.

llvm-svn: 170042
2012-12-12 23:02:30 +00:00
Michael Liao 638d03de17 Add extra vim swap file pattern
llvm-svn: 165570
2012-10-09 23:48:58 +00:00
David Blaikie fb7cb3fdd0 Teach Git to ignore the tools/extra directory.
llvm-svn: 161764
2012-08-13 17:45:30 +00:00
NAKAMURA Takumi d1175cf79a Revert "Test commit"
llvm-svn: 142792
2011-10-24 10:03:25 +00:00
NAKAMURA Takumi 6ff417a18a Test commit
llvm-svn: 142791
2011-10-24 10:02:59 +00:00
Eric Christopher 6fdc34054f Add .gitignore file.
llvm-svn: 135440
2011-07-18 23:05:36 +00:00