clang-1/include/clang/Basic
Chris Lattner 99cb9976ef Reject typedef redefinitions when the underlying types are not identical,
even if in a system header etc.  rdar://6079937



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54038 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-25 18:44:27 +00:00
..
Diagnostic.h Implement support for -w, which silences all warnings. PR2384. 2008-05-29 15:36:45 +00:00
DiagnosticKinds.def Reject typedef redefinitions when the underlying types are not identical, 2008-07-25 18:44:27 +00:00
FileManager.h In FileManager: use full paths to unique files and directories on Windows, 2008-02-24 03:15:25 +00:00
IdentifierTable.h minor cleanup to the actions interface to pass around SmallVectorImpl instead 2008-07-21 22:17:28 +00:00
LangOptions.h Add -fobjc-gc and -fobjc-gc-only options to the driver. 2008-04-29 04:37:03 +00:00
SourceLocation.h Added "getCanonicalID()", "isFromSameFile", and "isFromMainFile" to compare 2008-04-14 21:04:18 +00:00
SourceManager.h Another class -> struct in declaration to match definition. 2008-06-26 12:50:52 +00:00
TargetInfo.h Make a few related changes: 2008-06-30 18:32:54 +00:00
TokenKinds.def Remove the first layer of support for "portability" warnings. This is 2008-03-05 01:18:20 +00:00
TokenKinds.h Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:25 +00:00