aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/HeaderSearchOptions.h
AgeCommit message (Expand)Author
2012-10-24Move HeaderSearchOptions into the Lex library, make it intrusivelyDouglas Gregor
2012-09-13Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg isDmitri Gribenko
2012-06-15Documentation cleanup: Escaped # characters in Doxygen comments.James Dennett
2012-06-13More doxygen/documentation cleanups.James Dennett
2012-06-13Add -isystem-prefix and -ino-system-prefix arguments, which can be used toRichard Smith
2011-11-05Add two flags to the CC1 layer that I was hoping to avoid. We need toChandler Carruth
2011-10-11Frontend: Replace -nostdinc by -nostdsysteminc (which is just system includeDaniel Dunbar
2011-09-22Add support for CPATH and friends.Benjamin Kramer
2011-09-13For modules, use a hash of the compiler version, language options, andDouglas Gregor
2011-09-12Introduce a cc1-level option to provide the path to the module cache,Douglas Gregor
2011-07-28Introduce the "-index-header-map" option, to give special semanticsDouglas Gregor
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
2011-06-21Fix a case that I missed in r133550.Bob Wilson
2011-06-21Make InitHeaderSearch::AddPath and HeaderSearchOptions::AddPath consistentBob Wilson
2011-06-21Fix the default libc++ header search path to be sysrooted. Radar 9639692.Bob Wilson
2011-06-16comment improvements.Chris Lattner
2011-06-16code cleanups, no behavior change.Chris Lattner
2011-02-22Remove the storage for -cxx-system-include. Make libcxx toolchainJoerg Sonnenberger
2011-02-22Bug#8945: Add -cxx-isystem option to specify C++ system directories.Joerg Sonnenberger
2010-09-09Frontend: Add -cxx-system-include option which can be used to specify anDaniel Dunbar
2010-08-24correct the -isystem option to not add the -isysroot path. Only the weirdChris Lattner
2010-03-24Implement support for -nostdc++. Fixes PR6446.Douglas Gregor
2009-12-15Add -resource-dir to clang -cc1, this allows the base directory for compilerDaniel Dunbar
2009-12-13CompilerInvocation: Move builtin-include-path logic out of CompilerInvocation...Daniel Dunbar
2009-11-19Add missing init.Daniel Dunbar
2009-11-19clang-cc: Remove some more llvm::cl::init arguments, by only setting values whenDaniel Dunbar
2009-11-17Remove unused IsCXXAware and IgnoreSysRoots option from HeaderSearchOptions::...Daniel Dunbar
2009-11-16Store more information in HeaderSearchOptions so that its initialization is notDaniel Dunbar
2009-11-15Make some more headers standaloneDouglas Gregor
2009-11-09Privatize InitHeaderSearch, this functionality is only exposed viaDaniel Dunbar
2009-11-09Add default initializer for Sysroot ivar.Daniel Dunbar
2009-11-07Add HeaderSearchOptions class, for packaging the information needed toDaniel Dunbar