summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/mi_opt2.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix PR6282: the include guard optimization cannot happen if theChris Lattner2010-02-121-0/+15
guard macro is already defined for the first occurrence of the header. If it is, the body will be skipped and not be properly analyzed for the include guard optimization. llvm-svn: 95972
OpenPOWER on IntegriCloud