hanchenye-llvm-project/clang/lib/Basic
Amara Emerson 8c3de546d6 Add error checking to reject neon_vector_type attribute on targets without NEON.
Patch by Artyom Skrobov.

llvm-svn: 190801
2013-09-16 18:07:35 +00:00
..
Builtins.cpp Add a -fno-math-builtin option to the Clang -cc1 2013-07-23 00:13:01 +00:00
CMakeLists.txt [CMake] Put controversial always-recheck-revision-number behind an option. 2013-09-12 16:17:41 +00:00
CharInfo.cpp
Diagnostic.cpp
DiagnosticIDs.cpp Make getDiagnosticsInGroup helper method a static function in the cpp file and move the WarningOption struct into an anonymous namespace instead of clang namespace since it no longer needs to be forward declared in the header. 2013-08-29 06:06:18 +00:00
FileManager.cpp Use llvm::sys::fs::UniqueID for windows and unix. 2013-08-01 21:42:11 +00:00
FileSystemStatCache.cpp Use llvm::sys::fs::UniqueID for windows and unix. 2013-08-01 21:42:11 +00:00
IdentifierTable.cpp ObjectiveC migrator: remove dead code. 2013-08-29 16:22:26 +00:00
LangOptions.cpp
Makefile
Module.cpp When we perform dependent name lookup during template instantiation, it's not 2013-07-25 23:08:39 +00:00
ObjCRuntime.cpp Add a define for the ObjFW runtime ABI version. 2013-09-16 16:31:49 +00:00
OpenMPKinds.cpp Unbreak the Clang -Werror build after r190183. 2013-09-06 20:58:25 +00:00
OperatorPrecedence.cpp Replace C++0x in a comment with C++11 2013-07-14 17:04:56 +00:00
SourceLocation.cpp
SourceManager.cpp Simplified SourceManager::translateLineCol a bit. 2013-07-29 22:26:10 +00:00
TargetInfo.cpp Certain multi-platform languages, such as OpenCL, have the concept of 2013-09-13 12:04:22 +00:00
Targets.cpp Add error checking to reject neon_vector_type attribute on targets without NEON. 2013-09-16 18:07:35 +00:00
TokenKinds.cpp
Version.cpp Remove "static" on simple temporary StringRef. 2013-08-09 17:51:03 +00:00
VersionTuple.cpp