summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/pragma-diag-section.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change the other -Wtautological-compare warnings to not trigger in templateRichard Trieu2013-11-021-7/+9
| | | | | | | specializations. Also switch to -Wuninitialized for a test case that depended on a warning firing in template specializations. llvm-svn: 193906
* [PCH] The diagnostic state points can refer to previously createdArgyrios Kyrtzidis2012-10-301-5/+16
| | | | | | | | | diagnostic states; make sure the ASTReader sets the diagnostic state properly instead of always recreating it. Fixes rdar://12581618 & http://llvm.org/PR14181 llvm-svn: 166987
* Prior to adding the new "expected-no-diagnostics" directive to ↵Andy Gibbs2012-10-191-0/+2
| | | | | | VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280
* Diagnose uninitialized uses of a variable within its own initializer.Chandler Carruth2011-03-271-1/+4
| | | | | | | | | | | This is basically the same idea as the warning on uninitialized uses of fields within an initializer list. As such, it is on by default and under -Wuninitialized. Original patch by Richard Trieu, with some massaging from me on the wording and grouping of the diagnostics. llvm-svn: 128376
* Properly propagate #pragma diagnostic mappings from PCH but not command-line ↵Argyrios Kyrtzidis2011-01-141-0/+26
warning flags. Addresses rdar://8435969&8852495 llvm-svn: 123462
OpenPOWER on IntegriCloud