6e75bfc35b
* Changes for 2.9: * Use CXX in Makefile instead of hardwired g++, we need a more modern GCC than 4.6 later, anyway. * Changes for 3.0: * Use llvm namespace. * Diagnostic => DiagnosticsEngine. * Changes for 3.1: * The BlockDeclRefExpr AST node is gone. * The structure of the CXXNewExpr AST node has changed. * Path changed from Release to Release+Asserts. * Use clang++ instead of -cc1, otherwise we lose the system include paths. * Changes for 3.2: none needed * Changes for 3.3: * Use lookup_iterator::begin/end instead of first/second. * Changes for 3.4: * createItaniumMangleContext => ItaniumMangleContext::create. * Changes for 3.5: * clang uses <type_traits> now, so -std=c++0x is needed. * Type-trait-related AST changes. * getCustomDiagID signature changed. * We must link the C++ library statically now. R=mstarzinger@chromium.org Review URL: https://codereview.chromium.org/445983002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22972 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
83 lines
1.1 KiB
Plaintext
83 lines
1.1 KiB
Plaintext
*.a
|
|
*.exe
|
|
*.idb
|
|
*.lib
|
|
*.log
|
|
*.map
|
|
*.mk
|
|
*.ncb
|
|
*.pdb
|
|
*.pyc
|
|
*.scons*
|
|
*.sdf
|
|
*.sln
|
|
*.so
|
|
*.suo
|
|
*.user
|
|
*.vcproj
|
|
*.vcxproj
|
|
*.vcxproj.filters
|
|
*.xcodeproj
|
|
#*#
|
|
*~
|
|
.cpplint-cache
|
|
.cproject
|
|
.d8_history
|
|
.gclient_entries
|
|
.project
|
|
.pydevproject
|
|
.settings
|
|
.*.sw?
|
|
bsuite
|
|
d8
|
|
d8_g
|
|
gccauses
|
|
gcsuspects
|
|
shell
|
|
shell_g
|
|
/_*
|
|
/build/Debug
|
|
/build/gyp
|
|
/build/ipch/
|
|
/build/Release
|
|
/buildtools
|
|
/hydrogen.cfg
|
|
/obj
|
|
/out
|
|
/perf.data
|
|
/perf.data.old
|
|
/test/benchmarks/CHECKED_OUT_*
|
|
/test/benchmarks/downloaded_*
|
|
/test/benchmarks/kraken
|
|
/test/benchmarks/octane
|
|
/test/benchmarks/sunspider
|
|
/test/mozilla/CHECKED_OUT_VERSION
|
|
/test/mozilla/data
|
|
/test/mozilla/data.old
|
|
/test/mozilla/downloaded_*
|
|
/test/promises-aplus/promises-tests
|
|
/test/promises-aplus/promises-tests.tar.gz
|
|
/test/promises-aplus/sinon
|
|
/test/test262/data
|
|
/test/test262/data.old
|
|
/test/test262/tc39-test262-*
|
|
/testing/gmock
|
|
/testing/gtest
|
|
/third_party/icu
|
|
/third_party/llvm
|
|
/tools/jsfunfuzz
|
|
/tools/jsfunfuzz.zip
|
|
/tools/oom_dump/oom_dump
|
|
/tools/oom_dump/oom_dump.o
|
|
/tools/visual_studio/Debug
|
|
/tools/visual_studio/Release
|
|
/v8.log.ll
|
|
/xcodebuild
|
|
TAGS
|
|
*.Makefile
|
|
GTAGS
|
|
GRTAGS
|
|
GSYMS
|
|
GPATH
|
|
gtags.files
|