clang-1/lib/Index
David Blaikie 4e4d08403c Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST).
The member variable is always "LangOpts" and the member function is always "getLangOpts".

Reviewed by Chris Lattner

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152536 91177308-0d34-0410-b5e6-96231b3b80d8
2012-03-11 07:00:24 +00:00
..
ASTLocation.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
ASTVisitor.h Give some convenient idiomatic accessors to Stmt::child_range and 2011-02-13 04:07:26 +00:00
Analyzer.cpp Replace all comparisons between ObjCInterfaceDecl pointers with calls 2011-12-15 00:29:59 +00:00
CMakeLists.txt Unbreak the CMake builds following the CallGraph change. 2012-03-02 23:18:45 +00:00
DeclReferenceMap.cpp Support for C++11 (non-template) alias declarations. 2011-04-15 14:24:37 +00:00
Entity.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
EntityImpl.h now that we have a centralized place to do so, add some using declarations for 2011-07-20 06:58:45 +00:00
GlobalCallGraph.cpp [analyzer] Rename clang::CallGraph into clang::idx::CallGraph + rename 2012-03-02 22:54:36 +00:00
GlobalSelector.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
Handlers.cpp Introduce TULocation and TULocationHandler classes. 2009-07-29 23:40:02 +00:00
IndexProvider.cpp -Make IndexProvider an abstract interface for getting indexing information. 2009-07-29 23:38:21 +00:00
Indexer.cpp Modify some deleted function methods to better reflect reality: 2011-05-06 20:44:56 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
Program.cpp Accept Handler objects in parameters as references. 2009-07-29 23:38:45 +00:00
ProgramImpl.h Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
SelectorMap.cpp Remove remaining VISIBILITY_HIDDEN from anonymous namespaces. 2009-11-28 19:45:26 +00:00