]> granicus.if.org Git - clang/commit
Use noexcept instead of LLVM_NOEXCEPT now that all compilers support it
authorReid Kleckner <rnk@google.com>
Wed, 19 Oct 2016 23:39:55 +0000 (23:39 +0000)
committerReid Kleckner <rnk@google.com>
Wed, 19 Oct 2016 23:39:55 +0000 (23:39 +0000)
commit3582f4370ed84b0420b57b2ea2bc6ed9ed22c3d5
treeb001b3cae12fe1fd5181c8dbfda05159b4a887a3
parent57c31dd611eab528c5d16c7d721e44697bb9e460
Use noexcept instead of LLVM_NOEXCEPT now that all compilers support it

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284667 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Attr.h
include/clang/AST/Stmt.h
include/clang/Format/Format.h
include/clang/Lex/PreprocessingRecord.h
include/clang/Lex/Preprocessor.h
include/clang/Sema/Sema.h
include/clang/Sema/SemaInternal.h
lib/Format/Format.cpp
lib/Frontend/SerializedDiagnosticReader.cpp
utils/TableGen/ClangDiagnosticsEmitter.cpp